On May 21, 1:02 pm, Michael Pedersen <[email protected]> wrote:
> That's actually an easy (and moderately common) mistake: The TurboGears2
> package includes the tools required to run TurboGears. The tg.devtools
> package includes the tools needed to develop for TurboGears. Install that,
> and you will have the quickstart accessible.
Ok, now this is interesting: after doing that I get a version conflict
for repoze.who.
bash-3.2$ source tg2env/bin/activate
(tg2env)bash-3.2$ paster quickstart my_sample_project
Traceback (most recent call last):
File "/Users/aias/Temp/tg2env/bin/paster", line 8, in <module>
load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')
()
File "/Users/aias/Temp/tg2env/lib/python2.6/site-packages/paste/
script/command.py", line 83, in run
command = commands[command_name].load()
File "build/bdist.linux-i686/egg/pkg_resources.py", line 1953, in
load
File "build/bdist.linux-i686/egg/pkg_resources.py", line 1966, in
require
File "build/bdist.linux-i686/egg/pkg_resources.py", line 569, in
resolve
pkg_resources.VersionConflict: (repoze.who 2.0a2 (/Users/aias/Temp/
tg2env/lib/python2.6/site-packages),
Requirement.parse('repoze.who>=1.0.18,<=1.99'))
Thoughts?
_Ryan Wilcox
--
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.