Graham Dumpleton
graham.dumpleton at gmail.com
Mon Feb 9 01:10:15 EST 2009
If it happens from command line Python, then it is not a mod_python problem and you should use a more appropriate forum to ask about it. Perhaps try: http://groups.google.com/group/comp.lang.python/topics?lnk Just be clear in asking in other forum that it doesn't work from command line. Don't confuse it by saying it doesn't work from mod_python as they likely will not help you then. Graham 2009/2/9 rahul <rahul.warhekar at edisphere.com>: > No the same problem exist on console also > Is there any kind of installation issue or what > > -----Original Message----- > From: Graham Dumpleton [mailto:graham.dumpleton at gmail.com] > Sent: Monday, February 09, 2009 11:14 AM > To: rahul > Cc: mod_python at modpython.org > Subject: Re: i have problem accessing data from database using adodb > > Does it work from command line Python? > > Graham > > 2009/2/9 rahul <rahul.warhekar at edisphere.com>: >> Hello all, >> >> I have to access data from database using adodb so I did >> >> Import adodb >> Conn=adodb.NewADOConnection("odbc") >> >> Upto this it works properly but when I say >> >> Conn.Connect("","","") >> >> It gives error as >> >> [Attributrerror]: Object Nonetype has no attribute Connect. >> >> I have Red Hat Enterprise Linux 4 >> Python 2.5 >> Mod_python 3.3.1 >> Please guide me through this. >> >> > >
|