>I have managed to install the MaxDB 7.6 (7.6.0.5) RPM's on my >Fedora Core 2 >box. The MaxDB server itself starts, but when creating new database >instances, I get the following traceback: > >[EMAIL PROTECTED]:/opt/sdb/testdb76# ./create_demo_db.sh >create database TST76... >set parameters for TST76... >start TST76... >initialize TST76... >load system tables... >load system tables failed: ERR >-24964,ERR_EXECUTE: error in program execution >256,/opt/sdb/7600/bin/x_python /opt/sdb/7600/env/lsystab.py -R >/opt/sdb/7600 >-d TST76 -u dba,* >'import site' failed; use -v for traceback >Traceback (most recent call last): > File "/opt/sdb/7600/env/lsystab.py", line 46, in ? > from installib import * > File "/opt/sdb/7600/env/installib.py", line 29, in ? > import string >ImportError: No module named string
There is an error in the rpm-distribution. Rename /opt/sdb/7600/lib/python.zip to /opt/sdb/7600/lib/python23.zip. If this doesn't help, please do $ /opt/sdb/7600/bin/x_python >>> import sys >>> sys.path so that I can see where python is looking for the zip file. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
