Re: Oh no, my code is being published ... help!

2007-11-30 Thread rm
Thanks for all the comments. I uploaded revised versions of both files. If you see any more problems with them or if you have any suggestions for improving them, I am all ears. @ :D @ -- http://mail.python.org/mailman/listinfo/python-list

Re: Oh no, my code is being published ... help!

2007-11-30 Thread rm
On Nov 30, 1:59 am, Vidyadhar74 <[EMAIL PROTECTED]> wrote: > Please check your hard disk partition is NTFS or FAT32 if it is FAT32 > then Convert the partition to NTFS and unzip the 7zipped file on NTFS > partition. Ok, I admit I don't understand what you mean by this. -- http://mail.python.org/

Re: Oh no, my code is being published ... help!

2007-11-30 Thread rm
On Nov 30, 10:01 am, Neil Cerutti <[EMAIL PROTECTED]> wrote: > On 2007-11-30, Eduardo O. Padoan <[EMAIL PROTECTED]> wrote: > > > > > On Nov 30, 2007 11:18 AM, Peter Decker <[EMAIL PROTECTED]> wrote: > >> On Nov 30, 2007 1:19 AM, Tim Roberts <[EMAIL PROTECTED]> wrote: > > >> > You also have a couple

Re: Oh no, my code is being published ... help!

2007-11-30 Thread Neil Cerutti
On 2007-11-30, Eduardo O. Padoan <[EMAIL PROTECTED]> wrote: > On Nov 30, 2007 11:18 AM, Peter Decker <[EMAIL PROTECTED]> wrote: >> On Nov 30, 2007 1:19 AM, Tim Roberts <[EMAIL PROTECTED]> wrote: >> >> > You also have a couple of instances of: >> > print("Error Squeezing %s...") >> > >> > The pa

Re: Oh no, my code is being published ... help!

2007-11-30 Thread J. Clifford Dyer
On Fri, Nov 30, 2007 at 12:25:25PM -0200, Eduardo O. Padoan wrote regarding Re: Oh no, my code is being published ... help!: > > On Nov 30, 2007 11:36 AM, Hrvoje Niksic <[EMAIL PROTECTED]> wrote: > > "Eduardo O. Padoan" <[EMAIL PROTECTED]> writes: > > >

Re: Oh no, my code is being published ... help!

2007-11-30 Thread Eduardo O. Padoan
On Nov 30, 2007 11:36 AM, Hrvoje Niksic <[EMAIL PROTECTED]> wrote: > "Eduardo O. Padoan" <[EMAIL PROTECTED]> writes: > > > No, writing this way will confound the 2to3 tool. > > Why? print("foo") is a perfectly valid Python 2 statement. Maybe > it's simply a matter of fixing the tool. > print("fo

Re: Oh no, my code is being published ... help!

2007-11-30 Thread Marc 'BlackJack' Rintsch
On Fri, 30 Nov 2007 14:36:17 +0100, Hrvoje Niksic wrote: > "Eduardo O. Padoan" <[EMAIL PROTECTED]> writes: > >> No, writing this way will confound the 2to3 tool. > > Why? print("foo") is a perfectly valid Python 2 statement. Maybe > it's simply a matter of fixing the tool. As this would encou

Re: Oh no, my code is being published ... help!

2007-11-30 Thread Hrvoje Niksic
"Eduardo O. Padoan" <[EMAIL PROTECTED]> writes: > No, writing this way will confound the 2to3 tool. Why? print("foo") is a perfectly valid Python 2 statement. Maybe it's simply a matter of fixing the tool. -- http://mail.python.org/mailman/listinfo/python-list

Re: Oh no, my code is being published ... help!

2007-11-30 Thread Eduardo O. Padoan
On Nov 30, 2007 11:18 AM, Peter Decker <[EMAIL PROTECTED]> wrote: > On Nov 30, 2007 1:19 AM, Tim Roberts <[EMAIL PROTECTED]> wrote: > > > You also have a couple of instances of: > > print("Error Squeezing %s...") > > > > The parentheses serve no purpose here, and are unidiomatic. > > I thought

Re: Oh no, my code is being published ... help!

2007-11-30 Thread Peter Decker
On Nov 30, 2007 1:19 AM, Tim Roberts <[EMAIL PROTECTED]> wrote: > You also have a couple of instances of: > print("Error Squeezing %s...") > > The parentheses serve no purpose here, and are unidiomatic. I thought that with the eventual dropping of 'print' as a statement in Python 3, that writ

Re: Oh no, my code is being published ... help!

2007-11-30 Thread Bruno Desthuilliers
Tim Roberts a écrit : > rm <[EMAIL PROTECTED]> wrote: (snip) > You also have a couple of instances of: > print("Error Squeezing %s...") > > The parentheses serve no purpose here, and are unidiomatic. And FWIW, error messages should go to sys.stderr, not to sys.stdout which is for normal prog

Re: Oh no, my code is being published ... help!

2007-11-29 Thread Vidyadhar74
Please check your hard disk partition is NTFS or FAT32 if it is FAT32 then Convert the partition to NTFS and unzip the 7zipped file on NTFS partition. rm wrote: > There is a Linux forum that I frequent from time to time on which I > mentioned a couple of scripts that I wrote. The editors of a s

Re: Oh no, my code is being published ... help!

2007-11-29 Thread Tim Roberts
rm <[EMAIL PROTECTED]> wrote: > >The thing is I am starting to get a little nervous about it. You see, >programming is not my full time job. I dabble in it from time to >time, mostly to scratch my own itches, as they say. But, I know that >my code is probably far from being of professional quali

Oh no, my code is being published ... help!

2007-11-29 Thread rm
There is a Linux forum that I frequent from time to time on which I mentioned a couple of scripts that I wrote. The editors of a small Linux magazine heard and found them interesting enough to ask me to write an article about them. I accepted gladly, of course. I wrote the article and submitted