On 05/11/10 14:42, John Reid wrote:
Hi,
I can't get boost.build configured for 2 different python versions, of
which one is a debug build. I follow the instructions here:
http://www.boost.org/doc/libs/1_44_0/libs/python/doc/building.html
My user-config.jam has entries like this
# default python
Hi,
I can't get boost.build configured for 2 different python versions, of
which one is a debug build. I follow the instructions here:
http://www.boost.org/doc/libs/1_44_0/libs/python/doc/building.html
My user-config.jam has entries like this
# default python - this picks up a standard Ubuntu
By default it is in /usr/local/lib/ but you may have to ask for to be
compiled explicitly:
./bjam --with-python
On 11/5/10 9:35 AM, Aishwarya Venkataraman wrote:
Hello,
I want to install pydoop to get python talk to hadoop/ hdfs file
system. This requires me to have boost installed. I have in
Hello,
I want to install pydoop to get python talk to hadoop/ hdfs file system.
This requires me to have boost installed. I have installed boost using
macports.
python setup.py build_ext -L/opt/local/lib/ -I/opt/local/include/
When I run the above command to install pydoop, it gives me the follo