Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#47708 - [sshuttle] 0.74-1 AttributeError: module 'sshuttle' has no attribute '__main__'

Attached to Project: Community Packages
Opened by Stefan Reuter (srt) - Monday, 11 January 2016, 11:21 GMT
Last edited by Felix Yan (felixonmars) - Monday, 11 January 2016, 16:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After upgrading from 0.73.20151215-1 to 0.74-1 I get the following error on startup:

Traceback (most recent call last):
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2388, in resolve
return functools.reduce(getattr, self.attrs, module)
AttributeError: module 'sshuttle' has no attribute '__main__'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/sshuttle", line 9, in <module>
load_entry_point('sshuttle==0.74', 'console_scripts', 'sshuttle')()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 568, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2720, in load_entry_point
return ep.load()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2380, in load
return self.resolve()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2390, in resolve
raise ImportError(str(exc))
ImportError: module 'sshuttle' has no attribute '__main__'


Downgrading back to 0.73.20151215-1 fixes this issue.
This task depends upon

Closed by  Felix Yan (felixonmars)
Monday, 11 January 2016, 16:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.74-2
Comment by Junhua Gu (astrojhgu) - Monday, 11 January 2016, 14:17 GMT
Confirmed this bug.

Loading...