Re: Connecting to a database

2011-04-24 Thread José Pablo Méndez Soto
Thanks Mate, Have a good one! ** On Sun, Apr 24, 2011 at 6:53 AM, Andrew Volozhanin wrote: > yes, SQLite doesn't use any SQL server. It consists of a database file. > That's why you access sqlite databases by the filename. > But mySQL, postgresql use such servers. And you access them by connect

Re: Connecting to a database

2011-04-24 Thread José Pablo Méndez Soto
That makes sense. Can you please tell me then, if os.path.dirname(os.path.abspath( __file__ )) + '/ database/local.db', would be something relative to SQLite? Many thanks *José Pablo Méndez * On Sun, Apr 24, 2011 at 1:34 AM, Daniel Roseman wrote: > On Sunday, April 24, 2011 7:46:43 AM UT

Re: Initial install

2011-04-22 Thread José Pablo Méndez Soto
Thank you Pedro. I know both options work. What I don't quite understand is if running sudo python setup.py install Would be sufficient setup for my Django + CDR Stats + MySQL setup. It looks though, like I also need MySQLdb to interface between Django and the DB. Im wondering if the devs from C