If you're running OSX on a PPC system then please give this build a try.
I've changed how the OS X binaries are built, doing straight
universal_binary builds instead of lipo-ing together separate ppc and
i386 binaries. So in effect the PPC half of the build is somewhat
different than before. Let me know if there are any problems with it.
http://wxpython.wxcommunity.com/preview/20100122/
--
Robin Dunn
Software Craftsman
http://wxPython.org
On Fri, 22 Jan 2010, Robin Dunn wrote:
> Here's yet another 2.9.0.1 test build. The changes in this one are mainly
> build related, but there are a few other tweaks as well.
thanks a lot for your work.
I've tested the dmg for python2.6 on Snow Leopard (OS X 10.6.2, stock python 2.6.1). I apologize if I'm pointing out the obvious: Trying to import wx first resulted in:
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "//usr/local/lib/wxPython-unicode-2.9.0.1.b20100122/lib/python2.6/site-packages/wx-2.9.0-osx_carbon-unicode/wx/__init__.py", line 45, in <module>
from wx._core import *
File "//usr/local/lib/wxPython-unicode-2.9.0.1.b20100122/lib/python2.6/site-packages/wx-2.9.0-osx_carbon-unicode/wx/_core.py", line 4, in <module>
import _core_
ImportError: /usr/local/lib/wxPython-unicode-2.9.0.1.b20100122/lib/python2.6/site-packages/wx-2.9.0-osx_carbon-unicode/wx/_core_.so: no appropriate 64-bit architecture (see "man python" for running in 32-bit mode)
I had to make Python run in 32-bit mode first using:
$ defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
From there, I could start and run most of the demo. I can confirm the following bugs that Cody Precord mentioned in his post on 18th Jan:
Bug #8 (ToolBar)
Bug #9 (Pickers)
Bug #10 (Mask)
I couldn't reproduce bugs #6 (ZoomBar) and #7 (Dialogs), and I haven't tested the STC stuff yet.
Best
Christoph
Chris.
On Fri, 22 Jan 2010 22:37:47 -0800, Robin Dunn <ro...@alldunn.com>
wrote:
No, I haven't looked into that yet. As I mentioned the differences in
this build was mainly concerned with (OS X) build issues.
> I had to make Python run in 32-bit mode first using:
>
> $ defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
Thanks for reminding me of that, I should mention it in the CHANGES doc
or someplace. We won't be able to add a 64-bit personality to the
binaries until we switch to Cocoa, which probably won't be too much longer.
> http://wxpython.wxcommunity.com/preview/20100122/
It seems utils/ifacecheck/src/Makefile.in is missing from the tarball. This
causes an error when wxGTK is configured w/ --disable-gui.
--
fonts, by design, by neglect
gcc-porting, for a fact or just for effect
wxwidgets @ gentoo EFFD 380E 047A 4B51 D2BD C64F 8AA8 8346 F9A4 0662