Hide Forgot
Description of problem: [nolty@BobVirtF13 ~]$ python Python 2.6.4 (r264:75706, Jun 4 2010, 18:20:16) [GCC 4.4.4 20100503 (Red Hat 4.4.4-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gnash Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/lib/python2.6/site-packages/gtk-2.0/gnash.so: undefined symbol: _ZN5gnash19create_Renderer_aggEPKc >>> This looks like a packaging inconsistency. In the gnash RPM, symbol _ZN5gnash19create_Renderer_aggEPKc lives in /usr/lib/gnash/libgnashrender.so. In the python-gnash RPM, the gnash python module is in /usr/lib/python2.6/site-packages/gtk-2.0/gnash.so. That .so references the create_Renderer_agg symbol mentioned above, but does not mention the libgnashrender library (it does mention four gnash libraries, libgnashcore, -base, -sound and -media). Version-Release number of selected component (if applicable): gnash-0.8.8-4.fc13.i686 python-gnash-0.8.8-4.fc13.i686 How reproducible: Every time. Steps to Reproduce: 1. Start python 2. type 'import gnash' 3. Actual results: ImportError with traceback, shown above Expected results: module loads Additional info:
Sorry, this got submitted with the wrong component. I am closing and will refile.