first-example: ImportError: ./MyModule.so: undefined symbol: MyModuleDoAction

Bug #1227335 reported by Elvis Dowson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyBindGen
Fix Released
Undecided
Unassigned

Bug Description

Hi,
     I've installed pybindgen-0.16.0 from the tarball, which passed all unit tests, on Ubuntu-12.10 64-bit. I downloaded the first-example tutorial, built it, but it doesn't work.

$ cd /tool/pybindgen-0.16.0/examples/first-example
$ python

Python 2.7.3 (default, Apr 10 2013, 05:13:16)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MyModule
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: ./MyModule.so: undefined symbol: MyModuleDoAction

My LD_LIBRARY_PATH and PYTHONPATH have been modified to include the current directory.

Best regards,

Elvis Dowson

Revision history for this message
Gustavo Carneiro (gjc) wrote :

first-example moved to the docs, in 0.17, and it now uses setup.py instead of makefile. This issue is (probably) obsolete now.

Changed in pybindgen:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.