ceelian / callme

callme is a python amqp rpc module
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

kombu should be add as an explicit dependency of callme when installing using pip #31

Closed femtotrader closed 10 years ago

femtotrader commented 10 years ago

Hello,

kombu should be add as an explicit dependency of callme.

On Windows 7 > pip install callme raises ImportError: no module named kombu

Kind regards

skudriashev commented 10 years ago

On PyPi there is outdated version. So this problem is not related to Windows. You can take the latest version from github.

P.s. Note that Windows is not under supported platforms anyway, so there is not guaranties.

skudriashev commented 10 years ago

@ceelian, please, update callme package on PyPI.

ceelian commented 10 years ago

New release version 0.2.0 which fixes this issue is deployed to PyPi and ready for installation.