[Tutor] Invitation to connect on LinkedIn

2009-09-15 Thread Govind Agrawal
LinkedIn I'd like to add you to my professional network on LinkedIn. - Govind Accept Govind Agrawal's invite: https://www.linkedin.com/e/isd/738276939/KwugpKmr/ -- (c) 2009, LinkedIn Corporation ___ Tuto

[Tutor] python access of usb for winxp

2008-04-10 Thread govind goyal
tuffs? All help will be highly appreciated. Thanks and Best Regards, --Govind Goyal ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] serial -->file tranfer

2008-02-29 Thread govind goyal
that I can proceed further in my project?? All help will be highly appreciated. Thanks & Regards, Govind ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] file transfer through serial modem -- pythin code

2008-02-26 Thread Govind
Hi All, I am new to python. I want to transfer files over serial modem.so can I have some sample python code or any helpful links so that I can implement it. All help will be highly appreciated. Thanks & Regards, Govind Goyal Adya Systems & Software Pvt. Ltd. 212, IInd Floor, Okhla In

[Tutor] + converted to 25 in http string

2007-04-24 Thread govind goyal
fi",'ap':"ap",'ssid_enable':"ssid_enable",* 'wire_mode':"b25only",* 'w_channel':6,'lan_ac':"everyone",'int_ac':"everyone"}) In conclusion,the character "+" is getting converted into"25" whenever I run script.Thats why 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
conn.request("POST", "w_sec.htm", params, headers) response = conn.getresponse() print response.status, response.reason conn.close() WEP40_KEY(sys.argv) I am getting following error: C:\Documents and Settings\Govindadya\Desktop\Marvell>Marvell_WEP40.py 192.168.1. 16 File "C:\Documents and Settings\Govindadya\Desktop\Marvell\Marvell_WEP40.py", line 41 * response = conn.getresponse() ^ IndentationError: unindent does not match any outer indentation level* ** Can anybody help me out on this? Best Regards, Govind ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] urllib2_realm??

2007-04-11 Thread govind goyal
hould I write in place of realm? Can anybody 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
ample if my string is *"[904] 1.0- 2.0 sec 1.19 MBytes 10.0Mbits/sec 2.345 ms0/ 850 (0%)"* then if condition evalutes to TRUE and code inside it will be executed. If my string is *"Server listening on UDP port 5001"* then if condition evaluates to False and code inside

[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] Input from and output to a file

2007-02-07 Thread govind goyal
hi, 1) I want to read data not from but from a file which is in specified directory. 2) I want to redirect my output(which is by default STDOUT) to a file. Can anybody suggest these queries? Thanks Regards, Govind ___ Tutor maillist - 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