[python-win32] Reading .py or .pyc from an excel sheet

Tim Roberts timr at probo.com
Tue Feb 5 01:01:10 CET 2008


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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list