[Papyon-bugs] [Bug 32101] New: papyon 0.5.3 missing papyon/gnet/errors.py from the released tarball

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 4 05:10:10 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32101

           Summary: papyon 0.5.3 missing papyon/gnet/errors.py from the
                    released tarball
           Product: papyon
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: papyon-bugs at lists.freedesktop.org
        ReportedBy: biru.ionut at gmail.com


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the papyon-bugs mailing list