¡@

Home 

python Programming Glossary: carbon

Building a Mac and Windows GUI Application

http://stackoverflow.com/questions/11026541/building-a-mac-and-windows-gui-application

the Qt build target to use Cocoa instead of the deprecated Carbon API. This Qt bug where some plist file would be written a location..

Can python send text to the Mac clipboard

http://stackoverflow.com/questions/1825692/can-python-send-text-to-the-mac-clipboard

how to do it. Edit Just realised this relies on Carbon so might not be ideal... depends a bit what you're using it..

WxPython Incompatible With Snow Leopard?

http://stackoverflow.com/questions/2565201/wxpython-incompatible-with-snow-leopard

in both modes and then merged . WxWidgets probably uses Carbon which is only available in 32 bit mode Cocoa is available in.. both 32 bit and 64 bit mode... Apple didn't bother making Carbon available in both modes since it is being deprecated which would..

Finding the Current Active Window in Mac OS X using Python

http://stackoverflow.com/questions/373020/finding-the-current-active-window-in-mac-os-x-using-python

probably want to do on Tiger . But Peter's answer with the Carbon way of doing this will probably be quite a bit faster since..

How to uninstall wxpython 2.8 on Mac OSX 10.6

http://stackoverflow.com/questions/5920764/how-to-uninstall-wxpython-2-8-on-mac-osx-10-6

Python 2.7.1 wxpython version wxpython 2.8 uses Carbon API hence limited to 32 bit mode arch only I installed wxPython2.8.. using their .dmg installer file. This package uses the Carbon API and hence is limited to 32 bit mode only. I have to write..