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

Hi all, im a beginner, and i need to have fields in a website , soh that users can write on them.. and then i need to get these values and process them in an python program... im lost.. no ideia where to start... anyone can give me a tip? …

Member Avatar for jlm699
0
92
Member Avatar for paferlini

Hey all! i need to write a tuple into a file.. it was to work something like this: ---- [ICODE]c.execute('select * from valores') for row in c: file1.write(row)[/ICODE] ----- i already tried to do str(row) and everything, but nothing seems to work...

Member Avatar for jice
0
89
Member Avatar for paferlini

Hey guys! im triyng to run these example codes for a simple connection using these libs, and these errors occurs: codes: [ICODE] #server import SimpleXMLRPCServer from datetime import datetime server = SimpleXMLRPCServer.SimpleXMLRPCServer(("localhost", 8888)) server.register_instance(datetime) server.serve_forever()[/ICODE] [ICODE] #client import xmlrpclib server = xmlrpclib.ServerProxy("http://localhost:8888") print server.now()[/ICODE] en the errors: Traceback (most recent …

Member Avatar for paferlini
0
602