Python/Flexget Something has changed

Problems with packages? Post here, using [tags] of the package name.

Re: Python/Flexget Something has changed

Postby pepedog » Wed Jul 27, 2011 5:41 pm

Look to see it there is a pacman.conf.pacnew and make that pacman.conf
pacman -Syyuf
pacman - Sf flexget

If this doesn't get flexget -V working, look at all python pkgs, and -Sf them all
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 6:14 pm

Guess ill have to dig into python packages...
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby kmihelich » Wed Jul 27, 2011 6:19 pm

I would just try doing a fresh install. If you had to add aur to pacman.conf, you have an ancient install which probably has more issues than this one.
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 1133
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinuxarm

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 6:24 pm

Well fresh install of archlinux is not an option, since i have way to much things customsized and doing all that from scratch is a pain.

Ill figure this somehow ;)
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 6:32 pm

$this->bbcode_second_pass_quote('kmihelich', 'I') would just try doing a fresh install. If you had to add aur to pacman.conf, you have an ancient install which probably has more issues than this one.


Yeah my install is really old, almost one year :lol:
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 6:43 pm

Now i've updated all the packages assosiated with python2 but i still get the same error.
I think i may be missing python-setuptools package or whatever that is.
Should this be a part of python2 default install or should it be installed as a separate package ?
I tried pacman, but it doesnt have this...
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby kmihelich » Wed Jul 27, 2011 6:48 pm

Setuptools are a part of python(2)-distribute packages. That usually gets pulled in by the package if it needs it.
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 1133
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinuxarm

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 7:00 pm

I've installed this package and now i get this :

$this->bbcode_second_pass_code('', '[root@Kirkwood setuptools-0.6c11]# flexget -V
Traceback (most recent call last):
File "/usr/bin/flexget", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2709, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Jinja2>=2.4
[root@Kirkwood setuptools-0.6c11]#
')

Interesting ...
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 7:15 pm

Now after messing around with python2 i think i've fixed flexget.
I went to archlinux repo and check ALL the python2 assosiated packages and installed the ones i didnt have and apperently i was missing python2-jinja.After installing this i get this output from flexget -V

$this->bbcode_second_pass_code('', '[root@Kirkwood /]# flexget -V
1.0r2272
[root@Kirkwood /]#
')

I guess this is the sign that flexget is working, right ?
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby pepedog » Wed Jul 27, 2011 7:18 pm

That looks good.
I was after (too late) for pacman -Qs python2-
With that list, -Sf them all
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

PreviousNext

Return to Packages

Who is online

Users browsing this forum: No registered users and 47 guests