I started out just trying it via vbscript, but when I use the code you
provided I get

Run-time error '429':

ActiveX component can't create object.

I'm guessing there's a .dll or something not registered somewhere.  I'll do
some more digging.

On Feb 4, 2008 4:01 PM, Tim Roberts <[EMAIL PROTECTED]> wrote:

> Tim Johnson wrote:
> > My machine doesn't seem to recognize Python.Interpreter.  Is there
> > some prerequisite that I could be missing?
>
> What did you try?  I just went into the Excel VBA editor and created a
> function with this:
>    Dim x As Object
>    Set x = CreateObject("Python.Interpreter")
>
> It seemed to work OK, although I didn't actually try to use the object..
>
> --
> Tim Roberts, [EMAIL PROTECTED]
> Providenza & Boekelheide, Inc.
>
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>



-- 
_____________________
Ceci n'est pas un email.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to