Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-15 Thread Ken Mankoff
byu.edu Phone: +1-801-805-1615 Web/Blog: http://warp.byu.edu/ On Dec 15, 2008, at 07:53, Ken Mankoff wrote: On Mon, 15 Dec 2008, Nicholas Cole wrote: On Sun, Dec 14, 2008 at 4:36 PM, Kevin Walzer wrote: I'm curious who maintains the Mac builds of Python these days. It's not hard t

Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-15 Thread Ken Mankoff
On Mon, 15 Dec 2008, Nicholas Cole wrote: On Sun, Dec 14, 2008 at 4:36 PM, Kevin Walzer wrote: I'm curious who maintains the Mac builds of Python these days. It's not hard to build from source, of course, and that's what I do...but the binary installer is convenient for many people. I wan

Re: [Pythonmac-SIG] IDE that doesn't look awful?

2008-10-20 Thread Ken Mankoff
On Mon, 20 Oct 2008, Joe Strout wrote: I hadn't heard of Aquamacs, but even so, I remember Emacs from my college days, and I'm pretty sure it's not what I'm looking for. It probably isn't what you want, but it has changed since most peoples college days. It does have a UI now. For reference, m

Re: [Pythonmac-SIG] Import Error / Library Version

2008-10-11 Thread Ken Mankoff
On Thu, 9 Oct 2008, Ken Mankoff wrote: Hi PythonMac-SIG, I posted this on the wxpython-mac list (sorry for dupe) but was not able to solve the issue, so I'm trying here. I've succeeded in getting a python script running on 10.5 intel and then transferred and running on 10.4 ppc

[Pythonmac-SIG] Import Error / Library Version

2008-10-09 Thread Ken Mankoff
Hi PythonMac-SIG, I posted this on the wxpython-mac list (sorry for dupe) but was not able to solve the issue, so I'm trying here. I've succeeded in getting a python script running on 10.5 intel and then transferred and running on 10.4 ppc via py2app thanks to a recent thread in this group.

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Ken Mankoff
OK I got the "Hello World" developed on 10.5 intel working on 10.4 PPC. On Mon, 6 Oct 2008, Christopher Barker wrote: Why compile yourself? Why not put in the standard place? (/Library/Frameworks...) Stubborn unixy-ness and a desire to keep things clean and separate so I can easily clean i

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Ken Mankoff
On Mon, 6 Oct 2008, Christopher Barker wrote: Ken Mankoff wrote: I've cleaned out everything and will skip wxWidgets for now. I have the following python script. Is this the type of little app you refer to? #!/opt/python/2.5.2/bin/python def main(): print 'Hello World

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Ken Mankoff
Hi Chris On Fri, 3 Oct 2008, Christopher Barker wrote: Ken Mankoff wrote: I'm trying to get a Hello World application in wxWidgets as a stand-alone app running on multiple machines via py2app. Just so you know -- you are staying into a lot of new territory here. I don't think

[Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-03 Thread Ken Mankoff
Hi PythonMac List, I'm new to python and wxPython/wxWidgets and this whole development environment, and I'm having some trouble I hope you all can help with. I'm trying to get a Hello World application in wxWidgets as a stand-alone app running on multiple machines via py2app. The second mac