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
> 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
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
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
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
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
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