views:

65

answers:

1

Hi friends,

I need to execute this python script: http://superjared.com/static/code/googleMX.py

I installed pyactiveresource, but when I execute: python googleMX.py I have this return.

Traceback (most recent call last): File "googleMX.py", line 15, in ? from pyactiveresource import ActiveResource ImportError: cannot import name ActiveResource

A: 

by Responding myself...

It was using an older version of pyactiveresource. The author (Lucky) creates another one http://gist.github.com/330832

coto