pdf =
CGPDFDocumentCreateWithProvider(CGDataProviderCreateWithFilename(aFile))
pdf.getTrimBox(pageNumber).getWidth()
I get warning output like:
Wed Mar 3 21:48:07 element.sd.cox.net Python[24469] : The
function `CGPDFDocumentGetTrimBox' is obsolete and will be removed in
an upcoming updat
I'd like to make an app/game for my kids in which they would see a word, read
it and the game would be able to recognize if they've read it correctly.
Does anyone have any suggestions for speech/voice recognition?
Thanks in advance.
___
Pythonmac-SIG m
On Mar 3, 2010, at 2:24 PM, Bill Janssen wrote:
Preston Holmes wrote:
I've used the 10.5 binary egg from here with great success:
http://pyqrcode.sourceforge.net/
However trying to compile from source on 10.6 has not yet worked
for me.
I pip install JCC and it compiles fine
But when I
Preston Holmes wrote:
> I've used the 10.5 binary egg from here with great success:
> http://pyqrcode.sourceforge.net/
>
> However trying to compile from source on 10.6 has not yet worked for me.
>
> I pip install JCC and it compiles fine
>
> But when I try to run make in the pyqrcode project,
I've used the 10.5 binary egg from here with great success:
http://pyqrcode.sourceforge.net/
However trying to compile from source on 10.6 has not yet worked for me.
I pip install JCC and it compiles fine
But when I try to run make in the pyqrcode project, make fails when
trying to run jcc wi
Tom Loredo wrote:
In the past I've also used wxpython for matplotlib, but the wxpython
situation with Snow Leopard seems even more confusing than the tkinter
situation!
How so? Difficult, maybe, but it shouldn't be confusing:
wxPython is 32 bit, you need to use it with 32 bit Python.
It's 32
On 3/3/10 5:33 AM, Ned Deily wrote:
The main problem before was 64-bit Tk availability. IIRC, the only real
game in town for that was the Apple-supplied 8.5 in 10.6 which
apparently pulled in from the TkAqua Cocoa/64-bit port project (which
now may be a part of 8.6?). Kevin Walzer was trying
In article <1267598651.4b8e053b51...@astrosun2.astro.cornell.edu>,
Tom Loredo wrote:
> Sorting out the Tcl/Tk situation with Python-2.6.4 is coming
> up quickly on my MacPy to-do list (I'm just setting up a new machine,
> as you may have guessed). I've experienced the weirdness
> associated with
Adam Morris wrote:
> I'm getting lots of milage out of appscript, but ran into a snag that
> searches haven't resolved.
>
> Trying to gui script a remote machine, and appscript doesn't seem to be
> working. This:
>
> app(url='eppc://machine.local/System Events').processes()
>
> complains that