You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: