benzeng / pymodbus

Automatically exported from code.google.com/p/pymodbus
0 stars 0 forks source link

setup.py install dependancy (ez_setup relied on but not included) #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On a fresh python install (windows install is easiest to demonstrate)
2. run: python setup.py install

What is the expected output? What do you see instead?
I expect the package to be installed.

I get the error message:
"ImportError: No module named ez_setup"

What version of the product are you using? On what operating system?
pymodbus=0.9.0
Python 2.6
Windows XP and Windows 7

Please consider bundling ez_setup with your distributed packages if you are 
going to depend on it as a backup to setuptools.

http://pypi.python.org/pypi/ez_setup

Original issue reported on code.google.com by tanj.t...@gmail.com on 10 Apr 2012 at 8:04

GoogleCodeExporter commented 8 years ago
My bad, it wasn't being included by setup.py.  This is fixed in the github repo 
with changeset: c44bc2e3b71b37bf5e330f7ae7789a62f2c605cb

Original comment by Bashw...@gmail.com on 2 May 2012 at 7:12