Hello. I'm Japanese and I'm not good at English, sorry.

Then, I tried to install TurboGears1.0.7 with 
http://www.turbogears.org/download/tgsetup.py.

But I got the following error messages:

Setuptools version 0.6c9 or greater has been installed.
(Run "ez_setup.py -U setuptools" to reinstall or upgrade.)


I think http://trac.turbogears.org/changeset/5755 causes this problem.

The following lines may not be correct:


 else:
        if argv:
            from setuptools.command.easy_install import main
            #TGBEGIN
            install_command()
            #TGEND
            main(argv)
        else:
            print "Setuptools version",version,"or greater has been
installed."
            print '(Run "ez_setup.py -U setuptools" to reinstall or
upgrade.)'


These lines works well in ez_setup.py, but will not work well in
tgsetup.py.


/*
hiratara
http://d.hatena.ne.jp/hiratara/ (Japanese only)
*/


--~--~---------~--~----~------------~-------~--~----~
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