On Fri, 21 May 2004, skeeterskip wrote:

> [EMAIL PROTECTED] root]# which python
> /usr/bin/python

Ok (just verifying).

>
> I haven't rebuilt any of the files. I did finally find
> python-imaging rpm for fc2 and I no longer get
> dependency errors while installing Freevo.
>
> I haven't created any symlinks. Below is output from

Since there's /usr/bin/python you won't need it.


> rpm -qil freevo
>
> /usr/lib/python2.2/site-packages/freevo/skins/__init__.py
> /usr/lib/python2.2/site-packages/freevo/skins/__init__.pyc
           ^^^^^^^^^

That's your problem. The freevo packages were built for python2.2, which
is now replaced by python2.3 in FC2. If you check the file listing
using 'rpm -qil' of any of the dependency packages you've installed,
it should say '/usr/lib/python2.3/...' in order for the FC2 python to find
it.

You need to download the follwing:

freevo*src.rpm
mmpython*src.rpm

and probably these dependency packages (unless you found FC2 compiled
versions):

python-numeric
python-game
python-mx-base
python-imaging
python-twisted
pylirc

then do a 'rpm --rebuild *src.rpm' for each of the packages (as root?).
Remove the old packages and reinstall those you rebuilt (should be
under /usr/src/redhat/RPMS/...

T.C.
----
Wan Tat Chee (Lecturer)
School of Computer Science, Univ. of Science Malaysia,
11800 USM, Penang, Malaysia.      Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757           Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]            Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to