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 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. I have little or no experience with python. But I prefer it over ruby so if I can get it to run pylons, turbogears or django it would be great. I need ironpython because I have to integrate with existing asp.net applications that have stored hashes in the database. I know webdevelopment and I know mvc frameworks. So that would be a good way to get me started with python without losing too much productivity Thanks already for your help. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Thursday, 28 December 2006 3:46 a.m. To: Discussion of IronPython Subject: Re: [IronPython] cherrypy 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 encoding and network option. http://fepy.sourceforge.net/doc/fepy-options.html#available-options -- Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
