[Pythonmac-SIG] CoreGraphics deprecations

2010-03-03 Thread Preston Holmes
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

[Pythonmac-SIG] Voice/Speech recognition

2010-03-03 Thread Dan Ross
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

Re: [Pythonmac-SIG] pyqrcode on Snow Leopard with jcc

2010-03-03 Thread Preston Holmes
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

Re: [Pythonmac-SIG] pyqrcode on Snow Leopard with jcc

2010-03-03 Thread Bill Janssen
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,

[Pythonmac-SIG] pyqrcode on Snow Leopard with jcc

2010-03-03 Thread Preston Holmes
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

Re: [Pythonmac-SIG] Recommended Tcl/Tk with Py-2.6.x? (was: Test failure...)

2010-03-03 Thread Christopher Barker
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

Re: [Pythonmac-SIG] Recommended Tcl/Tk with Py-2.6.x? (was: Test failure...)

2010-03-03 Thread Kevin Walzer
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

Re: [Pythonmac-SIG] Recommended Tcl/Tk with Py-2.6.x? (was: Test failure...)

2010-03-03 Thread Ned Deily
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

Re: [Pythonmac-SIG] usable references to a remote "System Events" application

2010-03-03 Thread has
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