Hi need help with error when trying to enter data in Programming Software Development by vrk6 … in pyform.py, I imported the entire simpledb.py module. 3.Simpledb.py module fetches data from mysql server.… 4.Now after importing simpledb.py from pyform.py, when I try to …htdocs\test\pyform.py", line 14, in pythonstring vik = simpledb.result AttributeError: 'module' object has no attribute 'result' &… Plz point me in the right direction !!! Programming Software Development by vrk6 … in pyform.py, I imported the entire simpledb.py module. 3.Simpledb.py module fetches data from mysql server. …Everything till here is fine. 4.Now after importing simpledb.py from pyform.py, when I try to return …\test\pyform.py", line 14, in pythonstring vik = simpledb.result AttributeError: 'module' object has no attribute 'result' "… Password Storage System. Programming Software Development by sam210 … the actual coding, and the second set is the simpleDB.py program that I'm using with it. Thanks…Samantha [code=python] # Password Storage System ########################################################### from easygui import * from simpleDB import * ############ LIBRARY SECTION - DO NOT EDIT ######################## ## create a new… python class question Programming Software Development by scoob_m …domain_name = 'test_domain' if self.domain_name: boto.log.info('No SimpleDB domain set, using default_domain: %s' % self.domain_name) …else: boto.log.warning('No SimpleDB domain set, persistance is disabled') if self.domain_name: self… Amazon: New, Improved Cloud, Now With MySQL Programming Databases by EddieC … database needs, Amazon also offers [url=http://aws.amazon.com/simpledb/]SimpleDB[/url], with which applications can store and retrieve data using… Re: Password Storage System. Programming Software Development by sam210 Thanks, but that's really not what I'm looking for. The project calls for the use of only SimpleDB, easygui, and the program itsself. I want to understand the commands.... but once again, thanks for trying. Programming Language Choice Programming Software Development by ChipT … build a website that accesses a database (possibly Amazon's SimpleDB, but perhaps not) for both presenting query results and adding… How to display Images from MS access using JSP Programming Web Development by redmaverick …"); Connection conn=null; conn = DriverManager.getConnection("jdbc:odbc:simpledb", "", ""); out.println ("Database Connected… Re: diploma cse project topics Programming Web Development by N4JRY …. Text based; XML, CSV, JSon. Google's Big Table, Amazon SimpleDB. There are cloud database solutions. You could choose as many… Re: Password Storage System. Programming Software Development by woooee For viewing and editing, try passing data to TableListWrapper, [url]http://tkinter.unpythonic.net/wiki/TableListWrapper[/url] The edittest() function is the one to try. Re: python class question Programming Software Development by jrcagle [quote]My question is what is the order in which instantiations and allocations occur in python when instantiating a class? The author's code below is under the assumption that 'DefaultDomainName' will exist when an instance of the class is created (e.g. __init__() is called), but this does not seem to be the case, at least in my testing in python … Re: Programming Language Choice Programming Software Development by zachabesh I would say it depends on your server configuration. Python has a MySQLdb module that lets it interact easily with MySQL databases (you would likely have to install it), but I'm not totally sure in terms of other databases. I'm becoming a bigger fan of php for websites to be perfectly honest. Ruby will definitely do it, but it will also … Re: Programming Language Choice Programming Software Development by Stefano Mtangoo Welcome! Python have its two Big web frameworks, Django and TurboGears as Ruby have Rails. after checking some videos on web framework and some presentations, I prefer Django over turbo gears and I don't want to learn new language for now (I mean Ruby) to use Rails. If that is what you want to do, Here is a link to Django. Note that Django have … Re: How to display Images from MS access using JSP Programming Web Development by ~s.o.s~ [URL="http://www.informit.com/articles/article.aspx?p=25280"]Storing & retrieving images using JDBC[/URL].