Freevo - błąd przy uruchamianiu
: 10 gru 2008, 20:57
Zainstalowałem sobie ostatnio freevo i mam problem z uruchomieniem. Terminal wyświetla mi takie coś:
Google poradziło, żeby zainstalować pakiet PyXML. No więc ściągam, rozpakowuję i otwieram plik README.
No więc wchodzę do tego folderu w terminalu i wpisuję
lub
ale efekt jest ten sam - wywala mi kilkaset linijek jakiegoś kodu, a freevo dalej nie działa. Co powinienem zrobić? Dodam, że nie jestem jeszcze zbyt obyty z linuksem...
Kod: Zaznacz cały
mati@mati-desktop:~$ 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 information.
mati@mati-desktop:~$
Kod: Zaznacz cały
XML package v0.8.3
This is the Python XML package. The distribution contains a
validating XML parser, an implementation of the SAX and DOM
programming interfaces, an interface to the Expat parser (and the
Expat parser itself), and a C helper module that can speed up
xmllib.py by a factor of 5. There's even documentation!
For information on the licensing conditions for each component,
consult the LICENCE file.
The only requirements for installing the package are Python 2.0 or
later, and a C compiler. Note that the Python must actually be an
INSTALLed python, rather than one that is being used directly from
Python's build area. This release has been tested with Python 2.x.
To compile everything, simply perform the following steps.
1) Run "python setup.py build" to copy *.py files and compile the C
extensions.
2) To install everything in the site-packages directory as an xml/
package, run "python setup.py install".
If you want to use PyXML's experimental XSLT package, you need to pass
--with-xslt to setup.py. If you also want to install FourThought's
4Suite package, you should not install the XSLT package and also avoid
the XPath package, so you can use the one from 4Suite. This can be
done by using the command line option --without-xpath.
If you use a binary distribution package, no compiler is needed, and
setup.py does not need to be run.
No więc wchodzę do tego folderu w terminalu i wpisuję
Kod: Zaznacz cały
python setup.py install
Kod: Zaznacz cały
python setup.py build