When I try to do anything with Python, I get this:

Posted by Syrin on Mon 11 Dec 2006 01:23 AM — 2 posts, 13,525 views.

#0
Error number: -2147221164
Event: loading scripting engine
Description: Error -2147221164 occurred when loading scripting engine:

Class not registered

Called by:

How do I solve it? I've run the pyscript.py file, and it's given me the "Registered" message, so I don't have any idea how to fix it. It's the pyscript.py for Python2.5, which I have - should I try to get a lower version? I have all the Pythons from 2.2 to 2.5, but only the win32 package for 2.5
Australia Forum Administrator #1
I don't know, sounds like some problem with the script engine DLL being registered.

I find it infuriating that some script engines (I think Python is the worst) require some obscure registration procedure, which doesn't even seem to work.

Can't be more help sorry, maybe try Lua instead - that is built in.