View Single Post
Old 01-02-2010, 07:16 AM   #10
benlau
Enthusiast
benlau has a complete set of Star Wars action figures.benlau has a complete set of Star Wars action figures.benlau has a complete set of Star Wars action figures.
 
Posts: 29
Karma: 260
Join Date: Dec 2009
Device: Sony Reader PRS-600
Quote:
Originally Posted by NightGeometry View Post
Hmm, not really a Python guy, but this looks like it may just compile in a Mac with minimal work. If I get a chance I'll have a fumble through the source and see. I wouldn't hold your breath though...
Great to hear that

Let's me summarize the current problem of Mac porting.

PRS Note reader use python-qt4 as the GUI library. And according to this article "· How to make standalone OS X application bundles from PyQt apps using py2app". It can not build dmg by using py2app with built-in python. It must use the python from macports.

Moreover , python-qt4 do not have any pre-built binary available. So I think it should build python-qt4 using macports. But unfortunately that due to #22926 . qt4-mac was broken, and therefore I can not continue the porting.
benlau is offline   Reply With Quote