I tried this to see if it would solve the problem with no success; no
change in error message.
('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not
found, and no default driver specified (0) (SQLDriverConnectW)')
def fix_environment():
os.environ['LD_LIBRARY_PATH'] ='/opt/sqlanywhere12/lib32'
os.environ['PATH'] =os.environ['PATH']+':/opt/sqlanywhere12/
bin32:/usr/local/sbin:/usr/local/bin:/usr/bin:/root/bin'
os.environ['SQLANY12'] ='/opt/sqlanywhere12'
os.environ['SQLANYSAMP12'] ='/opt/sqlanywhere12/samples'
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en.