Hello,
I downloaded tg2 today into a clean virtualenv. That went very well!
I completed the helloworld tutorial without an issue.

Next I tried to get my feet wet with the simple Ajax using tw.rating.
That was not so simple. I downloaded the twtest.tar.gz example for the
tutorial page.

1. I had to easy-install Myghty to get around a startup warning.

2. It was complaining about not seeing jquery in tw. I had to :
    easy-install -U jquery
to get a newer version than that installed by the installation
procedure for TG2. The original seemed to be in the toscawidget module
and not tw...

So far, so good.

Then I decided to play with crud but the command does not work even
though it is listed by paster tginfo. Is here some other knob I have
to twist?

(tg2)[EMAIL PROTECTED]:/apps/tg2/sites$ paster tginfo | grep -i crud
  * crud (tg.devtools 1.9.7)
(tg2)[EMAIL PROTECTED]:/apps/tg2/sites$ paster crud
Command crud not known
Known commands:
  create       Create the file layout for a Python distribution
  exe          Run #! executable files
  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
  quickstart   Create a new TurboGears 2 project.
  request      Run a request for the described application
  serve        Serve the described application
  setup-app    Setup an application, given a config file
  tginfo       Show TurboGears 2 related projects and their versions
(tg2)[EMAIL PROTECTED]:/apps/tg2/sites$

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to