[IronPython] How to install 3rd part packages into IronPython ?

David Shieh mykingheaven at gmail.com
Tue Apr 27 08:19:41 CEST 2010


Hi guys,

I don't whether somebody else asked this question, but I am really confused
about this.
I have already installled IronPython2.6 and add it into my system's path, so
I can directly type ipy to start IronPython2.6.
So I tried " ipy setup.py install" to install MySQLdb, but it give me an
error said no module named setuptools. Then I download setuptools and
install it, it gave me an error:
No module named pkg_resources.

Why doesn't IronPython2.6 ship with a setuptools like easy_install ?
Now, I can't install any 3rd party package and don't know how to fix it.

Regards,
David

-- 
----------------------------------------------
Attitude determines everything !
----------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100427/e50f79c5/attachment.html>


More information about the Ironpython-users mailing list