Re: [IronPython] cherrypy

2006-12-27 Thread Tim Riley
Copy the cherrypy folder that is in the same folder containing setup.pydirectly into the directory you're trying to run your code from. You don't need to put it into site packages. On 12/27/06, Ivan Porto Carrero <[EMAIL PROTECTED]> wrote: I'm sorry but if I try that it will always come up with

Re: [IronPython] inspect.getargspec

2006-12-27 Thread Michael Foord
Sanghyeon Seo wrote: > https://svn.sourceforge.net/svnroot/fepy/trunk/patches/1.1a1/patch-ironpython-flags-and-argcount > https://svn.sourceforge.net/svnroot/fepy/trunk/patches/stdlib/2.4.4/patch-stdlib-inspect-avoid-disassemble > > patch-ironpython-flags-and-argcount > This patch fixes bugs in co

Re: [IronPython] cherrypy

2006-12-27 Thread Ivan Porto Carrero
I'm sorry but if I try that it will always come up with the message that it can't find distutils.core I've set the environment variable and if i try to get _fileobject from the sockets module it works But when I do ipy setup.py install for cherrypy it tells me the distutils module can't be found.

Re: [IronPython] cherrypy

2006-12-27 Thread Sanghyeon Seo
2006/12/27, Ivan Porto Carrero <[EMAIL PROTECTED]>: > I'd like to use cherrypy with ironpython. > But I'm not sure if that is possible. If it is where can i find > something on how to get it to install ? It works fine with IPCE. Download it here: http://fepy.sourceforge.net/ You need to enable en

[IronPython] cherrypy

2006-12-27 Thread Ivan Porto Carrero
I'd like to use cherrypy with ironpython. But I'm not sure if that is possible. If it is where can i find something on how to get it to install ? Cheers Ivan ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/use