[omniORB] Problem with from omniORB import CORBA!
Duncan Grisby
duncan at grisby.org
Fri Dec 5 17:33:50 GMT 2003
On Thursday 4 December, Andrae Muys wrote:
> ImportError: /usr/lib/python2.2/site-packages/_omnipymodule.so:
> undefined symbol: PyUnicodeUCS4_FromUnicode
That shows that omniORB was compiled against a Python that was using
UCS-4 for unicode, but your Python is using UCS-2.
> I am running Sander Steffann's 4.0.2 RPM's from
> http://opensource.nederland.net/omniORB/ on a pretty stock Redhat 9.0
> box running python2.2.1
Either Sander's RPMs are broken, or you have a non-standard Python
install. I don't know which. Sander?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list