Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu: ImportError: No module named adapter.multicast #7

Closed
nirdroid opened this issue Jan 26, 2014 · 2 comments
Closed

ubuntu: ImportError: No module named adapter.multicast #7

nirdroid opened this issue Jan 26, 2014 · 2 comments
Labels

Comments

@nirdroid
Copy link

this is when i try to run the command line interface. if i all MulticastConnection entries, i works fine

stomp -H x.x.x.x -P x -U x-W x

Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/lib/python2.7/dist-packages/stomp/main.py", line 14, in
from adapter.multicast import MulticastConnection
ImportError: No module named adapter.multicast

@jasonrbriggs
Copy link
Owner

It was a problem with the package list in the setup.py. Fixed now in release 4.0.10.

@nirdroid
Copy link
Author

it works now. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants