Dump file not defined (sorry for the repeat!)

Submitted by jwarnett on Tue, 04/26/2011 - 17:16

Hello

I have a similar problem to a posting about 8 months ago. Basically pizza.py isn't recognising the command dump.

I am currently using python 2.7 and all relevant packages required have been installed (Tk, Numeric, Tcl etc). The version of pizza.py I am using is 24Nov10.

here is the output I have from running python, then pizza.py, then trying to use the d = dump() function:

[root@Jay src]# python
Python 2.7 (r27:82500, Sep 16 2010, 18:03:06)
[GCC 4.5.1 20100907 (Red Hat 4.5.1-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>> execfile("pizza.py")
No protocol specified
Pizza.py (1 Oct 2006), a toolkit written in Python
type ? for help, CTRL-D to quit
Loading tools ...
Display not available ... no GUIs
> d=dump("dump.rotatetank")
Traceback (most recent call last):
File "", line 1, in
NameError: name 'dump' is not defined

The 'No protocol specified' worries me and makes me wonder if this is something to do with the problem.

Any ideas anyone?

Thanks alot :)

Jay