[Pythonmac-SIG] ANN: The Python multiple IDE Collaboration calls for coders

2006-03-10 Thread SPE Stani's Python Editor
.be/polls/mailing - starting mail: http://pyxides.stani.be/wiki/StartingEmail - developers reaction: http://pyxides.stani.be/wiki/AuthorsOfIDEsTools - poll: http://pyxides.stani.be/polls/20060310-firstfocus/PlonePopoll_results2 Stani PS IDLE is the only one which didn't answer my invitation yet,

Re: [Pythonmac-SIG] NSUserDefaults causes crash on MOSXI

2006-03-10 Thread Zachery Bir
[background: So, I tried this again with Ronald's latest Universal build of 2.4.2 and PyObjC from the head of SVN trunk (not using Ben's work). Same crash during NSUerDefaults.standardUserDefaults()] On Mar 1, 2006, at 1:22 PM, Bob Ippolito wrote: > The first thing I would do is take gdb and

Re: [Pythonmac-SIG] dlopenflags and sharing symbols across python extension modules

2006-03-10 Thread Zachary Pincus
> If you come up with a patch for (2) against Python's svn trunk that > is tested and works on 10.2 then I'll commit it. It's not > appropriate to make this sort of change against Python 2.4, > though. *Maybe* for the universal branch that Ronald and I are > doing, because that's also unl

Re: [Pythonmac-SIG] Download page on www.python.org now updated

2006-03-10 Thread has
Hey, > > I notice the MacPython wiki page on python.org > > is showing outdated information - > > might be an idea to redirect it to the new download page or copy over some > > of the new content. > > >> has > >The nifty thing about Wikis is that anyone c

Re: [Pythonmac-SIG] indentation problem

2006-03-10 Thread altern
Stewart Midwinter(e)k dio: >> From: altern <[EMAIL PROTECTED]> >> Subject: [Pythonmac-SIG] indentation problem >> hi all >> >> i have been developing some tutorials with PyOxide and now i find that >> when i open them on Smultron the indentation is wrong. > > I use Smultron as well. What do you m

Re: [Pythonmac-SIG] indentation problem

2006-03-10 Thread Stewart Midwinter
> From: altern <[EMAIL PROTECTED]> > Subject: [Pythonmac-SIG] indentation problem > hi all > > i have been developing some tutorials with PyOxide and now i find that > when i open them on Smultron the indentation is wrong. I use Smultron as well. What do you mean, "the indentation is wrong"? Too

Re: [Pythonmac-SIG] Download page on www.python.org now updated

2006-03-10 Thread Bill Janssen
> Hey, > > I notice the MacPython wiki page on python.org > is showing outdated information - > might be an idea to redirect it to the new download page or copy over some of > the new content. > > has The nifty thing about Wikis is that anyone can edit

Re: [Pythonmac-SIG] indentation problem

2006-03-10 Thread altern
[EMAIL PROTECTED](e)k dio: > > On Mar 10, 2006, at 4:31 AM, altern wrote: > >> hi all >> >> i have been developing some tutorials with PyOxide and now i find that >> when i open them on Smultron the indentation is wrong. Students are vey >> likely to be using Smultron (no need to insatall pyObjC)

Re: [Pythonmac-SIG] indentation problem

2006-03-10 Thread altern
Jan Erik Moström(e)k dio: > altern <[EMAIL PROTECTED]> 2006-03-10 11:31: > >> It tried to fix the indentation in one but there is something wrong >> under the hood because then it complains at end of lines, it says the >> syntax is wrong, and i have to remove the line end, hit return again and

Re: [Pythonmac-SIG] indentation problem

2006-03-10 Thread gandreas
On Mar 10, 2006, at 4:31 AM, altern wrote: > hi all > > i have been developing some tutorials with PyOxide and now i find that > when i open them on Smultron the indentation is wrong. Students are > vey > likely to be using Smultron (no need to insatall pyObjC). > I would strongly recommend s

Re: [Pythonmac-SIG] indentation problem

2006-03-10 Thread Jan Erik Moström
altern <[EMAIL PROTECTED]> 2006-03-10 11:31: > It tried to fix the indentation in one but there is something wrong > under the hood because then it complains at end of lines, it says the > syntax is wrong, and i have to remove the line end, hit return again and > save. This for each line in blo

[Pythonmac-SIG] indentation problem

2006-03-10 Thread altern
hi all i have been developing some tutorials with PyOxide and now i find that when i open them on Smultron the indentation is wrong. Students are vey likely to be using Smultron (no need to insatall pyObjC). It tried to fix the indentation in one but there is something wrong under the hood bec

Re: [Pythonmac-SIG] Python Ref Docs in OSX help format

2006-03-10 Thread Roger Binns
> The hard part is probably to get IDLE to use the help book, although > I haven't looked into this yet. If you ever get his working, please let us know. I have been able to associate a help book with a wxPython application using the APIs in Carbon.AH and everything looked like it worked (no AP