Re: Formated String in optparse

2005-04-14 Thread Norbert Thek
Thank You for your help, its working!

Now I have an additional question.
The problem is the encoding of the Text
I'm using German, Can you tell me how to encode
the textstring that the Windows commandline shows the special letters 
right?  
For exampel i get 'f³r' but i want 'für'  (maybe reader with only an english
enabled browser wouldn't see a difference..)

I tried to work with the encode method of string but It didn't work for me
some hint what to do?


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


Formated String in optparse

2005-03-31 Thread Norbert Thek
Hi

I'm using Python 24 on Windows > (2k)

Is there an easy way to convince optparse to accept newline in the helpstring?
and more importand also in the 'desc' string. I tried everything
(from the os.linesep) to \n, \r,  \r\n, ...

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