On 3 Feb., 15:55, Jorge Godoy <[EMAIL PROTECTED]> wrote:
> I was thinking about how often this happens here and maybe if we include a
> requirement for a specific version of TG in each tg-admin binary we could
> minimize those problems.

This is the content of the tg-admin script on my install for Pythgon
2.4:

#!/home/chris/lib/tg10-py24/bin/python2.4
# EASY-INSTALL-ENTRY-SCRIPT:
'TurboGears==1.0.4.3','console_scripts','tg-admin'
__requires__ = 'TurboGears==1.0.4.3'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('TurboGears==1.0.4.3', 'console_scripts', 'tg-
admin')()
)

Doesn't this mean that tg-admin requires a specific TG version
already?

Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to