I mean that positron says that it founds no ogg/vorbis python modules in the system, in spite of that directory. It is like it and Python ofRed Hat 9 have different ideas as to where libraries should be, or so it seems to me.
Launch python and it'll give you a prompt:
[gordon@herald:~]$ python Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
Tell python to import the ogg module:
>>> import ogg Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named ogg
The error you get here should help us figure out what the problem is. In my case, there is no available module named ogg. I expect that you will get a different error message.
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list