Re: [Tutor] A better way to do it.

2004-12-25 Thread Aztech Guy
Hi Jacob, Since your class derives from Frame, check Frame for methods to change the title. If that doesn't work, try this: Tkinter is based on Tk (which works with TCL). So try posting your question on comp.lang.tcl. You can do this via Google Groups: groups.google.com. You need to register once

Re: [Tutor] Vpython

2004-12-19 Thread Aztech Guy
Hey, that's pretty good. Tried it out. VPython is cool too. --- "Jacob S." <[EMAIL PROTECTED]> wrote: > > > I was wondering were can I find some Vpython > graphics program codes that > are readily available. > > I have 2 that I am proud of. > > A simple function grapher > Usage: > >0.125*x**2

Re: [Tutor] PDF and Python

2004-12-11 Thread Aztech Guy
Hi, If you only want to convert text files, this tool I wrote may be even easier than using ReportLab: http://sourceforge.net/projects/xtopdf It is based on ReportLab. You can use it both as a standalone command-line tool, to convert a single text file to PDF. Run PDFWriter.py. You can easily