RE: [Pythonmac-SIG] PyOXIDE wishes?

2005-04-12 Thread Henning.Ramm
>So if you're looking for features/support, now's the time to ask... Some more information on the homepage would be nice, too. Best regards, Henning Hraban Ramm Südkurier Medienhaus / MediaPro Support/Admin/Development Dept. ___ Pythonmac-SIG maillist

[Pythonmac-SIG] Simple Statusitem example

2005-04-12 Thread Dethe Elza
Here is a very simple example of a statusbar item, requiring no further resources. A real statusitem would probably have a Nib to load a menu and maybe a configuration panel from, icons, etc. begin statusitem.py == import objc from Foundation import * from

[Pythonmac-SIG] Re: Pythonmac-SIG Digest, Vol 24, Issue 23

2005-04-12 Thread Brendan Simons
OK I'll bite The crash-fixes, and out-of-process debugger are by far the most important improvements. I think anything else you accomplish after that is gravy There are some UI issues I'd like cleaned up eventually. For instance: - I have no idea what the IDE console does, and it's a confusi

Re: [Pythonmac-SIG] Hide application icon

2005-04-12 Thread Dethe Elza
I'll try to get that to you tonight then. --Dethe On 12-Apr-05, at 2:11 PM, Bob Ippolito wrote: On Apr 12, 2005, at 1:46 PM, Dethe Elza wrote: On 12-Apr-05, at 12:59 PM, Martina Oefelein wrote: Hi Dethe Elza: I'm writing a statusbar app and don't want an icon to show up in the Dock. What is the

Re: [Pythonmac-SIG] Hide application icon

2005-04-12 Thread Bob Ippolito
On Apr 12, 2005, at 1:46 PM, Dethe Elza wrote: On 12-Apr-05, at 12:59 PM, Martina Oefelein wrote: Hi Dethe Elza: I'm writing a statusbar app and don't want an icon to show up in the Dock. What is the correct way to hide/remove the icon? set LSUIElement to "1" in your info.plist http://developer.

Re: [Pythonmac-SIG] Hide application icon

2005-04-12 Thread Dethe Elza
Thanks! I thought I'd tried that, but my Info.plist wasn't getting picked up. I blew away dist/ and build/ and rebuilt with -P Info.plist and it worked. I'll work up a simple statusbar example for the PyObjC examples if there's any interest. --Dethe On 12-Apr-05, at 12:59 PM, Martina Oefe

Re: [Pythonmac-SIG] Hide application icon

2005-04-12 Thread Martina Oefelein
Hi Dethe Elza: I'm writing a statusbar app and don't want an icon to show up in the Dock. What is the correct way to hide/remove the icon? set LSUIElement to "1" in your info.plist http://developer.apple.com/documentation/MacOSX/Conceptual/ BPRuntimeConfig/Concepts/PListKeys.html#//apple_ref/do

Re: [Pythonmac-SIG] PyOXIDE wishes?

2005-04-12 Thread altern
hi probaly stupid request, but just wanted to say that on my spanish mac i cannot get the [ at all, so i am always copying and pasting from somewhere else. thanks. [EMAIL PROTECTED] wrote: Sometime between now and WWDC, I'm planning on coming out with a major update for PyOXIDE

[Pythonmac-SIG] PyOxide features wish list

2005-04-12 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. py2app support. I believe it still supports bundlebuilder only? 2. Less crashiness. I can make PyOxide blow up consistently by typing # in the interpreter. The stuff I package is somewhat fragile/crashy, but nothing like that. - -- Cheers, Kevin Walz

[Pythonmac-SIG] Hide application icon

2005-04-12 Thread Dethe Elza
HI folks, I'm writing a statusbar app and don't want an icon to show up in the Dock. What is the correct way to hide/remove the icon? --Dethe What dark passions and ancient evils have been held in check by the grim totalitarianism of the profit motive? --Bruce Sterling smime.p7s Description:

[Pythonmac-SIG] webcam snapshot from Python

2005-04-12 Thread Mathieu Lecarme
There is a win32 project http://videocapture.sourceforge.net/ But on Mac Quicktime know how to grab picture from a webcam. HackTV seams to be a nice example for that. How can i take a picture (not a movie) from a webcam with macPython? I wait for QuickTime 7 and i use AppleEvents? M.

Re: [Pythonmac-SIG] PyOXIDE wishes?

2005-04-12 Thread Bob Ippolito
On Apr 12, 2005, at 8:53 AM, [EMAIL PROTECTED] wrote: Sometime between now and WWDC, I'm planning on coming out with a major update for PyOXIDE , and was wondering what sort of functionality others have been hoping for. Right now the list is largely bug fix

Re: [Pythonmac-SIG] MacPython 2.4.1 and GTK+

2005-04-12 Thread Bob Ippolito
On Apr 12, 2005, at 6:27 AM, Lee Cullens wrote: Maybe these old eyes are just missing it, but I can't seem to satisfy my curiosity on the following: 1) Use of GTK+, PyGTK and Gazpacho with Python 2.4 in general 2) GTK+, PyGTK and Gazpacho binaries for Mac OS X in general and more specifically

Re: [Pythonmac-SIG] PyOXIDE wishes?

2005-04-12 Thread Chris Barker
[EMAIL PROTECTED] wrote: Sometime between now and WWDC, I'm planning on coming out with a major update for PyOXIDE Glenn, I'm sure you've seen the recent threads her bemoaning the lack of good tools (particularly open-source ones) for newbies developing with

[Pythonmac-SIG] PyOXIDE wishes?

2005-04-12 Thread gandreas
Sometime between now and WWDC, I'm planning on coming out with a major update for PyOXIDE , and was wondering what sort of functionality others have been hoping for. Right now the list is largely bug fix related: Folding improvements Better tracking of br

Re: [Pythonmac-SIG] Re: ANN: MacEnthon 0.1

2005-04-12 Thread eichin
> Actually, I was wondering how safe it would be to install MacEnthon > if I already had a significant number of these packages installed? You could probably hack the uninstall script to just scan for what's already there, and run it before installing MacEnthon, so you know what it is going to ov

Re: [Pythonmac-SIG] MacPython 2.4.1 and GTK+

2005-04-12 Thread Lee Cullens
Maybe these old eyes are just missing it, but I can't seem to satisfy my curiosity on the following: 1) Use of GTK+, PyGTK and Gazpacho with Python 2.4 in general 2) GTK+, PyGTK and Gazpacho binaries for Mac OS X in general and more specifically for MacPython 2.4.1 3) wxPython vs GTK+ as a s

Re: [Pythonmac-SIG] [ann] MacPythonOSA 0.1.0

2005-04-12 Thread has
Bob wrote: >>>Python over IPC is going to be way faster than AppleScript ever was. >> >>Python+aem's actually a bit slower than AppleScript given most of the data >>conversion and event packing/unpacking is done in Python rather than C. > >Yes, the brokering of messages to and from an application