[Pythonmac-SIG] Banishing MacPython Dock Icon

2005-02-26 Thread Nick Matsakis
One of the negatives of running appscripts to script apps is that MacPython icon appearing in the dock. Not only is it useless, since you can't interact with the app skeleton with the GUI, but it also slows the launch of scripts. I've managed to banish that icon by editing the Info.plist file of

Re: [Pythonmac-SIG] Banishing MacPython Dock Icon

2005-02-26 Thread Bob Ippolito
On Feb 26, 2005, at 2:09 PM, Nick Matsakis wrote: One of the negatives of running appscripts to script apps is that MacPython icon appearing in the dock. Not only is it useless, since you can't interact with the app skeleton with the GUI, but it also slows the launch of scripts. It's only useles

[Pythonmac-SIG] SciPy installer for Panther Python, anyone?

2005-02-26 Thread Just van Rossum
I'd like to quickly evaluate SciPy for a project, but I can't seem to find a binary distribution for 10.3's Python anywhere. Am I not looking hard enough? Tried to build from the source but the amount of dependencies for building it makes this not a viable option right now. Just __

Re: [Pythonmac-SIG] SciPy installer for Panther Python, anyone?

2005-02-26 Thread Bob Ippolito
On Feb 26, 2005, at 3:47 PM, Just van Rossum wrote: I'd like to quickly evaluate SciPy for a project, but I can't seem to find a binary distribution for 10.3's Python anywhere. Am I not looking hard enough? Tried to build from the source but the amount of dependencies for building it makes this not

Re: [Pythonmac-SIG] Banishing MacPython Dock Icon

2005-02-26 Thread Nick Matsakis
On Sat, 26 Feb 2005, Bob Ippolito wrote: > It's definitely a disservice. It is used any time that pythonw is > used. If you set LSUIElement to 1, then you can't run applications > with a menu bar from pythonw. wxPython, pygame, Tkinter, Carbon, etc. > scripts should all have a problem with thi

[Pythonmac-SIG] bus error using PyQt

2005-02-26 Thread Timothy Grant
I"m using PyQt on OSX 10.3.8. and everytime my app exits I get a bus error. I've noticed several people have seen the error, but have not yet run into a solution I understood. Can anyone explain how to resolve the issue to an OSX newbie? Thank you. -- Stand Fast, tjg.