Finally got it to work!

Here's the work around I had to do...
DO NOT Install the tg.devtools package until last!

Install all of these packages manually in syntax of "easy_install -i
http://www.turbogears.org/2.0/downloads/1.9.7b1/index
<package_name>" (do note they are case sensitive):

simplejson
FormEncode
Genshi
repoze.who
Babel
decorator
repoze.tm2
Transaction
zope.interface
BytecodeAssembler
DecoratorTools
AddOns
Extremes

Then install the following packages from PyPI (because the versions in
the 1.9.7.b1 directory are not new enough) in the syntax of simply
"easy_install <package>":

WebOb
Mako
WebHelpers
Routes

Now install Pylons via "easy_install -i 
http://www.turbogears.org/2.0/downloads/1.9.7b1/index
Pylons"

and if that finishes successfully, now you can install the tg.devtools
package with " easy_install -i 
http://www.turbogears.org/2.0/downloads/1.9.7b1/index
tg.devtools"

This should get some of us by till Mark gets a chance to do the actual
release ;)

- Derick

PS: All of this was done with a fresh tg2env virtual environment
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to