Le mercredi 28 janvier 2004, Dittmar, Daniel a �crit...
        bonjour,

> Maybe the software was installed someplace else. We changed the directory defaults 
> from 7.4 to 7.5
Humm. `locate depend` do not give me any other depend/ subdirectory than
my /usr/local/sapdb/depend

> The python extensions included are for Python 1.5.2. Download 
> ftp://ftp.sap.com/pub/sapdb/bin/linux/sapdb-python-linux-i386-7.4.03.31a.tgz 
> instead. I haven't got around to building the same package for MaxDB 7.5, but the 
> clients are generally upwards and downwards compatible.
That was the last version I used but...

Python 2.3.3 (#2, Jan  4 2004, 12:24:16) 
[GCC 3.3.3 20031229 (prerelease) (Debian)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sapdbapi
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/sapdb/interfaces/python/sapdbapi.py", line 25, in ?
        from sapdb.dbapi import *
  File "/usr/local/sapdb/interfaces/python/sapdb/dbapi.py", line 52, in ?
        import sapdb.sql
  File "/usr/local/sapdb/interfaces/python/sapdb/sql.py", line 35, in ?
        importVersionSpecific ()
  File "/usr/local/sapdb/interfaces/python/sapdb/sql.py", line 33, in
        importVersionSpecific
        module = __import__ ('python-py%s.sql' % shortVersion, globals (), locals (), 
['*'])
ImportError: /usr/local/sapdb/interfaces/python/sapdb/python-py23/sqlmodule.so:
undefined symbol: PyUnicodeUCS2_FromUnicode

So I do prefer the MaxDB Python drivers, mismatching, but working with
2.3 version.

> - the html documentation contains several thousand files. Copying them slows
> down creating packages at our side and installing packackes on your side.
So do not create installable package with the doc. A script, or nothing.
And a README file for installing...

-- 
jm


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to