> Witch are the dependences between Python and MaxDB ? or what > can't I do > without Python ? Create database ? loading system tables ?
Loading of the system tables is done through Python scripts (<dependent_path>/env/*.py), which access MaxDb through the Loader. Several tools will not work correctly if the system tables aren't installed. A binary Python is part of the distribution, so it isn't necessary to install Python before using MaxDB. 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]
