Hi Together Thanks to al your advice. My environment is windows XP with Python 2.4. I hope i can soon the switch to osx. So far i tried workingenv and virtualenv. Workingenv is working like a charm, expect i have to remove the File site.py from my environment after my first easy_install and some "easy_install.exe: Permission denied" errors.
I will document shortly the Installation for TG1.0.3 in a Workingenv maybe is helpfull for otherone: * Copy the whole python24 to copy of python24 (just to keep backups) * Remove the whole python24 installation (Only if your realy never miss the currently used Site-packages!) * Repair the python24 with the .msi (after that c:\python24\lib\site-packages is clean and empty) * execute ez_setup.py * easy_install workingenv.py * create path D:\Virtualenvs * open command prompt and jump to d:\Virtualenvs * execute workingenv Turbogears1.0.3 * execute d:\Virtualenvs\Turbogears1.0.3\bin\activate.bat * easy_install Turbogears==1.0.3 * remove d:\Virtualenvs\Turbogears1.0.3\lib\python24\site.py * easy_install sqlobject==0.9 * easy_install sqlalchemy==0.3 * easy_install mysql-python * easy_install TgFastData * easy_install TurboMail * easy_install TurboTinyMce * have more fun with TG-Development 10 Minutes later i had a clean environment. Virtualenv is not working on my installation. Best Regrads Ivo On 9/17/07, Mark Ramm <[EMAIL PROTECTED]> wrote: > > > Well, I'd still use workingenv for a couple of days ;) > > And if you're on Windows or a Mac (with MacPython -- as opposed to > python from macports), it's not fixed yet. > > --Mark > > On 9/16/07, John M Camara <[EMAIL PROTECTED]> wrote: > > > > > > On Sep 16, 2:54 pm, "Mark Ramm" <[EMAIL PROTECTED]> wrote: > > > Take a look at: > > > > > > http://cheeseshop.python.org/pypi/workingenv.py > > > > > > This will let you set up separate working environments for various > > > TurboGears versions. > > > > > > > virtualenv [1] now replaces workingenv > > > > [1] http://pypi.python.org/pypi/virtualenv/ > > > > > > > > > > > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog: www.compoundthinking.com/blog > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
