pizza.py not working on SUSE Linux Version 11

Submitted by Silias on Thu, 01/26/2012 - 14:10

Hi everybody,

I stepped through the tutorial to work with pizza.py on my Ubuntu 10.04 LTS and everything worked fine, whereas on SUSE Linux Version 11 I get the error:

~/liggghts_1p5/adapt> pizza -f skript
Pizza.py (1 Oct 2006), a toolkit written in Python
type ? for help, CTRL-D to quit
Loading tools ...
animate tool did not load:
No module named ImageTk
image tool did not load:
No module named Pmw
Segmentation fault

On Ubuntu everything works fine, except of the warning:
image tool did not load:
No module named Pmw
gl tool did not load:
couldn't load file "/sr/lib/libTogl.so.1.7": /usr/lib/libTogl.so.1.7: undefined symbol: tclStubsPtr

Can anybody give me a hint, how I can get pizza.py work on my LINUX System?

Thanks very much in advance,
kind regards,

Sebastian

ckloss's picture

ckloss | Fri, 01/27/2012 - 12:42

To be honest - I don't know. Did you try different pizza versions? Is your python installation up-to-date?

Christoph

Silias | Tue, 01/31/2012 - 09:40

ok, problem solved.
The gl tool (3d interactive visualization via OpenGL) was the reason why pizza.py did not work on my LINUX machine - maybe because my Python has not been extended with a Python package that this tool requires.

After excluding that tool with

pizza -x gl -f skript

everything worked fine.

Greets Sebastian

venes520 | Thu, 02/02/2012 - 18:20

Hi

I had the similar problem

Loading tools ...
gl tool did not load:
No module named Tk

I used to get :
Loading tools ...
animate tool did not load:
No module named ImageTk
image tool did not load:
No module named Pmw
gl tool did not load:
No module named Tk

I tried "yun install python-imaging-Tk" and it fixed the first two but a module named Tk is still missing.

Can you tell me how to use the "pizza -x gl -f skript" because I encountered this:
[root@localhost shear]# pizza -x gl -f skript
Pizza.py (1 Oct 2006), a toolkit written in Python
type ? for help, CTRL-D to quit
Loading tools ...
Could not find file skript

Please help!

Thanks!
Anson Liang
lzefeng@gmail.com

Cheers
Anson Liang