Python problem - locating parse interface

Posted by Artel on Sat 09 Jan 2010 10:12 AM — 3 posts, 18,796 views.

USA #0
I am getting the following error when I attempt to enable scripting in MUSHclient using Python:


Error number: -2147467262
Event:        locating parse interface
Description:  Error -2147467262 occurred when locating parse interface:



No such interface supported


Called by:    


I can't find any information about this error. Any help would be greatly appreciated!

Info: I'm using Python 2.6.2 64-bit from python.org (it is working fine for everything outside of MUSHclient). I have installed the corresponding pywin32 package and have run pyscript.py. I'm using MUSHclient 4.44, though I will go ahead and try 4.45 now (doesn't seem like it would change anything.)
Netherlands #1
Install the 32-bit package and your problem ought to be solved. MUSHclient is a 32-bit application and as such can only 'utilize' other 32-bit applications.

In general, I advise you use 32-bit programs only on your pc, unless you have stuff that really needs a 64-bit work environment, which is truly rare. 32-bit is still more optimized behind the scenes and takes less memory - whereas 64-bit at this time only really shines if that specific application needs to address more than 2GB+ memory.
USA #2
That worked. Thank you.