[Pythonmac-SIG] ANN: Spe for OS X available

2005-01-05 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stani's Python Editor (Spe) is a Python IDE built on the wxPython toolkit. It features auto-indentation, auto completion, call tips, syntax coloring, syntax highlighting, class explorer, source index, auto to-do list, sticky notes, integrated Pycrust sh

[Pythonmac-SIG] applicationShouldHandleReopen_ (what i must put into it???)

2005-01-05 Thread whamoo
hello to all, I want use this method for reopen my app if the user close it (it isn't a document based application), the event works, when my app is closed and i click on the dock, i can run the code inside this function: def applicationShouldHandleReopen_hasVisibleWindows_(self, controller

Re: [Pythonmac-SIG] [May be OT] A question about creating a nib (cocoa specific)

2005-01-05 Thread whamoo
On 05/gen/05, at 12:46, Ronald Oussoren wrote: When I create application with cocoa and python, also using the tutorial on the pyobjc site, when i it cmd-w or click on the reb x button my application disappear but don't quit, the most of macosx application like itunes, ical, ecc... when you clic

Re: [Pythonmac-SIG] [May be OT] A question about creating a nib (cocoa specific)

2005-01-05 Thread Ronald Oussoren
On 5-jan-05, at 11:33, whamoo wrote: Hello, When I create application with cocoa and python, also using the tutorial on the pyobjc site, when i it cmd-w or click on the reb x button my application disappear but don't quit, the most of macosx application like itunes, ical, ecc... when you click o

Re: [Pythonmac-SIG] Problems with matplotlib

2005-01-05 Thread Larry Meyn
Michael, Thanks for taking the time to reply to my question. You are the second person to suggest completely removing the old libraries and re-installing, which in fact was the needed solution to the problem. As for your suggestion to use fink, it is something that I have been avoiding as i

Re: [Pythonmac-SIG] Problems with matplotlib

2005-01-05 Thread Michael Twomey
(forgot to reply to list) Hi, I'm guessing that you've wound up with a mix of a newer matplotlib py files and older matplotlib .so extensions, since polar stuff is a relatively new part of matplotlib AFAIK. Try completely removing /Library/Python/matplotlib/ and re-installing. As an alternative

[Pythonmac-SIG] [May be OT] A question about creating a nib (cocoa specific)

2005-01-05 Thread whamoo
Hello, When I create application with cocoa and python, also using the tutorial on the pyobjc site, when i it cmd-w or click on the reb x button my application disappear but don't quit, the most of macosx application like itunes, ical, ecc... when you click on the dock icon redisplay the graphi

Re: [Pythonmac-SIG] Some question about pyobjc and creating nib based application...

2005-01-05 Thread whamoo
On 05/gen/05, at 03:55, Bob Ippolito wrote: This is not a bug in the integration, and it *is* an indentation error. You are mixing spaces and tabs. Don't do that. Turn tabs off in Xcode. I guess we should document this somewhere. Oh yeah, turning off tab works =) Thanks a lot, xcode is a grea