2 Jun 2008 16:25
python-bindings problem
<vikhrakula <at> asianetindia.com>
2008-06-02 14:25:50 GMT
2008-06-02 14:25:50 GMT
The following is how bindings was build ----------------------------------------------------------------------------- vikhr <at> localhost:~/libtorrent/bindings/python$ bjam dht-support=on boost=source release link=static BOOST_ROOT = /home/vikhr/boost OS = LINUX warning: Graph library does not contain optional GraphML reader. note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the note: directories containing the Expat headers and libraries, respectively. warning: skipping optional Message Passing Interface (MPI) library. note: to enable MPI support, add "using mpi ;" to user-config.jam. note: to suppress this message, pass "--without-mpi" to bjam. note: otherwise, you can safely ignore this message. Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (don't panic: this is a strictly optional feature). ...patience... ...patience... ...found 5390 targets... -------------------------------------------------------------------------------- Then I copied the example file 'simple_client.py' to the place where all the modules reside.. ________________________________________________________________________________ vikhr <at> localhost:~/libtorrent/bindings/python/bin/gcc-4.2.3/release/boost-source$ python simple_client.py Traceback (most recent call last): File "simple_client.py", line 3, in <module> import libtorrent as lt(Continue reading)
RSS Feed