On Aug 8, 2006, at 5:11 PM, Javier Rojas wrote:
[1] http://trac.turbogears.org/turbogears/wiki/CompoundWidgets
when I launch the command "python setup.py develop" it says:
 No local packages or download links found for TurboGears>=0.9a9dev-r1689
error: Could not find suitable distribution for Requirement.parse('TurboGears>=0.9a9dev-r1689'

Just edit setup.py and change the line where it says:

install_requires = ["TurboGears >= 0.9a9dev-r1689"],

to:

install_requires = ["TurboGears >= 0.9a8"],

and upgrade to 0.9a8.

Everything should be fine. Sorry for that, I sometimes believe everyone else is also using the 1.0 svn branch ;)

Alberto


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

Reply via email to