create_text problem...

Joel Muscatello (muscatel@gateway.sctc.com)
11 Apr 1995 15:30:47 -0500

Hello....

I am currently using Python, and came across a problem using create_text in a
canvas. I gave the command my_window_path.canvas.create_text("text") and get
an error saying that I need more arguments:
(i.e. windowname create text x y [options])

Then, I gave the command my_window_path.canvas.create_text("text", 100, 100)
>From this command, I get the error... unknown option "100".

Both of these errors are being returned from self.tk.getint from
file Tkinter.py.

I peeked through the FAQ, but did not find much about Tkinter.
Could someone please tell me what the proper syntax is for this call?
All my documentation says is " def create_text(self, *args): "

Thanks a lot,

Joel
muscatel@sctc.com