MSScriptControl & ActivePython

2004-03-23 Thread Andrew Powell
Could someone please lend a hand to a person who has very little python experience (*ahem* me), but is attempting to enable the scripting in his application to allow for ActivePython?   I cant see to figure out, nor find in the docs, what the Language parameter should be for the MSScriptContr

Re: MSScriptControl & ActivePython

2004-03-23 Thread Andrew Powell
Ive installed the ActivePython engine (or whats'it called) from the .MSI installed on the website. What could be causing this to come back with an unknown language error? - Original Message - From: "DogWalker" <[EMAIL PROTECTED]> To: "Andrew Powell" <[EM

Re: MSScriptControl & ActivePython

2004-03-23 Thread Andrew Powell
Sorry, the specific message is : A script engine for the specified language can not be created. - Original Message - From: "DogWalker" <[EMAIL PROTECTED]> To: "Andrew Powell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004

Re: MSScriptControl & ActivePython

2004-03-24 Thread Andrew Powell
he file it was trying to open, search for the file and launch it myself) Thanks again! - Original Message - From: "DogWalker" <[EMAIL PROTECTED]> To: "Andrew Powell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 1:00 AM Subj

Extending objects with MSScriptControl

2004-03-24 Thread Andrew Powell
Thanks to the suggestions of 'DogWalker' Ive gotten the ActiveScript engine for Python cooking, but its behavior is a little different it seems from other languages and how they handle objects extended to the script. It seems no matter what object that I extend to the script, it wont 'recognize' i