On 26/04/2011 14:48, Oltmans wrote:
Greetings, I hope you're doing well. I'm stuck in a strange issue,
most likely due to my own ignorance. I'm reading a config file using
ConfigParser module and passing database related info to _mssql.

[ ... ]

Config file looks like following

[DB_INFO]
server = "server"
database = "database"
user = "user"
password = "password"


A config file isn't a Python file: you don't need (and
don't want) double-quotes around those values.

TJG
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to