Plugin Help

Posted by Sanichi on Fri 23 May 2014 10:24 AM — 5 posts, 18,618 views.

#0
It seems I have no idea quite what to do with a plugin I've recently acquired. Whenever I place it into my vanilla mushclient, it seems to just quietly bug out and not work after an error message.

From the looks of it, it seems to be having issues declaring a language at some point, but I'm not sure I fully comprehend the problem. Might some of you have some advice?

Plugin: http://dartmud.xnet.org/viewtopic.php?f=5&t=184&hilit=mushclient
Amended on Sat 24 May 2014 01:31 AM by Sanichi
Australia Forum Administrator #1
Can you post the error message please? Copy and paste.
#2
Error -2147221005 occurred when finding CLSID of scripting language "python".
Australia Forum Administrator #3
It looks like Python is not installed. It does not come by default with the client, which is why we recommend people write scripts in Lua.

Try browsing the Python part of this forum, there are some posts there about how to install it.
#4
Installing Active Python solved the issue, thank you!