kubemq-io / kubemq-Python

Python client for KubeMQ server https://kubemq.io
MIT License
23 stars 9 forks source link

can not import any modules #1

Closed cogmeta closed 5 years ago

cogmeta commented 5 years ago

python infra/kubemq-Python/examples/event-sender.py Traceback (most recent call last): File "infra/kubemq-Python/examples/event-sender.py", line 3, in from kubemq.events.lowlevel.event import Event ImportError: No module named events.lowlevel.event

cogmeta commented 5 years ago

kubemq-1.0.1-py2.7.egg is empty.

cogmeta commented 5 years ago

events is missing from requirements.txt

ET-CS commented 5 years ago

setup.py updated with the sub‑packages and requirements. please try to pull and retry again

cogmeta commented 5 years ago

Resolved. perfect! thanks.