Justin Wetherell wrote:
Try installing it following these steps, don't use the installer: http://freevo.webalias.com/freevo.html
[EMAIL PROTECTED] wrote:
Tim wrote:
I'm having the same problem here, with Slackware 9.1 when updating from 1.5-pre1 First of all, I modified the installer to install pre1, rc1, rc2 or rc3 instead of 1.4.1. Pre1 works just fine, no errors at install, no errors when starting.
When installing rc1, 2 or 3, I get the following error:
installing Freevo runtime .........Traceback (most recent call last):
File "/usr/local/freevo/src/helpers/install.py", line 75, in ?
import util.fileops
File "/usr/local/freevo/src/util/fileops.py", line 65, in ?
import Image
ImportError: No module named Image
done
Looks like I broke the runtime installing support. With all 1.5.0 rc versions, there is _no_runtime_ support (yet).
When starting I get the same error as Fons:
Can't find all Python dependencies:
No module named utils
Correct, because the runtime wasn't installed correctly.
I already updated python to 2.3.4. I also remember getting an error
about pygame somewhere (I forgot to write it down), so I get the
suspicion that it's the runtime that is causing the problem.
Try Freevo without the runtime. See the INSTALL file for a complete list of needed stuff.
Dischi
_________________________________________________________________________
Hello all
I've tried allmost everything now on Fedora core 2 a) Installed all the rpm's intended for Fedora core 2 No runtime support b) De-installed ALL rpm's for fedora
Went to install from source: ___________________________________ python python 2.2.3 OK pygame OK
[EMAIL PROTECTED] Imaging-1.1.4]# python setup.py install Traceback (most recent call last): File "setup.py", line 287, in ? extra_compile_args=EXTRA_COMPILE_ARGS, NameError: name 'EXTRA_COMPILE_ARGS' is not defined
_________________________________________________________ Twisted installation OK mmpython installation OK freevo installation OK (i went to the rc3 release) _________________________________________________________
freevo
freevo Can't find all Python dependencies: No module named utils
Not all requirements of Freevo are installed on your system. Please check the INSTALL file for more informations.
For now I don't know what to do further, if someone can give me a line??????? Perhaps Using PIL 1.1.5 (beta)????
With kind regards Fons van der Beek
------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
Fedora comes with Python 2.3, you've gone back to 2.2 which is a bad move. Fedora relies heavily on python for alot of its inbuild configuration tools. Compile Python 2.3 from source, should help and also follow the wiki guide.
Nicholas Ruddick
------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
