
On Thu, Mar 12, 2009 at 8:06 AM, Ranadeeran
hi all i use MonetDB Database Server Toolkit v0.4 and ubuntu 8.10. im unable to issue any of the monetdb commands without prefixing them with a ./ that is instead of mserver5,it works only when i give ./mserver5
And im able to issue these commands only when im in the bin directory though i ve permanantly set the PATH variable in .bash_profile
Do your commands have the executable bit set? What does ls -l mserver5 say?
when i try to connect to monetdb using the sample python script that is given in the docs,i get an import error telling unable to import MonetDbSQL,though i ve set the PYTHONPATH variable to /prefix/lib/python2.5/site-packages/MonetDb directory
What is the python error you are getting? Does your script work when you invoke as PYTHONPATH=/prefix/lib/python2.5/site-packages/MonetDb script.py ? -matt