Re: PP3E error

2008-11-18 Thread gagsl-py2
--- El mar 18-nov-08, ryan <[EMAIL PROTECTED]> escribió: > I got it to work, just added the PP3E folder to > Lib\site-packages. thanks very much I have been wanting > to mke a text editor for some time. I also have another > question, what is the book's software licensed under? > can i make chan

Re: PP3E error

2008-11-17 Thread Gabriel Genellina
[top posting fixed] On Nov 16, 2008, at 10:14 PM, Gabriel Genellina wrote: En Mon, 17 Nov 2008 03:32:35 -0200, ryan payton <[EMAIL PROTECTED]> escribió: I still need help with a PP3E error I am getting in my 'PyEdit' program I have from Progamming Python 3rd Edition. I am working on a m

Re: PP3E error

2008-11-17 Thread ryan payton
sorry: Traceback (most recent call last): File "texteditor.py", line 460, in class TextEditorMain(TextEditor, GuiMakerWindowMenu): NameError: name 'GuiMakerWindowMenu' is not defined On Nov 16, 2008, at 10:14 PM, Gabriel Genellina wrote: En Mon, 17 Nov 2008 03:32:35 -0200, ryan payton <[EM

Re: PP3E error

2008-11-16 Thread Gabriel Genellina
En Mon, 17 Nov 2008 03:32:35 -0200, ryan payton <[EMAIL PROTECTED]> escribió: I still need help with a PP3E error I am getting in my 'PyEdit' program I have from Progamming Python 3rd Edition. I am working on a mac and the error is coming from: from PP3E.Gui.Tools.guimaker import * Please

Re: PP3E error

2008-11-15 Thread Steven D'Aprano
On Sat, 15 Nov 2008 16:37:34 -0800, ryan payton wrote: > How do I fix the PP3E and PP2E errors in Programming Python 3rd Edition? Liquid Paper? -- Steven -- http://mail.python.org/mailman/listinfo/python-list