Re: [Tutor] Python 2.5 on a Win 98 Machine

2008-11-17 Thread Kent Johnson
On Sun, Nov 16, 2008 at 11:12 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: > I'm attaching the screen image the user of the program rcvd. If you'd like > me to place it somewhere that everyone can see it, I'll do so if you provide > the URL. You can copy and paste from the dos prompt, you don't hav

Re: [Tutor] Scrolling through output in shell

2008-11-17 Thread Shawn Milochik
On Sun, Nov 16, 2008 at 1:21 PM, Mike Hoy <[EMAIL PROTECTED]> wrote: > I'm writing a small program that writes to a text file. I want to be > able to view the contents of the text file inside of shell. But the > file is too large for a small shell window. Is there a way for the > user to 'scroll' t

Re: [Tutor] /not/ instanciating

2008-11-17 Thread Jerry Hill
On Sun, Nov 16, 2008 at 2:57 PM, spir <[EMAIL PROTECTED]> wrote: > * Why, then, is __init__ still executed when the instanciated object is > 'manually' returned? What's the use of that feature? The manual (http://www.python.org/doc/2.5.2/ref/customization.html) says: "If __new__() returns an insta

[Tutor] Convert a text logfile to RSS xml.

2008-11-17 Thread Lance Haig
Hi, I was just thinking how to improve our opensource Website and was wondering if there is an easy way to convert say an IRC logfile to an rss feed using pyton? I was thinking about running the script with cron that will scan the latest logfile for the day and convert it to rss xml std

Re: [Tutor] Scrolling through output in shell

2008-11-17 Thread ALAN GAULD
Forwarding to the group. Please use Reply All when responding. - Original Message From: Mike Hoy <[EMAIL PROTECTED]> To: Alan Gauld <[EMAIL PROTECTED]> > I'm writing a program that reads a text file onto the screen. The text > file is too large to read so I want to be able to scroll th

Re: [Tutor] Scrolling through output in shell

2008-11-17 Thread Mike Hoy
Ok thanks Alan for looking into it. I'll give it a try. On Mon, Nov 17, 2008 at 12:27 PM, ALAN GAULD <[EMAIL PROTECTED]> wrote: > Forwarding to the group. > Please use Reply All when responding. > > > - Original Message > From: Mike Hoy <[EMAIL PROTECTED]> > To: Alan Gauld <[EMAIL PROTECT