[python-win32] 2.4 Installer not working

Andrey Ivanov ai2009 at yandex.ru
Tue Dec 21 20:04:03 CET 2004


Hello Michael,

Tuesday, December 21, 2004, 9:22:54 PM, you wrote:

MS> I get "VBScript runtime error: ActiveX component can´t create object:
MS> "Scripting.FileSystemObject""
MS> in this line:
MS> Set FSO = CreateObject("Scripting.FileSystemObject")

This is very strange. It seems that Windows Scripting Host on your machine
is somehow damaged. You can try running:

regsvr32 c:\windows\system32\scrrun.dll

It might bring the FileSystemObject back, but I'm not sure. A much
better way would be to reinstall Scripting host, but I don't know how
to do that.

--
Andrey



More information about the Python-win32 mailing list