Thanks, yesterday after that problem, i try execute easy_install -i http://www.turbogears.org/2.0/downloads/current/indexturbogears2 and then re-execute the command easy_install -i http://www.turbogears.org/2.0/downloads/current/indextg.devtools and then in my virtualenv, the paster --help is ok, and quickstart and tginfo all ok
On Mon, Jan 12, 2009 at 11:12 AM, Mark Ramm <[email protected]>wrote: > Try running the same command in the same virtualenv with the -U option > as well as -i and let me know if there are any errors. > > You can also try easy_install -U on the particular eggs that it's > complaining about (repose.what.plugins.sql and webhelpers). > > --Mark Ramm > > On Sun, Jan 11, 2009 at 2:25 AM, Jack Su <[email protected]> wrote: > > > > i use the > > > > easy_install -i http://www.turbogears.org/2.0/downloads/current/index > > tg.devtools > > > > command, but when i use the paster --help, noly show: > > > > (tg2env) C:\Users\zhsu\tg2env>paster --help > > Usage: paster-script.py [paster_options] COMMAND [command_options] > > > > Options: > > --version show program's version number and exit > > --plugin=PLUGINS Add a plugin to the list of commands (plugins are > > Egg > > specs; will also require() the Egg) > > -h, --help Show this help message > > > > Cannot load command tginfo: repoze.what.plugins.sql>1.0a2 > > Cannot load command quickstart: WebHelpers>=0.6.3 > > Commands: > > create Create the file layout for a Python distribution > > help Display help > > make-config Install a package and create a fresh config file/ > > directory > > points Show information about entry points > > post Run a request for the described application > > request Run a request for the described application > > serve Serve the described application > > setup-app Setup an application, given a config file > > > > no tginfo and quickstart, why? i use the virtualenv install, please > > help > > > > On 1月5日, 上午8时25分, "Mark Ramm" <[email protected]> wrote: > >> On Sun, Jan 4, 2009 at 5:12 PM, Smiley <[email protected]> > wrote: > >> > >> > I am following the instructions to install TurboGears 2 on > >> >http://www.turbogears.org/2.0/docs/main/DownloadInstall.htmland at > >> > the heading Installing TurboGears 2, the page says "We've included > pre- > >> > compiled binaries for windows users, ...". That is the last mention of > >> > the pre-compiled binaries for windows users. I tried executing the > >> > command: > >> > (tg2env) C:\Python25\tg2env>easy_install -ihttp:// > www.turbogears.org/2.0/downloads/current/index > >> > TurboGears2 > >> > >> You need to install tg.devtools, So the command should be: > >> > >> easy_install -ihttp://www.turbogears.org/2.0/downloads/current/index > >> tg.devtools > >> > >> > That seemed to go well, so I tried the next instruction on the page > >> > which is to check if TurboGears 2 was installed correctly by running: > >> > (tg2env) C:\Python25\tg2env>paster --help > >> > >> > The output of this command included: > >> > TurboGears2: > >> > tginfo Show TurboGears 2 related projects and their versions > >> > >> > Note that there is no "quickstart" listed under TurboGears2 like in > >> > the example on the How to Install page. Without "quickstart", I cannot > >> > do the TurboGears2 Wiki Tutorial. > >> > >> The turbogears2 package just has the stuff needed to serve a > >> turbogears 2 application, not the development tools that are commonly > >> needed (such as quickstart). This is so that we can minimize the > >> install footprint of TG2 on servers, while still providing a full set > >> of development tools via the tg.devtools package. > >> > >> --mark ramm > > > > > > > > > > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog: www.compoundthinking.com/blog > > > > -- Su zhaohui 苏召辉 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

