Just a quick reply below.
> Actually I think I have found it. I have both wxgtk 2.4 and 2.6
> installed. Would this be the problem?
Yes, it might be. I never tested ShaderMan under wxPython < 2.6. Also,
having installed old
version over the new one might be not so good of idea...
>> Traceback (most recent call last):
>> File "prototype.py", line 13, in ?
>> import wx
>> File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/
>> __init__.py", line 42, in ?
>> from wx._core import *
>> File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/
>> _core.py", line 4, in ?
>> import _core_
>> ImportError: /usr/lib/libglib-2.0.so.0: undefined symbol:
>> pcre_get_stringtable_entries
... and this is a mark of somewhat worse problem - your
/usr/lib/libglib-2.0.so.0 is looking for pcre.so (or something like
that) and can't find it.
What's ldd /usr/lib/libglib-2.0.so.0 is telling you? Are there any
*.so that don't load up?
Cheers,
A.