Studio:Special considerations for Python users: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 6: Line 6:


[ftp://ftp.activestate.com/ActivePython/windows/]
[ftp://ftp.activestate.com/ActivePython/windows/]
[[Category:KB]]

Revision as of 23:44, 21 June 2007

STRIDE supports Python release 2.2.2. We do not currently support later versions due to ActiveState changes to Python, including the fact that Python's inproc server threading model was changed from Both to Apartment:

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{DF630910-1C1D-11d0-AE36-8C0F5E000000}\InprocServer32] ThreadingModel = 'Apartment'

This prevents it from being used in an MTA, which is what STRIDE Studio uses to run scripts. Changing the value may cause severe side effects; therefore, we only support Python release 2.2.2, available at the following location:

[1]