On Mon, Mar 2, 2009 at 5:27 PM, Ed Valentine <[email protected]> wrote: > > (tg2env)[r...@centossrv1 tg2env]# paster --help > usage: paster [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: (simplejson 2.0.3 (/usr/lib/python2.4/site- > packages), Requirement.parse('simplejson>=2.0.8')) > Cannot load command quickstart: (simplejson 2.0.3 (/usr/lib/python2.4/ > site-packages), Requirement.parse('simplejson>=2.0.8'))
easy_install -U simplejson>=2.0.8 Lucas > 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 > > Any Suggestions? > > > > -- How to create python package? http://lucasmanual.com/mywiki/PythonPaste Bazaar and Launchpad http://lucasmanual.com/mywiki/Bazaar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

