Re: [C++-sig] Problem with importing shared library into Python

2011-11-25 Thread Edgardo C.
Hello to all again and I really appreciate the help. Finally it works now !!! Unfortunately i happened just 10 minutes before leaving the office and until Monday I will not touch again the code. @Anders: I will try what you suggest on Monday. What I did was: $ g++ -c phonebook_wrap.

Re: [C++-sig] Problem with importing shared library into Python

2011-11-25 Thread Edgardo C.
aptic, and the same error. Hope that somebody can help. 2011/11/25 Jim Bosch > On 11/25/2011 06:54 AM, Edgardo C. wrote: > >> Hello everybody, >> >> I am having problems with importing a .so shared library I just compiled >> following the example

Re: [C++-sig] Problem with importing shared library into Python

2011-11-25 Thread Edgardo C.
://www.mentby.com/vivek-60/ had a similar problem. But, this command: $ nm /usr/local/lib/libboost_python3.so.1.46.1 | c++filt | grep init_module show no symbols for me. Any other idea? 2011/11/25 Jim Bosch > On 11/25/2011 06:54 AM, Edgardo C. wrote: > >> Hello everybody, >&

[C++-sig] Problem with importing shared library into Python

2011-11-25 Thread Edgardo C.
Hello everybody, I am having problems with importing a .so shared library I just compiled following the example giving in the book: API Design for C++ : www.apibook.com (Chapter 11) I downloaded the Boost library and I compiled it (fullw) into a subdirectory called /compilation, where I get the /