#2027: add ez_setup to repository (install setuptools if not installed by 
default)
------------------------+---------------------------------------------------
 Reporter:  lszyba1     |       Owner:  faide     
     Type:  defect      |      Status:  new       
 Priority:  highest     |   Milestone:  1.9.7b1   
Component:  TurboGears  |     Version:  trunk     
 Severity:  major       |    Keywords:  setuptools
------------------------+---------------------------------------------------
 Hello,
 Could you add a ez_setup.py to source repository next to setup.py and add
 these 2 lines on the top of setup.py so that setuptools gets installed on
 the system without first installing it. This will reduce the number of
 steps to install tg2.

 Please also update the docs and remove the extra step.(extra step being
 downloading ez_setup.py and installing setuptools)
 http://www.turbogears.org/2.0/docs/main/DownloadInstall.html

 Add these lines to beginning of setup.py
 #Gets setuptools
 from ez_setup import use_setuptools
 use_setuptools()

 Thanks,
 Lucas

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2027>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to