Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~724 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for newharvar

hi,everybody I am study ctypes,and got a big trouble,I googled lots a pages but get no usefull info. i want to know how to get the interface from winxp by using ctypes, for example: I want to use ActiveDesktop 's interface by using ctypes,but i don't know how to do,can …

Member Avatar for Tech B
0
192
Member Avatar for laseredd

there is a good tool for python programming called ulipad,you can google it,it's powerfull and usefull

Member Avatar for freddypyther
0
237
Member Avatar for newharvar

I want to change my desktop by writing a python program,can somebody help me ?thanks so much!

Member Avatar for newharvar
0
142
Member Avatar for newharvar

import httplib conn = httplib.HTTPConnection("<A href="http://www.python.org",80">http://www.python.org",80) conn.request("GET", "/index.php") r1 = conn.getresponse() print r1.status, r1.reason conn.close() where I test it,it show errors as below: Traceback (most recent call last): File "E:\Program\demo\src\testhttp.py", line 6, in <module> conn.request("GET", "/index.php") File "C:\Python25\Lib\httplib.py", line 862, in request self._send_request(method, url, body, headers) File "C:\Python25\Lib\httplib.py", line 885, …

Member Avatar for jrcagle
0
153

The End.