oxy_be
Legacy Member
Code:
To build, you need the distutils package, availible from
[url]http://www.python.org/sigs/distutils-sig/download.html[/url] (it comes with
Python 2.0). Run "python setup.py build" to build and then as root run
"python setup.py install". You may need to run the config_unix.py
script, passing it a --prefix value if you've installed your ogg stuff
someplace weird. Alternately, you can just create a file called
"Setup" and put in values for ogg_include_dir, ogg_lib_dir, and
ogg_libs. The file format for Setup is:
key = value
with one pair per line.
de fase waarin ik moet " python config_unix.py "
verwerkt hij netjes,
Code:
[root@localhost pyogg-1.3]# python config_unix.py
Checking for Ogg ... success
Wrote Setup file
maar blijkbaar doe ik toch iets verkeerd in de " python setup.py install " faze
Code:
[root@localhost pyogg-1.3]# python setup.py install
running install
error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory)
[root@localhost pyogg-1.3]#