Bugs item #1613913, was opened at 2006-12-12 13:29
Message generated for change (Comment added) made by sjoerd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1613913&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: Build
Group: (zombie: MonetDB4 4.14)
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Ronald Oussoren (ronaldoussoren)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: Python bindings installed in wrong location

Initial Comment:
When the configured prefix for MonetDB isn't the same as the prefix for the 
used python the python bindings are installed in 
${monet_prefix}/${python_prefix}, where Python won't see them.

(I'm using a python with sys.prefix == "/opt/python2.4" and use "/opt/monetdb" 
as the --prefix for monet)

Solution: install the python bindings using distutils, that will install the 
files in the correct site-packages directory and makes them available to python 
scripts.

I'm currently using a workaround: install a "monet.pth" file in the 
site-packages directory for python that contains the path the site-packages 
directory in the monet tree.



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

>Comment By: Sjoerd Mullender (sjoerd)
Date: 2007-02-19 14:15

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

This is by design.  It is also documented that you should set PYTHONPATH.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1613913&group_id=56967

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to