Changes between and of Version 1Version 2Ticket #8759
- Timestamp:
- 08/14/16 20:21:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8759 – Description
v1 v2 1 1 Hello, 2 2 3 I'm using python-twisted-core from the debian package available in Ubuntu LTS 16.04 (Xenial), version 16.0.0-1: 4 5 $ sudo apt-cache policy python-twisted-core 6 python-twisted-core: 7 Installed: 16.0.0-1 8 Candidate: 16.0.0-1 3 I'm using python-twisted-core from the debian package available in Ubuntu LTS 16.04 (Xenial), version 16.0.0-1. 9 4 10 5 I get an ImportError when trying to import from twisted.trial.reporter caused by a circular import between reporter -> unittest -> _asynctestrunner -> reporter: