Search in Pinguino World !!

Sunday, March 8, 2009

beta 5 for MAC OSX......

MAC OSX beta 5 version of Pinguino is Here.......

But will be tested tomorrow :-)

3 comments:

Unknown said...

I have just download the beta 5 for MacOsx files, but i don´t know wich program use to open the example file, build them and load it into the pinguino, which program can i use to make it?

Jean-Pierre MANDON said...

Hi Ulises,

First you must install python and all the tools. See how to do this here:
http://jpmandon.blogspot.com/2008/10/pinguino-on-mac-os-x.html
Then right click on pinguino beta 5.py and 'launch with python'.
You can edit the example file with the editor.

Willem said...

I try to install beta 5 on mac with mountain lion, but got errors...

any suggestions??


Warning (from warnings module):
File "/Users/wgorissen/Downloads/pinguino_beta9-05_osx 2/pinguinobeta9-05osx.py", line 985
app = wx.PySimpleApp(0)
wxPyDeprecationWarning: Using deprecated class PySimpleApp.

Warning (from warnings module):
File "/Users/wgorissen/Downloads/pinguino_beta9-05_osx 2/pinguinobeta9-05osx.py", line 1020
wx.InitAllImageHandlers()
wxPyDeprecationWarning: Call to deprecated item 'InitAllImageHandlers'.

Traceback (most recent call last):
File "/Users/wgorissen/Downloads/pinguino_beta9-05_osx 2/pinguinobeta9-05osx.py", line 1022, in
frame_1 = Pinguino(None, -1, "")
File "/Users/wgorissen/Downloads/pinguino_beta9-05_osx 2/pinguinobeta9-05osx.py", line 159, in __init__
_icon.CopyFromBitmap(wx.Bitmap(sys.path[0]+"/logo.png", wx.BITMAP_TYPE_ANY))
File "/usr/local/lib/wxPython-2.9.4.0/lib/python2.7/site-packages/wx-2.9.4-osx_cocoa/wx/_gdi.py", line 1314, in CopyFromBitmap
return _gdi_.Icon_CopyFromBitmap(*args, **kwargs)
PyAssertionError: C++ assertion "err == noErr" failed at /BUILD/wxPython-src-2.9.4.0/src/osx/core/bitmap.cpp(597) in GetIconRef(): Error when constructing icon ref
>>>