| Summary: |
papyon 0.5.3 missing papyon/gnet/errors.py from the released tarball |
| Product: |
papyon
|
Reporter: |
Ionut Biru <biru.ionut> |
| Component: |
general | Assignee: |
papyon-bugs |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
fix import
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Hi, the released tarball 0.5.3 doesn't build anymore because errors.py is missing and the file exists in the git. Traceback (most recent call last): File "setup.py", line 5, in <module> import papyon File "/build/src/papyon-0.5.3/papyon/__init__.py", line 36, in <module> from client import * File "/build/src/papyon-0.5.3/papyon/client.py", line 84, in <module> import papyon.msnp as msnp File "/build/src/papyon-0.5.3/papyon/msnp/__init__.py", line 24, in <module> from command import * File "/build/src/papyon-0.5.3/papyon/msnp/command.py", line 25, in <module> from papyon.msnp.message import Message File "/build/src/papyon-0.5.3/papyon/msnp/message.py", line 23, in <module> from papyon.gnet.message.HTTP import HTTPMessage File "/build/src/papyon-0.5.3/papyon/gnet/__init__.py", line 27, in <module> from errors import IoError ImportError: No module named errors ls papyon-0.5.3/papyon/gnet constants.py __init__.py io message parser.py protocol proxy resolver.py