Bug 32101 - papyon 0.5.3 missing papyon/gnet/errors.py from the released tarball
Summary: papyon 0.5.3 missing papyon/gnet/errors.py from the released tarball
Status: RESOLVED FIXED
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: papyon-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 05:10 UTC by Ionut Biru
Modified: 2010-12-07 03:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
fix import (785 bytes, patch)
2010-12-04 06:59 UTC, Olivier Le Thanh Duong
Details | Splinter Review

Description Ionut Biru 2010-12-04 05:10:09 UTC
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
Comment 1 Ionut Biru 2010-12-04 06:09:57 UTC
i tried to build the 0.5.3 snapshot from cgit and now the error is different.

 from msnp2p.webcam import WebcamSession
  File "/build/src/papyon-0.5.3/papyon/msnp2p/webcam.py", line 25, in <module>
    from papyon.msnp2p.exceptions import *
ImportError: No module named exceptions
Comment 2 Olivier Le Thanh Duong 2010-12-04 06:59:54 UTC
Created attachment 40802 [details] [review]
fix import
Comment 3 Vincent Untz 2010-12-07 03:43:50 UTC
This was fixed already: http://cgit.freedesktop.org/papyon/commit/?id=eeb57946fc99d3970a34b935c5a0b084685b2177


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.