Hi !

Im am still working on creating an ebuild for gentoo users to build
maxdb from sources.

Up to now i succeed until the point where i try to load the systabs into
a new database instance. Now i seem to have a problem with the python
modules.

The exact problem is:
When I do a
        load_systab -ud init

i get:
        ERR
        -24964,ERR_EXECUTE: error in program execution
        256,/opt/sdb/programs/bin/x_python
        /opt/sdb/programs/env/lsystab.py -R /opt/sdb/programs -d BCO -u
        bcodba,*
        Traceback (innermost last):
          File "/opt/sdb/programs/env/lsystab.py", line 45, in ?
            from installib import *
          File "/opt/sdb/programs/env/installib.py", line 33, in ?
            import loader
          File "/opt/sdb/programs/misc/loader.py", line 23, in ?
            from sapdb.loader import *
          File "/opt/sdb/programs/misc/sapdb/loader.py", line 47, in ?
            from python15.loader import *
        ImportError: No module named python15.loader

When i remove the module loadermodule.so in the misc/sapdb/pythondef
directory and replace it by the one from the binary distribution it
works.

The python version that was used during the build time is 2.3.3 and also
the PYTHON_INCLUDE was set to /usr/include/python2.3.

The x_python in the bin directory that is used for loading the systabs
seems to be 1.5.2 !

Is this a version problem or what else am i doing wrong ?

Thanks in advance for your help - kind regards

Hermann

-- 

Hermann Mundprecht 
IT-Consultant 
  
Email: [EMAIL PROTECTED]


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

Reply via email to