Win32 2.2 & 2.1.2

Stefan Schukat SSchukat at dspace.de
Mon Mar 4 11:50:54 EST 2002


Just change in the registry the file assoziations.
Is this case you have "Edit", "Edit in 22",  "open" (default), "open in 22"
E.g. with the shown regfile (paths must be changed according to the
installation)

	Stefan

----------------------------------------------------------------------------
-
REGEDIT4

[HKEY_CLASSES_ROOT\Python.File\Shell]
@="open"

[HKEY_CLASSES_ROOT\Python.File\Shell\Edit in 22]

[HKEY_CLASSES_ROOT\Python.File\Shell\Edit\Command]
@="F:\\Python22\\lib\\site-packages\\Pythonwin\\pythonwin.exe /edit \"%1\""

[HKEY_CLASSES_ROOT\Python.File\Shell\Edit]

[HKEY_CLASSES_ROOT\Python.File\Shell\Edit\Command]
@="F:\\Python21\\PythonWin\\PythonWin.exe \"%L\""

[HKEY_CLASSES_ROOT\Python.File\Shell\open]

[HKEY_CLASSES_ROOT\Python.File\Shell\open\command]
@="F:\\Python21\\python.exe \"%1\" %*"

[HKEY_CLASSES_ROOT\Python.File\Shell\open in 22]

[HKEY_CLASSES_ROOT\Python.File\Shell\open in 22\Command]
@="F:\\Python22\\python.exe \"%1\" %*"




> -----Original Message-----
> From: Robin Becker [mailto:robin at jessikat.fsnet.co.uk]
> Sent: Monday, March 04, 2002 5:27 PM
> To: python-list at python.org
> Subject: Win32 2.2 & 2.1.2
> 
> 
> Is there a way to install Python 2.2 after 2.1.2 and keep 2.1.2 as the
> default for a win32 box. It would allow us to dip a toe in the water
> without drowning. 
> -- 
> Robin Becker
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list