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
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
Created attachment 40802 [details] [review] fix import
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.