Peter Stannett - 2011-12-15

Hi

First off please let me say I am crap at python and can hardly ever get anything to install properly. However I have installed this using easy_install. When I run the "To start an interactive session in excel" code I get:

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in <module>
    B = ExWorkbook()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyWorkbooks/ExWorkbook.py", line 146, in __init__
    self.xl_window = GetActiveObject("Excel.Application")
NameError: global name 'GetActiveObject' is not defined

Any ideas? I really am quite keen to overcome my newbie hurdles and get to grips with this python malarky.

Cheers
Peter