problem installing flexget

Discussion and Technical Support for general software applications and utilities including OS related issues.
Post Reply
buntuser
Member
Member
Posts: 4
Joined: April 22nd, 2012, 4:49 pm

problem installing flexget

Post by buntuser »

hi!
my xbmcbuntu version is:
Distributor ID: Ubuntu
Description: Ubuntu 11.10 - XBMCbuntu
Release: 11.10
Codename: oneiric

i am having trouble installing flexget.
must admit i am a linux nubie.
i ahve tried following these guides:
http://flexget.com/wiki/InstallWizard/Linux/Environment
and
http://www.havetheknowhow.com/Install-th...exGet.html

and it looks like i have a python problem becuse whenever i type python -v i get the bellow messages, instead of the python version. (same for flexget b.t.w)
amir@amir-desktop:/etc/apt$ python -v
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
import site # precompiled from /usr/lib/python2.7/site.pyc
# /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
import os # precompiled from /usr/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
import posixpath # precompiled from /usr/lib/python2.7/posixpath.pyc
# /usr/lib/python2.7/stat.pyc matches /usr/lib/python2.7/stat.py
import stat # precompiled from /usr/lib/python2.7/stat.pyc
# /usr/lib/python2.7/genericpath.pyc matches /usr/lib/python2.7/genericpath.py
import genericpath # precompiled from /usr/lib/python2.7/genericpath.pyc
# /usr/lib/python2.7/warnings.pyc matches /usr/lib/python2.7/warnings.py
import warnings # precompiled from /usr/lib/python2.7/warnings.pyc
# /usr/lib/python2.7/linecache.pyc matches /usr/lib/python2.7/linecache.py
import linecache # precompiled from /usr/lib/python2.7/linecache.pyc
# /usr/lib/python2.7/types.pyc matches /usr/lib/python2.7/types.py
import types # precompiled from /usr/lib/python2.7/types.pyc
# /usr/lib/python2.7/UserDict.pyc matches /usr/lib/python2.7/UserDict.py
import UserDict # precompiled from /usr/lib/python2.7/UserDict.pyc
# /usr/lib/python2.7/_abcoll.pyc matches /usr/lib/python2.7/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.7/_abcoll.pyc
# /usr/lib/python2.7/abc.pyc matches /usr/lib/python2.7/abc.py
import abc # precompiled from /usr/lib/python2.7/abc.pyc
# /usr/lib/python2.7/_weakrefset.pyc matches /usr/lib/python2.7/_weakrefset.py
import _weakrefset # precompiled from /usr/lib/python2.7/_weakrefset.pyc
import _weakref # builtin
# /usr/lib/python2.7/copy_reg.pyc matches /usr/lib/python2.7/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.7/copy_reg.pyc
# /usr/lib/python2.7/traceback.pyc matches /usr/lib/python2.7/traceback.py
import traceback # precompiled from /usr/lib/python2.7/traceback.pyc
# /usr/lib/python2.7/sysconfig.pyc matches /usr/lib/python2.7/sysconfig.py
import sysconfig # precompiled from /usr/lib/python2.7/sysconfig.pyc
# /usr/lib/python2.7/re.pyc matches /usr/lib/python2.7/re.py
import re # precompiled from /usr/lib/python2.7/re.pyc
# /usr/lib/python2.7/sre_compile.pyc matches /usr/lib/python2.7/sre_compile.py
import sre_compile # precompiled from /usr/lib/python2.7/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.7/sre_parse.pyc matches /usr/lib/python2.7/sre_parse.py
import sre_parse # precompiled from /usr/lib/python2.7/sre_parse.pyc
# /usr/lib/python2.7/sre_constants.pyc matches /usr/lib/python2.7/sre_constants.py
import sre_constants # precompiled from /usr/lib/python2.7/sre_constants.pyc
# /usr/lib/python2.7/sitecustomize.pyc matches /usr/lib/python2.7/sitecustomize.py
import sitecustomize # precompiled from /usr/lib/python2.7/sitecustomize.pyc
import encodings # directory /usr/lib/python2.7/encodings
# /usr/lib/python2.7/encodings/__init__.pyc matches /usr/lib/python2.7/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.7/encodings/__init__.pyc
# /usr/lib/python2.7/codecs.pyc matches /usr/lib/python2.7/codecs.py
import codecs # precompiled from /usr/lib/python2.7/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.7/encodings/aliases.pyc matches /usr/lib/python2.7/encodings/aliases.py
import encodings.aliases # precompiled from /usr/lib/python2.7/encodings/aliases.pyc
# /usr/lib/python2.7/encodings/utf_8.pyc matches /usr/lib/python2.7/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/lib/python2.7/encodings/utf_8.pyc
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
dlopen("/usr/lib/python2.7/lib-dynload/readline.so", 2);
import readline # dynamically loaded from /usr/lib/python2.7/lib-dynload/readline.so
>>>


any idea?

thank!
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: problem installing flexget

Post by Ian »

Hi there,

Gosh, I'm afraid I've no idea :oops: All I can suggest is looking on google for someone with a similar problem. I've not seen this before, everything went swimmingly for me.

Sorry,

Ian.
buntuser
Member
Member
Posts: 4
Joined: April 22nd, 2012, 4:49 pm

Re: problem installing flexget

Post by buntuser »

Ian, thanks for your reply, i appreciate it :)

perhaps someone else can help??
User avatar
DunkB
Member
Member
Posts: 49
Joined: March 17th, 2011, 9:19 pm

Re: problem installing flexget

Post by DunkB »

Hi Buntuser

I noticed their was a problem yesterday, the Flexget website is down for unscheduled maintenance. Don't know if it is up and running again? ...............Just had a look and it seems to be back again. It may be their are still issues, their is a note about not being able to sync with the repository.

I can't check if my problem is fixed as I am away on business..............Travel Lodges stink!!!

Dunk
buntuser
Member
Member
Posts: 4
Joined: April 22nd, 2012, 4:49 pm

Re: problem installing flexget

Post by buntuser »

Hi Dunk,
i don't think my problem is related to flexget website, first of all, because it seems like a python problem, and second, because i experianced the problem few days ago. but thanks for the effort anyway! :)
buntuser
Member
Member
Posts: 4
Joined: April 22nd, 2012, 4:49 pm

Re: problem installing flexget

Post by buntuser »

Hi,
it turns out i had no problem at all! the only thing was that i used python -v instead of python -V (stupid me) :)
so, now that i have flexget up and running, i have an additional question - i would like to use a rlslog cookbook recipe, as shown here: http://flexget.com/wiki/Cookbook/Movies/Rlslog
but, i would like to incorporate and additional rss feed into it: i have an rss feed coming from a subtitles website. i would like to run the rlslog cookbook filter based on the subtitles rss feed.
for example - a typical rss feed would list all releases that already have subs, in this example, for the movie "The Sitter", something like that:

The.Sitter.2011.1080p.BluRay.x264-Felony
The.Sitter.2011.2in1.1080p.Blu-ray.AVC.DTS-HD.MA.5.1-CHD
The.Sitter.2011.720p.BluRay.x264-Felony
The.Sitter.2011.720p.BRRip-sc0rp
The.Sitter.2011.Totally.Irresponsible.Edition.Unrated.Extended.Cut.Blu-ray.1080p.AVC.DTS-HD.MA.5.1.R
The.Sitter.2011.UNRATED.1080p.BluRay.10bit.DTS.x264-LEGi0N
The.Sitter.2011.UNRATED.1080p.BluRay.X264-AMIABLE
The.Sitter.2011.UNRATED.720p.BluRay.X264-AMIABLE
The.Sitter.2011.UNRATED.720p.BRRIP.X264.AC3.CrEwSaDe
The.Sitter.2011.UNRATED.720p.BRRiP.XviD.AC3-REFiLL
The.Sitter.2011.UNRATED.720p.BRRip.XVID.AC3.ADTRG
The.Sitter.2011.UnRated.AC3.720p.BRRip.XViD-RemixHD
The.Sitter.2011.Unrated.BDRip.XVID.AC3.HQ.Hive-CM8
The.Sitter.2011.UNRATED.BRRip.AC3.XviD-ADMiRE
The.Sitter.2011.UNRATED.BRRIP.x264.AC3-HOPE
The.Sitter.2011.UNRATED.BRRip.XViD.AC3-5.1-ADTRG
The.Sitter.2011.UNRATED.BRRip.XviD.AC3-LEGi0N
The.Sitter.2011.UNRATED.BRRip.XviD.AC3-PRESTiGE
The.Sitter.2011.UNRATED.BRRip.XvidHD.720p-NPW
The.Sitter.2011.UNRATED.DVDRip.XviD.AC3-PRESTiGE
The.Sitter.UNRATED.2011.1080p.BrRip.x264-1.4GB-YIFY
The.Sitter.UNRATED.DVDRip.XviD-DiAMOND

i would like flexget to run rlslog filter on these releases only. any ideas?
hope i was clear enough :)
thanks agin!
buntuser
Post Reply