Book "Python and Tkinter Programming"

2005-10-06 Thread striker
Does anyone who has this book willing to sell it.  Please e-mail me the
condition and any other details if you are interested.
Thanks,
Kevin

-- 
http://mail.python.org/mailman/listinfo/python-list


IDLE won't run on WinXP

2005-10-06 Thread striker
I just downloaded and installed Python 2.4.2 on a Windows XP machine.
Everything I have tried so far has worked except for IDLE.  Is there
some setting that I need to check?  Any help would be greatly
appreciated.
Kevin

-- 
http://mail.python.org/mailman/listinfo/python-list


replacing multiple instances of commas beginning at specific position

2005-11-14 Thread striker
I have a comma delimited text file that has multiple instances of
multiple commas.  Each file will contain approximatley 300 lines.  For
example:

one, two, threefour,fivesix
one, two, three,four,,eighteen,   and so on.

There is one time when multiple commas are allowed.  Just prior to the
letters ADMNSRC there should be one instance of 4 commas. (
,eightADMNSRC,thirteen, ).  The text ADMNSRC is NOT in the same
place on each line.

What would be the best approach to replace all instances of multiple
commas with just one comma, except for the 4 commas prior to ADMNSRC?

Any help would be greatly appreciated.
TIA,
Kevin

-- 
http://mail.python.org/mailman/listinfo/python-list