Re: MSScriptControl & ActivePython

2004-03-23 Thread DogWalker
Here is the path in ActivePython 2.2.2 Documentation: Python On Windows Extensions Win32com Help Click on: Quick-Starts to Python and COM Click on: ActiveX Scripting Demos Good Luck! - Original Message - From: Andrew Powell To: [EMAIL PROTECTED] Sent: Tuesday, March 2

Re: MSScriptControl & ActivePython

2004-03-23 Thread DogWalker
Your AX Scripting engine is most likely not registered.   Open the ActiveState .chm HtmlHelp document and Search for "Engine Registration" In my copy, there is a link to click to register the engine. There are also in that .chm some demos of the AX engine. How one finds them, I know not. The

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 11:59 PM Subject: Re: MSScriptControl & A

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" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]

Re: MSScriptControl & ActivePython

2004-03-23 Thread DogWalker
I have the following: Set SC = New MSScriptControl.ScriptControl With SC .Language = "Python" .AllowUI = True .SitehWnd = fMainForm.hwnd .Timeout = 3000 End With In addition the following keys must be defined in the Registry: HKEY_CLASSES_ROOT\Python HKEY_CLASSES

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