c0z3n / pySimpleDMX

pysimpledmx is a simple dmx control module in python, for the Enttec DMX USB Pro
58 stars 22 forks source link

ImportError: No module named pysimpledmx #10

Closed LypticPVP closed 8 years ago

LypticPVP commented 8 years ago

After running pip install pysimpledmx i'm getting the error: ImportError: No module named pysimpledmx

In my site-packages folder there is one folder called: pysimpledmx-0.1.0-py2.7.egg-info But inside it contains no .py files

Probably a beginner python mistake.

Thanks for help :)

theDrGray commented 8 years ago

Having the exact same issue on Windows 10 with the new structure. My older, working version on OSX is name simply pysimpledmx and only has py files.

nickpetty commented 8 years ago

Same here on OSX El Capitan. EDIT: Problem seems to be the use of find_packages(). This will only find packages with an 'init.py' file inside. I'll fork and give it a try.

nickpetty commented 8 years ago

Fixed in pull request.

LypticPVP commented 8 years ago

Can you please fork it so we can use your version for now?

nickpetty commented 8 years ago

I have. https://github.com/nickpetty/pySimpleDMX

nickpetty commented 8 years ago

Be sure to install with 'python setup.py install', not pip of course.

c0z3n commented 8 years ago

Hey all, sorry for being a bit AWOL, and thanks for taking care of this.

c0z3n commented 8 years ago

I have uploaded the changes to pypi and added a new release to the repo, so I'm going to consider this closed for now. Thanks again!

nickpetty commented 8 years ago

Great! Thanks and no problem!