Update of /cvsroot/monetdb/clients/src/python/Cimpl/MonetSQLdb
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20608/python/Cimpl/MonetSQLdb

Modified Files:
      Tag: Clients_1-20
        __init__.py 
Log Message:
load the depending module CMapi from the subdirectory MonetDB (solves
a loading problem, we now only need the PYTHONPATH to the PYTHON_LIBDIR)
Or for installed rpms we don't need to set any PYTHONPATH.


Index: __init__.py
===================================================================
RCS file: /cvsroot/monetdb/clients/src/python/Cimpl/MonetSQLdb/__init__.py,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- __init__.py 26 Apr 2007 09:27:59 -0000      1.3
+++ __init__.py 20 Oct 2007 20:30:33 -0000      1.3.4.1
@@ -42,7 +42,7 @@
 paramstyle = "pyformat"
 
 
-from CMapi import *
+from MonetDB.CMapi import *
 from monetexceptions import *
 import cursors, converters
 


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to