Keith
> Keith
>
> [1] http://blog.ianbicking.org/workingenv-revisited.html
>
> >
>
> have you try with plain setuptools? tgsetup is coded to handle the
> most common case.
I tried the following:
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2>easy_install
-f http://www.turbogears.org/download/filelist.html turbogears==1.0b2
Searching for turbogears==1.0b2
Reading http://www.turbogears.org/download/filelist.html
Best match: TurboGears 1.0b2
Downloading http://files.turbogears.org/eggs/TurboGears-1.0b2-py2.4.egg
Processing TurboGears-1.0b2-py2.4.egg
creating
d:\my\programming\projects\python\workingenvironments\tg1.0b2\lib\python2.4\TurboGears-1.0b2-py2.4.egg
Extracting TurboGears-1.0b2-py2.4.egg to
d:\my\programming\projects\python\workingenvironments\tg1.0b2\lib\python2.4
Removing turbogears 1.0b1 from easy-install.pth file
Adding TurboGears 1.0b2 to easy-install.pth file
Installing tg-admin-script.py script to
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2/bin/
error:
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2\lib\python2.4\setuptools\cli.exe:
No such file or directory
Before this I tried similar thing without "==1.0b2" part with similar
results. I guess that this explains line:
Removing turbogears 1.0b1 from easy-install.pth file
--
Tvrtko
easy_install -U TurboGears will give the same result
D:\My\Programming\Projects\Python\WorkingEnvironments>workingenv.py
tg1.0b2
Making working environment in
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2
Installing local setuptools
Creating
d:\my\programming\projects\python\workingenvironments\tg1.0b2\lib\python2.4\site.py
Searching for setuptools
Reading http://www.python.org/pypi/setuptools/
Reading http://peak.telecommunity.com/DevCenter/setuptools
Reading http://www.python.org/pypi/setuptools/0.6c3
Best match: setuptools 0.6c3
Processing setuptools-0.6c3-py2.4.egg
Copying setuptools-0.6c3-py2.4.egg to
d:\my\programming\projects\python\workingenvironments\tg1.0b2\lib\python2.4
Adding setuptools 0.6c3 to easy-install.pth file
Installing easy_install-script.py script to
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2\bin
Installing easy_install.exe script to
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2\bin
Installing easy_install-2.4-script.py script to
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2\bin
Installing easy_install-2.4.exe script to
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2\bin
Installed
d:\my\programming\projects\python\workingenvironments\tg1.0b2\lib\python2.4\setuptools-0.6c3-py2.4.egg
Processing dependencies for setuptools
Cannot fix import path in script
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2\bin\easy_install-2.4.exe
Cannot fix import path in script
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2\bin\easy_install.exe
D:\My\Programming\Projects\Python\WorkingEnvironments>cd tg1.0b2
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2>bin\activate.bat
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2>echo off
D:\My\Programming\Projects\Python\WorkingEnvironments\tg1.0b2>easy_install
-U TurboGears
Searching for TurboGears
Reading http://www.python.org/pypi/TurboGears/
Reading http://www.turbogears.org
Reading http://www.turbogears.org/download/
Reading http://www.python.org/pypi/TurboGears/1.0b1
Reading http://www.python.org/pypi/TurboGears/"<a
Best match: TurboGears 1.0b2
Downloading http://files.turbogears.org/eggs/TurboGears-1.0b2-py2.4.egg
Processing TurboGears-1.0b2-py2.4.egg
creating
d:\my\programming\projects\python\workingenvironments\tg1.0b2\lib\python2.4\TurboGears-1.0b2-py2.4.egg
Extracting TurboGears-1.0b2-py2.4.egg to
d:\my\programming\projects\python\workingenvironments\tg1.0b2\lib\python2.4