Re: [libdnet-devel] libdnet includes dnet.c, from dnet.pyx - this is an error?
Status: Abandoned
Brought to you by:
dugsong
|
From: Sam R. <sro...@un...> - 2007-10-03 00:16:24
|
On Fri, Sep 21, 2007 at 02:02:41PM -0700, Sam Roberts wrote: > Btw, I had a lot of trouble building the python binding. Turns out my > linux distro (ubuntu) has both python 2.4 and python 2.5 installed. This > seemed to cause problems. I manually got a build by making sure > /usr/bin/python (2.5) and associated tools were always used. That was a > bit painful, so I just uninstalled python 2.4, and now can build using > ./configure --with-python;make;make install. Anyhow, someone who > understands autoconf+python's setup.py better than I might be able to > make this work out-of-the-box. I believe the problem here is that the dnet.c generated from dnet.pyx is python version specific. I've removed it from my local copy, and experience a little less pain. Thoughts? Sam |