Re: [Matplotlib-users] compile numpy with UCS4

2012-12-20 Thread Michael Droettboom
When you recompile Python in a new unicode mode, you then need to recompile all extensions (such as Numpy), since an extension compiled for one mode will not work with the other. Annoying if you have a lot of extensions. However, I don't think that UCS4 mode is required for Tkinter -- it coul

[Matplotlib-users] compile numpy with UCS4

2012-12-19 Thread Kurt Peters
I had to compile and install Python 2.7 on RHEL with the --enable-unicode=USC4 to get it to work with Tkinter. Unfortunately, I'm now trying to install numpy, and get an error when importing it into python "ImportError: numpy/core/multiarray.so: undefined symbol: PyUnicodeUCS2_AsASCIIString". Is