Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

pyleus package is not added into jar file #123

Closed mendynew closed 9 years ago

mendynew commented 9 years ago

Take word_count for example, after jar file generated and submit to storm cluster, the error message is below: ImportError: No module named pyleus.storm

So I run vim word_count.jar and can not find the pyleus package.

I don't know how to solve it. thanks

poros commented 9 years ago

Are you building it with the system site packages option on, by chance?

poros commented 9 years ago

Hello, is this still an issue?