Re: Python shared lib

2009-10-05 Thread ryles
On Oct 4, 11:04 am, a...@pythoncraft.com (Aahz) wrote: I've got a dim memory that there's a reason for this -- you might try searching the python-dev archives and/or bugs.python.org. Found mention of it in this discussion: http://bugs.python.org/issue771998 I disagree that --enable-shared

Re: Python shared lib

2009-10-04 Thread Aahz
In article h9p9mp$2cv...@adenine.netfront.net, namekuseijin namekuseijin.nos...@gmail.com wrote: and then I realize that, for whatever reason, the super popular and trendy python DOESN'T FRIGGIN BUILD SHARED LIBS BY DEFAULT! I've got a dim memory that there's a reason for this -- you might try

Re: Python shared lib

2009-10-04 Thread Chris Colbert
thats because the standard way to build python packaged is to use distutils, and not make files. Blame Yafaray for not supplying a setup.py... ..M, Aahz a...@pythoncraft.com wrote: In article h9p9mp$2cv...@adenine.netfront.net, namekuseijin  namekuseijin.nos...@gmail.com wrote: and then I

Python shared lib

2009-09-27 Thread namekuseijin
So, I was trying to get the yafaray raytracer to work with the 3D package Blender, but it asks for python2.6 and all I got is a 2.5. Actually, quite a lot of other related Blender packages are also migrating to 2.6, so a compilation was inevitable. Then I go: ./configure --prefix=~/ make