[Tutor] + converted to 25 in http string

2007-04-24 Thread govind goyal
all other configuartions are OK except above mentioned case. Can anybody help to resolve this issue? Best Regards, Govind Goyal ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Error in my code

2007-04-17 Thread govind goyal
Hi, I am executing following lines of code: def WEP40_KEY(n): params = urllib.urlencode({}) headers = {Connection: Keep-Alive,Authorization: } conn = httplib.HTTPConnection(HOST) conn.request(GET, /w_sec.htm HTTP/1.1, params, headers) response = conn.getresponse() print

[Tutor] urllib2_realm??

2007-04-11 Thread govind goyal
help? Best Regards, Govind Goyal ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Matching string

2007-02-27 Thread govind goyal
Hello, I want to use a pattern matcing (regular expression) inside if loop such that if it will find *MBytes* and *Mbits/sec* both *at a time *regardless of there position in a particular string ,then only it executes code inside if block. for example if my string is *[904] 1.0- 2.0 sec 1.19

[Tutor] python books

2007-02-07 Thread govind goyal
Hi, I want to purchase a python book but confused of which authur?I need suggestion. How is Teach yoursef python in 24 hours by Ivan van laningham? Regards, Govind ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Coding for AP configuration

2007-02-05 Thread govind goyal
Hello, I am a beginner in python.I am working as S/W tester relating to WI-FI testing where we've to manually configure Access points(AP). I want to write a Automated Scripts to configure my AP through HTTP. Can any body suggest basic coding for this? Thanks. Best Regards, Govind Goyal