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
~350 People Reached
Favorite Forums
Favorite Tags
Member Avatar for lisa92222

Hello, can you pls correct my answer to this question for the Python CGI part because Im really not sure if im doing it right. Thanks a lot! ![116](/attachments/large/3/116.JPG "116") ![28](/attachments/large/3/28.JPG "28") Python CGI part ---------------- #!/bin/python import cgi,string def generate_page(): print "<HTML>\n" print "\t<TITLE>Welcome</TITLE>\n" print "</HEAD>\n" print "<BODY BGCOLOR …

0
57
Member Avatar for lisa92222

When I open my Python file through cygwin it recongnizes a module that I installed recently(PyCrypto) but when I open Python IDLE and then click on Run Module, it says that PyCrypto wasnt installed. Whats wrong? Thanks for the help.

Member Avatar for TrustyTony
0
105
Member Avatar for lisa92222

Hello, I need to install the module pycrypto to run a program but ive been stuck for about 2 hours trying to figure out where to put it exactly. Ive tried in the folder where my program is, also in the usr/lib/python2.6/ using python setup.py install (i actually did build …

Member Avatar for TrustyTony
0
188