Hi!
I am trying to run pizza.py on ubuntu 11.04 (gran_pizza_17Aug10 version) I am getting the following error:
Loading tools ...
gl tool did not load:
No module named OpenGL.Tk
so, I installed python-opengl using SPM which gave the following error:
No handlers could be found for logger "OpenGL.Tk"
gl tool did not load:
couldn't load file "/usr/lib/libTogl.so.1.7": /usr/lib/libTogl.so.1.7: undefined symbol: tclStubsPtr
Please help!
Tamoghna
P:S: I have already installed python-numeric, python-numpy
ckloss_ | Fri, 08/19/2011 - 12:40
Hi Tamoghna, I dont use the
Hi Tamoghna,
I dont use the gl tool, so unfortunately I cant say too much about that. But unless you want to do viz in pizza (which is not quite stae of the art) you can ignore the error message
Cheers, Christoph
Tamoghna | Fri, 08/19/2011 - 13:25
Hi Christoph! Actually I was
Hi Christoph!
Actually I was following your instructions in pizza "readme_update" for exporting to VTK format, so, when I type python (path)/pizza.py I get that error message!! Is there any other way of conversion!!
Tamoghna
ckloss_ | Sun, 08/21/2011 - 22:24
as I wrote earlier, you can
as I wrote earlier, you can ignore this message
Christoph
msbentley | Thu, 09/22/2011 - 15:20
You can also exclude modules
When loading pizza.py you can also choose to exclude modules, if it makes you happier :) I also do not use the gl tool, but call pizza with:
pizza.py -x gl
to suppress these errors.
Cheers, Mark
Christoph Gleichweit | Fri, 09/09/2011 - 15:47
Same problem
Hi!
I had the same problem and solved it the following way:
Togl is deprecated, but it's mentioned on the pyopengl page how to install it anyway:
http://pyopengl.sourceforge.net/documentation/installation.html
Simply download the pyopengl source, and then execute the src/Togl.py script with root rights.
That should solve the problem.
Cheers
Chris