hi i have generated a python extension that worked fine. ie i was able to import it and was able to access its methods and functions
but i edited my .c file to include few more methods and functions but now this time my new functions and methods internally calls functions provided by another shared library (.so file) When i compile my extension, it compiles successfully, but while importing it displays error message as "undefined symbol app_cell_get_label" where app_cell_get_label is function provided by shared library (.so file in /usr/local/lib/) what should i do make my extension dynamically access the functions of that .so file at runtime (this .so file is not a python module or extension, its a normal library) thanks varun -- View this message in context: http://www.nabble.com/regarding-use-of-runtime-libraries-tf4010278.html#a11388751 Sent from the Gtk+ - Python mailing list archive at Nabble.com. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
