Bugs item #1814768, was opened at 2007-10-16 23:12
Message generated for change (Comment added) made by nielsnes
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: Niels Nes (nielsnes)
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

----------------------------------------------------------------------

>Comment By: Niels Nes (nielsnes)
Date: 2007-10-23 07:08

Message:
Logged In: YES 
user_id=43556
Originator: NO

bart could you check if the current code in the stable branch fixed your
problems.

----------------------------------------------------------------------

Comment By: Martin Kersten (mlkersten)
Date: 2007-10-21 18:22

Message:
Logged In: YES 
user_id=490798
Originator: NO

Niels is taking care of it.

----------------------------------------------------------------------

Comment By: bjbuter (bjbuter)
Date: 2007-10-16 23:20

Message:
Logged In: YES 
user_id=1624832
Originator: YES

I forgot to add a big annoyance, though not critical, the Python client
does not relay any error messages from MonetDB. If anything goes wrong it
issues a RuntimeError:None instead of the more detailed response the normal
MapiClient gives.
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

Reply via email to