#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 | Resolution:
Keywords: setuptools |
------------------------+---------------------------------------------------
Comment (by lszyba1):
actually the way pylons has ot can work
try:
from setuptools import setup, find_packages
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
--
Ticket URL: <http://trac.turbogears.org/ticket/2027#comment:1>
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
-~----------~----~----~----~------~----~------~--~---