[IronPython] cherrypy

Tim Riley riltim at gmail.com
Fri Dec 29 16:14:57 CET 2006


No, copy the folder itself. Python will look in the directory you're running
code from first for libraries. If it finds a folder with __init__.py in it
then it will import it as a library.

On 12/28/06, J. Merrill <jvm_cop at spamcop.net> wrote:
>
>  Do you mean to copy the _contents_ of the cherrypy folder?  So if trying
> to run from the directory where setup.py is found, before that do
>     copy cherrypy\*.* .
> ?
>
> At 03:46 PM 12/27/2006, Tim Riley wrote
>
> 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* <ivan at flanders.co.nz> 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.
> [snip]
>
>
>
> J. Merrill / Analytical Software Corp
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20061229/7b6c2fd0/attachment.html>


More information about the Ironpython-users mailing list