开发者

how execute a Python Script with activeresource?

开发者 https://www.devze.com 2022-12-23 05:47 出处:网络
I need to execute this python script: http://superjared.com/static/code/googleMX.py I installed pyactiv开发者_运维技巧eresource, but when I executed it: python googleMX.py I had this response.

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

I installed pyactiv开发者_运维技巧eresource, but when I executed it: python googleMX.py I had this response.

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


by Responding myself...

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

0

精彩评论

暂无评论...
验证码 换一张
取 消