[Chicago] setuptools required?

Cosmin Stejerean cstejerean at gmail.com
Fri Oct 31 23:06:52 CET 2008


On Fri, Oct 31, 2008 at 4:57 PM, Lukasz Szybalski <szybalski at gmail.com>wrote:

> Hello,
> I was wondering if anybody has a suggestion on how to automatically
> download setuptools if its not available on the system.
>
> What I have tried right now is to add ez_setup.py file to a source
> folder and add a line
>
> import ez_setup
> ez_setup.main(['setuptools'])
> ...then regular setup.py stuff follows
>
>
Have you tried the following?

import ez_setup
ez_setup.use_setuptools()


-- 
Cosmin Stejerean
http://www.offbytwo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20081031/51d7e085/attachment.htm>


More information about the Chicago mailing list