Ubuntu 9.10, Python 2.6, followed the command to install TG2 via pip:

pip -E . install turbogears2 -i http://www.turbogears.org/2.0/downloads/current/
index

Everything seems to be okay, I even took care of the broken dependency
on Extremes 1.1.

But when I execute paster:
=== begin ===

(tg2pip)m...@computer:~/dev/tg2/tg2pip$ paster
Usage: /home/me/dev/tg2/tg2pip/bin/paster COMMAND
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

/home/me/dev/tg2/tg2pip/lib/python2.6/site-packages/peak/rules/
indexing.py:2
20: DeprecationWarning: object.__new__() takes no parameters
  return super(BitmapIndex, cls).__new__(cls, engine, expr)
/home/me/dev/tg2/tg2pip/lib/python2.6/site-packages/tw/core/view.py:
202: Dep
recationWarning: object.__new__() takes no parameters
  obj = object.__new__(cls, *args, **kw)
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

TurboGears2:
  tginfo       Show TurboGears 2 related projects and their versions

=== end ===

Aside from the obvious two Deprecation warnings, where is quickstart?
What am I missing? :)

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