[EMAIL PROTECTED] wrote: > Hello, > > i'm try to install pyxpcom, with mozilla-0.9.6, > i don't have problem when I compile it, but > when i try to install the extension, i have this error message : > > > PyXPCOM Loader Error: Could not open the Python XPCOM extension at > '/tmp/xpcom/_xpcommodule.so' - '/tmp/xpcom/_xpcommodule.so: undefined > symbol: _15Py_nsIClassInfo.type' > nsNativeComponentLoader: autoregistering succeeded > PyXPCOM Loader Error: Could not open the Python XPCOM extension at > '/tmp/xpcom/_xpcommodule.so' - '/tmp/xpcom/_xpcommodule.so: undefined > symbol: _15Py_nsIClassInfo.type' > ###!!! ASSERTION: Factory creation failed: 'NS_SUCCEEDED(rv)', file > nsNativeComponentLoader.cpp, line 166 > ###!!! Break: at file nsNativeComponentLoader.cpp, line 166 > make: *** [install] Error 139
You probably need to pull the CVS sources for PyXPCOM that relate to the Mozilla 0.9.6 release - ie, using the CVS MOZILLA_0_9_6_RELEASE tag. Mark.
