Hi Jakub, >Before forwarding a bug, please make sure it wasn't caused by packaging >changes...
sure >This particular bug appears to caused by >python3-exception-syntax-error.patch, which throws away 2to3, for a >reason I don't understand. The patch description says >"use_2to3 flag is not supported by python-3.4", which makes little >sense. use_2to3 is a setuptools option, and of course it works in >Python 3.4, too. I guess you mean "python3.4-fix-setup.patch" and indeed the first thing I did was to remove that patch. EDIT: damn I found the issue I was running python3 and import github from inside the "pygithub" so the code ran was actually the bad one python3 Python 3.4.3 (default, Mar 26 2015, 22:03:40) [GCC 4.9.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import github Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/locutus/branches/ongoing/pygithub/github/__init__.py", line 36, in <module> from MainClass import Github ImportError: No module named 'MainClass' >>> KeyboardInterrupt >>> Damn, I should read more carefully the logs :s Debdiff will follow soon then :) cheers, Gianfranco -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org