Hi Ondrej, > Let me know if you have any hints what to try. >
For sage, the issue was that Python was getting built with MACOSX_DEPLOYMENT_TARGET set to 10.4, which is no longer valid in 10.6. This was leading to some issues with version mismatch issues between libraries -- in particular, it was font-handling libraries IIRC. You seem to have a newer python spkg, though -- is there a machine I can log into and try this out? Or a tarball I can download and try? Is it a build from scratch? It could also potentially be an issue with something finding a system-wide python instead of the one getting built with femhub. Can you try the following in your fem-local python: >>> import distutils.sysconfig >>> distutils.sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') -cc -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org To unsubscribe, reply using "remove me" as the subject.