Hi all,
I'm recieving the following messages when I run various themes:
Traceback (most recent call last):
File "/home/ben/docker/docker.py", line 3, in ?
import icon
File "/home/ben/docker/icon.py", line 2, in ?
import time
ImportError: /usr/lib/python2.2/lib-dynload/timemodule.so: undefined symbol: PyInt_FromLong
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on for docker.theme
If this is a regular theme and doesn't use python
extensions, than nothing is wrong.
------------------------------------------------------
I'm running a stock RH 9 install. I've compiled the source per the instructions and I'm able to start the basic SuperKaramba theme, but others load incorrectly (compressed black boxes) and I recieve the above error.
Any help is appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'm recieving the following messages when I run various themes:
Traceback (most recent call last):
File "/home/ben/docker/docker.py", line 3, in ?
import icon
File "/home/ben/docker/icon.py", line 2, in ?
import time
ImportError: /usr/lib/python2.2/lib-dynload/timemodule.so: undefined symbol: PyInt_FromLong
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on for docker.theme
If this is a regular theme and doesn't use python
extensions, than nothing is wrong.
------------------------------------------------------
I'm running a stock RH 9 install. I've compiled the source per the instructions and I'm able to start the basic SuperKaramba theme, but others load incorrectly (compressed black boxes) and I recieve the above error.
Any help is appreciated