I have finally got spyder to work on mac osx 10.6. Initially I had big difficulties to get PyQt4 to work, but after a complete removal and compilation with i386 (i'm running 32-bit python) that works.
There is a bug in python/mac/something that makes locale.getdefaultlocale() to fail (at least with swedish locale), so I needed to set the environment variables in .profile manually: export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
