Hi, I've recognized the following issue with win32all139 or ActivePython 2.1 - 210b with Windows 2000 Professional SP2 / Windows NT Workstation SP6a: Aftre installion the ActiveX Script Engine and Helper objects are not registerd correctly. On Windows 2000 you get only partial registration - All the Version independed PROGIDs are not registered On Windows NT - No ActiveX Script engine related PROGID gets registerd My Environment: Windows 2000 Professional SP2 WSH 5.6 Beta 2 IE 5.5 SP1 Windows NT Workstation SP6a with OptionPack (IIS4.0, Transaction Server 2.0) WSH 5.5 IE 5.01 SP1 My account has on both machines administrative rights. I've also tried it with the local Administrator account --> same effect. Due to the incorrect registration using Python in IE, ASP, WSH fails as you get the message 'unkown language python' Workaround: after doing the following python E:\Python21\win32comext\axscript\client\pyscript.py --unregister python E:\Python21\win32comext\axscript\client\pyscript.py python E:\Python21\win32com\servers\interp.py --unregister python E:\Python21\win32com\servers\interp.py python E:\Python21\win32com\servers\dictionary.py --unregister python E:\Python21\win32com\servers\dictionary.py I got all PROGIDs (version dependent and independent) and the script engine works in WSH, ASP, IE Regards -- Thomas Melzer --------------------------------------- bineo Network Solutions Gmbh Germany EMail: [EMAIL PROTECTED] _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
