Re: [python-win32] Multiple versions of Python

2017-10-08 Thread Vernon D. Cole
Damine: The answer provided by Denis was correct, but is most helpful only in environments where you are developing projects with different prerequisite requirements. For that, you will want to use the Python virtual environment package, aided by virtualenvwrappor.

Re: [python-win32] Multiple versions of Python

2017-10-08 Thread Denis Akhiyarov
This is pywin32 mailing list, but generally you can use virtualenv or conda environments to manage your multiple Python versions from the command-line. Note that PTVS provides convenient ways to add multiple environments to the same Python project from Visual Studio user interface. In essence all

[python-win32] Multiple versions of Python

2017-10-08 Thread Damien Sykes-Lindley
Hi, Is there any documentation I need to look at if I intend to use Python 2 and 3 on the same Windows machine? Specifically, how to switch versions, how to install things with Pip without causing conflicts etc. I can find such notes describing its use on a Linux system, but nothing for

Re: [python-win32] Multiple versions of Python on same machine with regsvr32.exe PYDs

2011-07-18 Thread reckoner
Mark: Thanks for your reply. I'm using the Python extension described here: http://www.synapseadaptive.com/joel/index_old.html Basically, the natlink.pyd file is called ( after being registered with regsvr32 ) indirectly by the speech recognition engine. Thus, if the natlink.pyd file is

Re: [python-win32] Multiple versions of Python on same machine with regsvr32.exe PYDs

2011-07-18 Thread Mark Hammond
On 19/07/2011 12:21 AM, reckoner wrote: Mark: Thanks for your reply. I'm using the Python extension described here: http://www.synapseadaptive.com/joel/index_old.html Basically, the natlink.pyd file is called ( after being registered with regsvr32 ) indirectly by the speech recognition

Re: [python-win32] Multiple versions of Python on same machine with regsvr32.exe PYDs

2011-07-14 Thread Mark Hammond
On 14/07/2011 4:39 AM, reckoner wrote: Hi, I have been researching this for a couple of days now, and although virtualenv seems like the answer, I have been reading about problems with applications that require specific versions of Python in the registry so it can find corresponding PYD and DLL

[python-win32] Multiple versions of Python on same machine with regsvr32.exe PYDs

2011-07-13 Thread reckoner
Hi, I have been researching this for a couple of days now, and although virtualenv seems like the answer, I have been reading about problems with applications that require specific versions of Python in the registry so it can find corresponding PYD and DLL files. This means that it is more