I was previously working on Python2.4 and turbogears 1.0.4. Now i shifted my PC and was trying to install turbogears from tgsetup.py with DEFAULT_VERSION = "0.6c8". I am not able to install it. Everytime it is giving error:
TurboGears Installer Beginning setuptools/EasyInstall installation and TurboGears download Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6c8-py2.4.egg C:\Python24>python tgsetup.py TurboGears Installer Beginning setuptools/EasyInstall installation and TurboGears download Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0. 6c8-py2.4.egg Processing setuptools-0.6c8-py2.4.egg creating c:\python24\lib\site-packages\setuptools-0.6c8-py2.4.egg Extracting setuptools-0.6c8-py2.4.egg to c:\python24\lib\site-packages Adding setuptools 0.6c8 to easy-install.pth file Installing easy_install-script.py script to C:\Python24\Scripts Installing easy_install.exe script to C:\Python24\Scripts Installing easy_install-2.4-script.py script to C:\Python24\Scripts Installing easy_install-2.4.exe script to C:\Python24\Scripts Installed c:\python24\lib\site-packages\setuptools-0.6c8-py2.4.egg Processing dependencies for setuptools==0.6c8 Finished processing dependencies for setuptools==0.6c8 Searching for TurboGears==1.0.5 Reading http://www.turbogears.org/download/ Reading http://pypi.python.org/simple/TurboGears/ Reading http://www.turbogears.org Reading http://www.turbogears.org/download/filelist.html Best match: TurboGears 1.0.5 Downloading http://files.turbogears.org/eggs/TurboGears-1.0.5-py2.4.egg Processing TurboGears-1.0.5-py2.4.egg Traceback (most recent call last): File "tgsetup.py", line 439, in ? tg_main() File "tgsetup.py", line 193, in tg_main main(args) File "tgsetup.py", line 371, in main return main(list(argv)+[egg]) # we're done here File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 1671, in main File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 1659, in with_ei_usage File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 1675, in <lambda> File "C:\Python24\lib\distutils\core.py", line 149, in setup dist.run_commands() File "C:\Python24\lib\distutils\dist.py", line 946, in run_commands self.run_command(cmd) File "C:\Python24\lib\distutils\dist.py", line 966, in run_command cmd_obj.run() File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 211, in run File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 446, in easy_install File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 476, in install_item File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 619, in install_eggs File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 670, in install_egg File "C:\Python24\setuptools-0.6c8-py2.4.egg\setuptools\command \easy_install.p y", line 661, in egg_distribution zipimport.ZipImportError: not a Zip file: 'c:\docume~1\windows \locals~1\temp\eas y_install-xa09s_\TurboGears-1.0.5-py2.4.egg' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

