On Sep 22, 12:56 pm, pa5cau <[EMAIL PROTECTED]> wrote:
> If you do the following in the virtual env:
> $ easy_install -Zihttp://www.turbogears.org/2.0/downloads/current/index
> tg.devtools
> (force to unzip the eggs)
> then it works without problems using the default python installation.

Just gave that a try to no avail.  It didn't just work.

I was messing around last night with it, and got several different
errors when making slight changes to the install process.  Finally, I
wound up breaking my default python install :/  Don't ask.

>Maybe the answers are in here:
>  http://groups.google.com/group/python-virtualenv/browse_frm/thread/e3...
>If changes talked about in that have been done, maybe try virtualenv
>from source repository where ever that is.

I tried using the current trunk (i think) from here:
http://svn.colorstudy.com/virtualenv/trunk/, but it still didn't
work.  It looks like the changes mentioned in the thread you posted
are in the source though.

I couldn't figure out an easy way to test the distribution.  The best
way I found was to download the tg.devtools package, and modify the
setup.cfg to look in http://www.turbogears.org/2.0/downloads/current/index
for packages by adding:

"""
[easy_install]
add_link = "http://www.turbogears.org/2.0/downloads/current/index";
"""
It can't look at PyPi because we know there are no "TurboGears2"
project listed yet.

Then I had to modify the setup.py file and change the "TurboGears2"
entry to "tg.devtools"  I also noticed that "Paste" is not listed in
the setup.py as a requirement.

Grabbing at straws, I think there might be a problem with setuptools
0.6c8 and virtualenv on mac.

I'll keep messing around, but at this point, I think that's all I'm
doing...

~Sean



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

Reply via email to