Re: [Tutor] Landscape Printing

2006-01-09 Thread bob
At 05:48 AM 1/8/2006, John Corry wrote: >Hi, > >My text file is printing out in portrait. Is there any instruction that I >can use so that notepad prints it in landscape? I doubt that you can do this with notepad. Certainly not with ShelleExecute. You could do some fancy footwork with opening no

Re: [Tutor] IndexError: list index out of range [ Program work fine , but gives this message , guidance requested ]

2006-01-09 Thread Danny Yoo
> lot for the advice I got my concepts of def of functions , sort > functions , count , cleared for me >I was able to do and understand all the > function example , except �item_comparison� function >I get the error for set > >>> set((1,1,1,2,2,2,2,2,3,4,4,5)) > Trac

Re: [Tutor] IndexError: list index out of range [ Program work fine , but gives this message , guidance requested ]

2006-01-09 Thread Kent Johnson
Brian van den Broek wrote: > Your python is a version before set was a built-in type (2.4, I > believe). So, the iteration_comparison *and* dupe_detector_5 functions > won't work for you. > > 2.3 did include the sets module, though. > > So, stick > > from sets import set > > at the top of the

Re: [Tutor] IndexError: list index out of range [ Program work fine , but gives this message , guidance requested ]

2006-01-09 Thread Brian van den Broek
John Joseph said unto the world upon 09/01/06 03:47 AM: > Hi Brian > It was a excellent tutorial, Thanks a > lot for the advice I got my concepts of def of > functions , sort functions , count , cleared for me >I was able to do and understand all the > function

Re: [Tutor] Python on Windows: any way to access shortcut's info?

2006-01-09 Thread Terry Carroll
On Sun, 8 Jan 2006, Kent Johnson wrote: > You can set the command line arguments and working directory for a > shortcut by opening the properties window on the shortcut, at least in > Win2k. Thanks, Kent. My question is whether there's any way to get the name and directory of the shortcut fro

Re: [Tutor] IndexError: list index out of range [ Program work fine , but gives this message , guidance requested ]

2006-01-09 Thread John Joseph
Hi Brian It was a excellent tutorial, Thanks a lot for the advice I got my concepts of def of functions , sort functions , count , cleared for me I was able to do and understand all the function example , except “item_comparison” function I get the er

[Tutor] Web-log, not blog

2006-01-09 Thread Øyvind Dale Spørck
Hello and thank you for your help.   Scratchy seems like a really good product...   Have a nice day, Øyvind   Øyvind wrote: > Hello. > > I am trying to find some Pythonmodules to work with some webserver logs. I > have found http://www.mnot.net/python/WebLog/, but it is very old (from > 199