How to resolve this error "undefined symbol: PyUnicodeUCS4_FromObject " while including Python packages in Odoo 8?

1.7k views Asked by At

I downloaded pyodbc python package and tried using it for Odoo 8, but I am getting the following error:

undefined symbol: PyUnicodeUCS4_FromObject

The system python has UCS4 support, but the Odoo python has UCS2 support, Anyone with any idea on this would really helpful. Thanks !!!

0

There are 0 answers