Re: [Pythonmac-SIG] Python CoreGraphics script running in Applescript

2009-01-30 Thread Bill Noon
ion of system performance. Please use `CGPDFPageGetBoxRect' instead. Can anyone steer me in the right direction on how to work with the CGPDFPageGetBoxRect function? Thanks. Jim Jim -- Try the following: page_rect = pdf.getPage(page_number).getBoxRect(page_

Re: [Pythonmac-SIG] install again?

2006-02-08 Thread Bill Noon
a version of python2.4 for Panther you want me to test, we can try it that way. > > Ronald > >> >> --Bill Noon >> > --Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] install again?

2006-02-08 Thread Bill Noon
ound (compiled using g > ++-3 on Panther)? > OmniOrb is one of these. Prior to 10.4, it had to be linked to static libraries to get all the c++ constructors to fire properly. My latest builds with 10.4 and python 2.4 work fine. --Bill Noon