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
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for rajasekhar1242

Hi , I am trying to get HibernateCfgXMLFile and HibernatehbmXMLFiles in new file option. So,that i can get document types automatically.. How can i do this... i added hibernate jar files also... now i am checking the hibernate option in open perspective option in the menu of eclipse... But there …

Member Avatar for dononelson
0
73
Member Avatar for rajasekhar1242

hi , i am trying to develop one jsp application with tag concept on netbeans tool. but i am getting this error "According to TLD or tagfile, Attribute uri is mandatory for tag dbquery " . i could not run my application due to this error. In Jsp file i …

Member Avatar for rajasekhar1242
0
148
Member Avatar for rbushlow

I have the following python code to access a MySQL database: [CODE] #!usr/bin/python # server_version.py - retrieve and display database server version import MySQLdb con = MySQLdb.connect (host = "localhost", user = "username", passwd = "password", db = "test") cursor = conn.cursor () cursor.execute ("SELECT VERSION()") row = cursor.fetchone () …

Member Avatar for rajasekhar1242
0
177
Member Avatar for Dan08

Hi everyone, I am doing a program with python on Windows Vista, and I've put a entry in my program, now what I need to do is only allow the user to write number, if the user tries to write anything apart from numbers and commas, appears a message box …

Member Avatar for Dan08
0
587
Member Avatar for rajasekhar1242

Hi I am developing a small application in that i have only labels. My Output like this.. S.No Customer Name Customer Code City 1. Raja 1242 Vsp 2. Sekhar 1243 Hyd 3. Ram 1244 Bang Hear i want to develop my application with one control ie, for example i have …

Member Avatar for rajasekhar1242
0
84
Member Avatar for rajasekhar1242

hi, I am trying to get an image with my python application output. please give me that process.

Member Avatar for zachabesh
0
4K
Member Avatar for rajasekhar1242

Hi friends, I have developed a program with reportlabs module to generate a PDF file on macos x. The pdf file is generated successfully But, i cant open the pdf file automatically i mean manually i click on that file then it will be opened. Also i used this syntax …

0
86
Member Avatar for rajasekhar1242

Hi friends, I am using python 2.5 idel on mac. But now it is not working when i click on idle icon on my desktop. Just i am getting IDLE bounce in dock and disappearing... please give a valuable reply on that one...

Member Avatar for Stefano Mtangoo
0
118
Member Avatar for rajasekhar1242

Hi everyone, I am trying to get PDF file output from the python program to give a print. is there any solution? please give me a valuable reply...

Member Avatar for woooee
0
194
Member Avatar for rajasekhar1242

hi everyone, i have wrote the database code like this try: import MySQLdb import _mysql_exceptions as DB_EXC cxn = MySQLdb.connect(host='10.0.2.2') if(cxn != 0): tkMessageBox.showinfo("Text", "you can update ur local database to server") else: tkMessageBox.showinfo("Text", "there is no connection please try again") cxn.close() except ImportError , e: return None when there …

Member Avatar for chaney44145
0
148
Member Avatar for rajasekhar1242

hi, i am trying to develop a database application. i am using python as front end and mysql as back end. But now i am getting some problem as "INTERNAL SERVER ERROR" while i am running my application on MAC OS x. #!/usr/bin/python import os import cgi from cgi import …

Member Avatar for rajasekhar1242
0
151
Member Avatar for rajasekhar1242

hi, i wrote the following program on python IDE. but i got "no module MySQLdb" as import error. can u give me any sugg import MySQLdb # Create a connection object and create a cursor Con = MySQLdb.Connect(host="127.0.0.1", port=3306, user="rajasekhar", passwd="venkata" db="tst") Cursor = Con.cursor() # Make SQL string and …

Member Avatar for nikhilvishnupv
0
446
Member Avatar for rajasekhar1242

hi everybody, i wan to develop web application by using python on mac os. i am trying to get a link between html and python code. can i give a link between them or not. if it is possible please send me your valuable suggeitions thank u

Member Avatar for EAnder
0
197