-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
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
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
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
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
(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
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
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