Re: [python-win32] Having multiple versions of PythonWin installed concurrently

2007-08-10 Thread Michel Claveau
Hi! > Niki: > i have 2.3, 2.4 and 2.5 installed with pywin32 But Python COM server is registred only once way. I think that it's not possible to have Python COM server on 2.5, 2.4 & 2.3 simultaneously. Perhaps I'am wrong. In this case, witch way? @+ Michel Claveau __

Re: [python-win32] Having multiple versions of PythonWin installed concurrently

2007-08-09 Thread niki
Tony Cappellini wrote: > Switching between Python2.4 & 2.5 is easy enough to deal with using > Python environment variables, and I would suspect the same for a > version of PythonWin for 2.4- but I just want to see if there are any > potential problems with having multiple versions of PythonWin > i

[python-win32] Having multiple versions of PythonWin installed concurrently

2007-08-09 Thread Tony Cappellini
I'm using Python2.5 & PythonWin build210 for my main development. I need to install a package that only runs under Python2.4, and I'd like to have a corresponding version of PythonWin for 2.4 installed as well. Switching between Python2.4 & 2.5 is easy enough to deal with using Python environment