My quickstart version is tg.devtools 2.0b1dev.
I used a clean virtualenv on Debian Linux.
Using Python 2.5.
When trying to run the quickstart I get this error:
(tg2env7)qw...@kuwait:~/tg2env7$ paster quickstart
Traceback (most recent call last):
File "/home/qwait/tg2env7/bin/paster", line 8, in <module>
load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')
()
File "/home/qwait/tg2env7/lib/python2.5/site-packages/
PasteScript-1.7.3-py2.5.egg/paste/script/command.py", line 83, in run
command = commands[command_name].load()
File "build/bdist.linux-i686/egg/pkg_resources.py", line 1912, in
load
File "build/bdist.linux-i686/egg/pkg_resources.py", line 1925, in
require
File "build/bdist.linux-i686/egg/pkg_resources.py", line 524, in
resolve
pkg_resources.DistributionNotFound: PEAK-Rules
After many tries it seems to be missing the following dependences:
* peak-rules
* dbsprockets
* beautifulsoup
* transaction
All can be easy_installed.
After doing all that it works. Just wanted to let you know.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---