On Fri, Jul 9, 2010 at 8:49 AM, Michael Foord <fuzzy...@voidspace.org.uk> wrote:
> subprocess relies on modules like signal that aren't available in IronPython
> 2.6.1.

http://bitbucket.org/jdhardy/code/src/tip/subprocess.py

>
> There is a partial implementation of subprocess by Jeff Hardy floating
> around that you could try. In general the IronPython support for distutils
> is "minimal", so I still wouldn't expect normal module installation to work.

Also, anything that uses a C extension will only work with Ironclad
(http://code.google.com/p/ironclad/), and even then it might not work.
I seem to recall that there is a pure-python Postgres driver, but I
can't remember what it's called.

- Jeff
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to