I got as far as installing tg2 seemingly successfully, and created a
test app. I'm confused by this though:
$ paster server --reload development.ini
Traceback (most recent call last):
File "/usr/local/bin/paster", line 7, in ?
sys.exit(
File
"/usr/lib/python2.4/site-packages/PasteScript-1.6.4dev_r7434-py2.4.egg/paste/script/command.py",
line 68, in run
commands = get_commands()
File
"/usr/lib/python2.4/site-packages/PasteScript-1.6.4dev_r7434-py2.4.egg/paste/script/command.py",
line 110, in get_commands
plugins = pluginlib.resolve_plugins(plugins)
File
"/usr/lib/python2.4/site-packages/PasteScript-1.6.4dev_r7434-py2.4.egg/paste/script/pluginlib.py",
line 81, in resolve_plugins
pkg_resources.require(plugin)
File
"/usr/local/src/Pylons/setuptools-0.6c8-py2.4.egg/pkg_resources.py",
line 626, in require
File
"/usr/local/src/Pylons/setuptools-0.6c8-py2.4.egg/pkg_resources.py",
line 524, in resolve
pkg_resources.DistributionNotFound: Not Found: tg.ext.geo (did you run
python setup.py develop?)
Is this supposed to to be this way? Should I need tg.ext.geo to start a
sample app?
Thanks!
Iain
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---