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/
Best match: SQLObject 1.3.0
Downloading
http://pypi.python.org/packages/2.7/S/SQLObject/SQLObject-1.3.0-py2.7.egg#md5=42e649b0c1
08b75a1bec8f22e84270fa
Processing SQLObject-1.3.0-py2.7.egg
creating c:\python27\lib\site-packages\SQLObject-1.3.0-py2.7.egg
Extracting SQLObject-1.3.0-py2.7.egg to c:\python27\lib\site-packages
Adding SQLObject 1.3.0 to easy-install.pth file
Installing sqlobject-admin script to c:\python27\Scripts
Installing sqlobject-convertOldURI script to c:\python27\Scripts
Installed c:\python27\lib\site-packages\sqlobject-1.3.0-py2.7.egg
Processing dependencies for SQLObject
Finished processing dependencies for SQLObject
|