What's new

Python libraries

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

acsterf

New Around Here
Hi,

I'm not a linux user and my programming knowledge is very basic, so please forgive me if my doubts are trivial.

I'm want to automate movies and TV series subtitle's download and for this I've been trying to install two python libraries, periscope and subliminal.

Since there aren't opkg packages for these I tried using python to compile them and its dependencies (setuptools, beautifulsoup, guessit, requests, enzyme, html5lib and lxml) or using setuptool's easy_install method, but had no lucky.

Is there another way to do it?

Thanks in advance.
 
... periscope and subliminal.
Since there aren't opkg packages for these I tried using python to compile them and its dependencies (setuptools, beautifulsoup, guessit, requests, enzyme, html5lib and lxml) or using setuptool's easy_install method, but had no lucky
Hi!
Entware repo can help install python modules without packaging in most cases.
See periscope installation example (using easy_install).
 
Hi!
Entware repo can help install python modules without packaging in most cases.
See periscope installation example (using easy_install).

MercuryV, I solved the problem that was preventing periscope from running (OSError: [Errno 2] No such file or directory: '/root/.config/periscope' - solution: mkdir /root/.config/, mkdir /root/.config/periscope), but your post just made everything easier!

I will now try to install subliminal and its modules!

Thanks!
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Staff online

Top