Bugs item #1814768, was opened at 2007-10-17 01:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1814768&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: buildtools CVS Head Status: Open Resolution: None Priority: 5 Private: No Submitted By: bjbuter (bjbuter) Assigned to: Nobody/Anonymous (nobody) Summary: Python Client problems Initial Comment: The Python client in /clients/src/python/Cimpl after issuing cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/monetdb checkout clients, needs some hacks to work. specifically: in CMapi.py: the MapiLib.mapi_connect requires a dbname other than the default None, else a connection to the database cannot be established. in MonetSQLdb/__init__.py from CMapi import * leads to errors, CMapi cannot be found this should be: from MonetDB.CMapi import * (when a dbname is required in CMapi, MonetSQLdb/__init__ should use CMapi with this dbname when using CMapi) diffs of these hacks are provided greetings Bart ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1814768&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
