Sto cercando di impostare un ambiente Turbogears per Python, seguendo la guida qui http://turbogears.readthedocs.org/en/latest/turbogears/wiki20.html#wiki20
Sono bloccato nel passaggio virtualenv tgnev, dopo aver tentato la soluzione suggerita nel messaggio di eccezione e alcune altre cose e ho bisogno di alcuni suggerimenti.
C:\WINDOWS\system32>virtualenv tgenv
Using base prefix 'c:\\program files (x86)\\python 3.5'
New python executable in tgenv\Scripts\python.exe
ERROR: The executable tgenv\Scripts\python.exe is not functioning
ERROR: It thinks sys.prefix is 'c:\\windows\\syswow64\\tgenv' (should be 'c:\\windows\\system32\\tgenv')
ERROR: virtualenv is not compatible with this system or executable
Note: some Windows users have reported this error when they installed Python for "Only this user" or have multiple versions of Python installed. Copying the appropriate PythonXX.dll to the virtualenv Scripts/ directory may fix this problem.
Sono completamente nuovo in Python e virtualenv, quindi per favore non dare per scontato che io sappia qualcosa!
È interessante notare che system32 \ tgenv non esiste, ma syswow64 esiste, quindi sembra che virtualenv stia commettendo un errore?