Hi All,
http://www.turbogears.org/2.0/docs/main/DownloadInstall.html /
Installing non Python Dependencies / windows says : "You may also want
the win32all package as it provides some very useful tools for windows
developers, the first you will encounter is the ability to make
virtualenv work with paths that contain spaces."
I think I've hit the issue :
C:\Program Files\MyDir>"C:\Program Files\MyDir\Python25\Scripts
\virtualenv" --no-site-packages
"C:\Program Files\MyDir\TileCache"
New python executable in C:\Program Files\MyDir\TileCache\Scripts
\python.exe
Traceback (most recent call last):
File "C:\Program Files\MyDir\Python25\Scripts\virtualenv-script.py",
line 8, in <module>
load_entry_point('virtualenv==1.3.2', 'console_scripts',
'virtualenv')()
File "C:\Program Files\MyDir\Python25\Lib\site-packages
\virtualenv.py", line 420, in main
unzip_setuptools=options.unzip_setuptools)
File "C:\Program Files\MyDir\Python25\Lib\site-packages
\virtualenv.py", line 663, in create_environment
stdout=subprocess.PIPE)
File "C:\Program Files\MyDir\Python25\lib\subprocess.py", line 594,
in __init__
errread, errwrite)
File "C:\Program Files\MyDir\Python25\lib\subprocess.py", line 816,
in _execute_child
startupinfo)
WindowsError: [Error 3] The system cannot find the path specified
Virtualenv creates the Python executable in the Scripts directory and
copies/creates a bunch of files and 2 directories in the Lib
directory, but not the easy_install executable I need. I have the
win32api installed in the system Python I use to create a virtualenv
(C:\Program Files\MyDir\Python25\) so what do I do now ? I guess
things don't happen automagically.
TIA,
Yves Moisan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---