Brett Cusaac wrote:
It should work as follows:There is also some discrepancy with the instructions --- They all reference import 'sapdb.sql'. This does not seem to work at all.
the directory/package sapdb contains subdirectories for all the current python versions. The script sapdb/sql.py tries to load the real 'sql' module from the appropriate subdirectory.
I'd be interested in the error message when you execute 'import sapdb.sql' (+ the platform and the python version).
There is a known problem with Red Hat 8.0: because the Python on that release was built using 4byte Unicode strings, the modules in sapdb/python22 are not compatible. The error message is something with 'unresolved external ...UCS2...'. The only solution is currently to use the modules in sapdb/python15, as they don't access any unicode functions at all.
Daniel Dittmar
--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
