Re: force URLencoding script

2010-01-18 Thread João
On Jan 15, 4:46 pm, r0g wrote: > João wrote: > > On Jan 15, 2:38 pm, r0g wrote: > >> João wrote: > >>> On Jan 14, 5:58 pm, r0g wrote: > João wrote: > > On Jan 12, 10:07 pm, r0g wrote: > >> João wrote: > > for the following data, > > authentication = "UID=somestring&" >

Re: force URLencoding script

2010-01-18 Thread João
On Jan 15, 4:46 pm, r0g wrote: > João wrote: > > On Jan 15, 2:38 pm, r0g wrote: > >> João wrote: > >>> On Jan 14, 5:58 pm, r0g wrote: > João wrote: > > On Jan 12, 10:07 pm, r0g wrote: > >> João wrote: > > for the following data, > > authentication = "UID=somestring&" >

Re: force URLencoding script

2010-01-15 Thread r0g
João wrote: > On Jan 15, 2:38 pm, r0g wrote: >> João wrote: >>> On Jan 14, 5:58 pm, r0g wrote: João wrote: > On Jan 12, 10:07 pm, r0g wrote: >> João wrote: > for the following data, > authentication = "UID=somestring&" > message = 'PROBLEM severity High: OperatorX Plat1(

Re: force URLencoding script

2010-01-15 Thread João
EDIT: About the proxy. That's why I'm using the '-P' in the POST call. /usr/bin/POST -P -- http://mail.python.org/mailman/listinfo/python-list

Re: force URLencoding script

2010-01-15 Thread João
On Jan 15, 2:38 pm, r0g wrote: > João wrote: > > On Jan 14, 5:58 pm, r0g wrote: > >> João wrote: > >>> On Jan 12, 10:07 pm, r0g wrote: > João wrote: > >>> for the following data, > >>> authentication = "UID=somestring&" > >>> message = 'PROBLEM severity High: OperatorX Plat1(locationY) glob

Re: force URLencoding script

2010-01-15 Thread r0g
João wrote: > On Jan 14, 5:58 pm, r0g wrote: >> João wrote: >>> On Jan 12, 10:07 pm, r0g wrote: João wrote: >>> for the following data, >>> authentication = "UID=somestring&" >>> message = 'PROBLEM severity High: OperatorX Plat1(locationY) global >>> Succ. : 94.47%' >>> dest_number = 'XX

Re: force URLencoding script

2010-01-15 Thread João
On Jan 14, 5:58 pm, r0g wrote: > João wrote: > > On Jan 12, 10:07 pm, r0g wrote: > >> João wrote: > > > for the following data, > > authentication = "UID=somestring&" > > message = 'PROBLEM severity High: OperatorX Plat1(locationY) global > > Succ. : 94.47%' > > dest_number = 'XXX' >

Re: force URLencoding script

2010-01-14 Thread r0g
João wrote: > On Jan 12, 10:07 pm, r0g wrote: >> João wrote: > > for the following data, > authentication = "UID=somestring&" > message = 'PROBLEM severity High: OperatorX Plat1(locationY) global > Succ. : 94.47%' > dest_number = 'XXX' > > url_values = urlencode({'M':message}) > enc_

Re: force URLencoding script

2010-01-14 Thread João
On Jan 12, 10:07 pm, r0g wrote: > João wrote: > > On Jan 12, 8:05 pm, r0g wrote: > >> João wrote: > >>> Someone please? > >> Haven't seen your original post yet mate, usenet can be flaky like that, > >> might have been a good idea to quote your original post! > > >> Roger. > > > Thanks Roger. > >

Re: force URLencoding script

2010-01-12 Thread r0g
João wrote: > On Jan 12, 8:05 pm, r0g wrote: >> João wrote: >>> Someone please? >> Haven't seen your original post yet mate, usenet can be flaky like that, >> might have been a good idea to quote your original post! >> >> Roger. > > Thanks Roger. > >> João wrote: >>> Someone please? >>> Hi. >>>

Re: force URLencoding script

2010-01-12 Thread João
On Jan 12, 8:05 pm, r0g wrote: > João wrote: > > Someone please? > > Haven't seen your original post yet mate, usenet can be flaky like that, > might have been a good idea to quote your original post! > > Roger. Thanks Roger. > João wrote: > > Someone please? > > Hi. > > I'm trying to figure out

Re: force URLencoding script

2010-01-12 Thread r0g
João wrote: > Someone please? Haven't seen your original post yet mate, usenet can be flaky like that, might have been a good idea to quote your original post! Roger. -- http://mail.python.org/mailman/listinfo/python-list

Re: force URLencoding script

2010-01-12 Thread João
Someone please? -- http://mail.python.org/mailman/listinfo/python-list

force URLencoding script

2010-01-11 Thread João
Hi. I'm trying to figure out how to force URLencoding in my Python 2.4.3 environment receiving data an input argument but I'm really at a loss here. What am I doing wrong? #!/usr/bin/env python import sys from urllib import urlencode, urlopen from urllib2 import Request import urlparse destinat