You are not logged in.

#1 2014-10-19 08:33:30

bradgillap
Member
Registered: 2014-10-18
Posts: 12

Python SetupTools and arch with a sickbeard script

Hello. I'm trying to get a script working that requires python setuptools. The script is python 2.7 so I'm using python2 in my arguments but it's getting stuck trying to do something with python SetupTools.

I have installed python2-setuptools from the repo and python2-distributable?  and something else called python2-pip I believe that replaces setuptools?

Anyway I've really hit a wall here. The script just keeps complaining that it can't use easysetup which I also installed from the python site but that didn't seem to help either.  setup.ez_setup.main()

I have got it working under other environments so I know it is possible under debian distro's.

The script in question. 

https://github.com/mdhiggins/sickbeard_mp4_automator/

Script result: Trying to install SetupTools

Traceback (most recent call last):

  File "/media/300gb/Downloads/Scripts/postConversion.py", line 7, in <module>

    from readSettings import ReadSettings

  File "/media/300gb/Downloads/Scripts/readSettings.py", line 9, in <module>

    setup.ez_setup.main()

NameError: name 'setup' is not defined

 

Offline

Board footer

Powered by FluxBB