[Pythonmac-SIG] not mac related but OLPC

2007-03-30 Thread Nehemiah Dacres
I just wanted to tell you all about the One Laptop per Child Program in case any of you are interested in programming on a non mac and haven't heard of this yet. It is mostly programmed in python and most of the information is at laptop.org -- "lalalalala! it's not broken because I can use it"

Re: [Pythonmac-SIG] Macintosh modules/Carbon/documentation

2007-03-30 Thread Dethe Elza
On 30-Mar-07, at 4:49 PM, Jack Jansen wrote: > Carbon itself should be fine. It is indeed undocumented within the > Python documentation, but the transformation from the official > Apple C documentation is pretty clear (I think). Is there anywhere that this mapping is specified? I've always

Re: [Pythonmac-SIG] Macintosh modules/Carbon/documentation

2007-03-30 Thread Jack Jansen
On 30-Mar-2007, at 22:55 , Kevin Walzer wrote: Looking at the "Macintosh Library" documentation that ships with 2.5, I see a lot of outdated stuff: references to the old PythonIDE, PackageManager, and so on. What is the process for updating these docs, submitting a bug report, etc.? Also

[Pythonmac-SIG] Macintosh modules/Carbon/documentation

2007-03-30 Thread Kevin Walzer
Looking at the "Macintosh Library" documentation that ships with 2.5, I see a lot of outdated stuff: references to the old PythonIDE, PackageManager, and so on. What is the process for updating these docs, submitting a bug report, etc.? Also, there appears to be a lot of modules in the "Macinto

Re: [Pythonmac-SIG] MacPython wiki "moved" to Python wiki - now it's your turn...

2007-03-30 Thread skip
Kevin> I was just looking at the new MacPython pages at the Python Kevin> wiki--it appears nothing has been done with them since Skip moved Kevin> them over. I'm thinking this is a terrific opportunity to bring Kevin> them up to date: would anyone mind if I got started? A lot of

Re: [Pythonmac-SIG] MacPython wiki "moved" to Python wiki - now it's your turn...

2007-03-30 Thread Kevin Walzer
[EMAIL PROTECTED] wrote: > After much wailing and gnashing of teeth the past couple of days, I managed > to move (most of?) the content from the MacPython wiki to the main Python > wiki (*). All pages were created as subpages of > > http://wiki.python.or/moin/MacPython > > The motivation for

Re: [Pythonmac-SIG] Interesting use of Python and Django on the Mac

2007-03-30 Thread Uche Ogbuji
Jan Erik Moström wrote: > Reply to has <[EMAIL PROTECTED]> 07-03-30 12:30: > > >> Not sure it's what you're looking for, but are you aware of >> MoinX (http://moinx.antbear.org)? It's a Twisted-based wiki >> packaged as a standalone OS X app. Source is also available. >> > > Yep, but fr

Re: [Pythonmac-SIG] Interesting use of Python and Django on the Mac

2007-03-30 Thread Jan Erik Moström
Reply to has <[EMAIL PROTECTED]> 07-03-30 12:30: >Not sure it's what you're looking for, but are you aware of >MoinX (http://moinx.antbear.org)? It's a Twisted-based wiki >packaged as a standalone OS X app. Source is also available. Yep, but from what I understand it's would be the same as I

Re: [Pythonmac-SIG] Interesting use of Python and Django on the Mac

2007-03-30 Thread has
Jan Erik Moström wrote: > personally what I've been missing is a wiki that can be used both > off-line locally and on-line on a server. Not sure it's what you're looking for, but are you aware of MoinX (http://moinx.antbear.org)? It's a Twisted-based wiki packaged as a standalone OS X app.

Re: [Pythonmac-SIG] Interesting use of Python and Django on the Mac

2007-03-30 Thread Jan Erik Moström
Reply to Tom Weir <[EMAIL PROTECTED]> 07-03-29 14:40: >What I would love to see is a Python framework that integrates >with Django, enables PyObjC apps to use Django models for data >storage, with sync to a remote DB . I.e. the data is stored >both locally and remotely, with sync between the