RE: How to escape # hash character in regex match strings

2009-06-10 Thread David Shapiro
Maybe a using a Unicode equiv of # would do the trick. -Original Message- From: python-list-bounces+david.shapiro=sas@python.org [mailto:python-list-bounces+david.shapiro=sas@python.org] On Behalf Of Peter Otten Sent: Wednesday, June 10, 2009 11:32 AM To: python-list@python.org S

Re: Connection tester

2009-06-10 Thread David Shapiro
Not al pages suppost GET. If a page pings and returns does not mean it can be logged into and work (maybe database down). Have you seen soapui? - Original Message - From: python-list-bounces+david.shapiro=sas@python.org To: python-list@python.org Sent: Wed Jun 10 10:26:22 2009 S

RE: xml application advice

2009-06-10 Thread David Shapiro
How about using web server (tomcat jsp) and then java for the xml part, which would allow you to build a nice gui for you. You can use python for backend work. If you can combine some of the levels of your xml it will be easier to traverse. I am not sure this will work for you, but I put as a

RE: getop or optparse with option with spaces?

2009-06-10 Thread David Shapiro
(self.unicode_whitespace_trans) return text I had to comment out the if isinstance(text,str) and elif. Is the double quotes supposed to work? -Original Message- From: Javier Collado [mailto:javier.coll...@gmail.com] Sent: Wednesday, June 10, 2009 9:38 AM To: David Shapiro Cc: python-list@python.org Subject

getop or optparse with option with spaces?

2009-06-10 Thread David Shapiro
Hello, I have been trying to find an example of how to deal with options that have spaces in them. I am using jython, which is the same I think as python 2.2.3. I feebly tried to use optparse and argparse with no success (got gettext, locale, and optparse). The code is as follows: try

python and getopt and spaces in option

2009-06-09 Thread David Shapiro
Hello, I have been trying to find an example of how to deal with options that have spaces in them. I am using jython, which is the same I think as python 2.2.3. I feebly tried to use optparse and argparse with no success (got gettext, locale, and optparse). The code is as follows: try