[Pythonmac-SIG] Trouble installing PyObjC 2.0 from source

2008-07-19 Thread Mike Covill
Can anyone give me some pointers on installing PyObjC 2.0 from source? I have a fresh installation on my MacBookPro with Leopard 10.5.4 of Python 2.5.2 in /Library/... , and nothing else. I checked out the PyObjC source at "http://svn.red-bean.com/pyobjc/trunk"; and ran the "02-develop-al

Re: [Pythonmac-SIG] PyObjC tutorial without Xcode

2008-07-19 Thread Orestis Markou
I don't see why you don't want to use XCode. You can use an external editor for python files (I use MacVim), and let XCode manage the building and packaging. You don't have to use Obj-C (although you can't really use PyObjC without understanding Obj-C). The bundled examples should work ou

Re: [Pythonmac-SIG] PyObjC tutorial without Xcode

2008-07-19 Thread Craig Marshall
Hi all again, > Below my signature is a sample script demonstrating a really minimal use of > pyobjc. This is meant to be run from the command line, and uses the BTop2 > framework from Perfectly Scientific. You can download that framework for > free, but it won't do much if you don't have the ha