13 Apr 2012 18:01
connectionForURI is not defined
Glenn Rutkowski <grutkowski <at> edgecentric.com>
2012-04-13 16:01:31 GMT
2012-04-13 16:01:31 GMT
Everything was running fine last night. Came in this morning and my
test system is acting weird. I'm doing my best to find the answer but
in the meantime, if someone knows what this is, I could use a bit of help.
Thanks,
Glenn
Today:
>>> from sqlobject import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "sqlobject.py", line 8, in <module>
conn = connectionForURI(connection_string)
NameError: name 'connectionForURI' is not defined
System Setup:
Python 2.7.2 on Windows XP
Path = c:\python27;c:\python27\Scripts;C:\Python27\Lib\site-packages
Installed pymssql
Installed SQLObject 1.3.0
>easy_install -U SQLObject
Searching for SQLObject
Reading http://pypi.python.org/simple/SQLObject/
Reading http://sqlobject.org
Reading http://sqlobject.org/
Reading http://sqlobject.org/devel/
(Continue reading)
RSS Feed