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

Reply via email to