Re: [Pythonmac-SIG] py2app question

2005-05-02 Thread konrad . hinsen
On Apr 29, 2005, at 22:36, Bob Ippolito wrote: > Sounds like you did something really weird. The executable shouldn't > be named starsgui.app?! You're going to have to post more about what > you're doing (i.e. at > Just out of curiosity: what is the function of this executable that py2app cre

Re: [Pythonmac-SIG] py2app question

2005-05-02 Thread Bob Ippolito
On May 2, 2005, at 6:34 AM, [EMAIL PROTECTED] wrote: > On Apr 29, 2005, at 22:36, Bob Ippolito wrote: > > >> Sounds like you did something really weird. The executable shouldn't >> be named starsgui.app?! You're going to have to post more about what >> you're doing (i.e. at >> >> > Just out of

[Pythonmac-SIG] Tkinter problems

2005-05-02 Thread Chris Fonnesbeck
I am attempting to get Tkinter working on a new Powerbook, but seem unable to do so (works fine on my old 'book). I have installed the Panther add-ons and TclTkAqua (Batteries included). However, nothing involving Tcltk seems to work. Idle dies: Traceback (most recent call last): File "/System/L

Re: [Pythonmac-SIG] Tkinter problems

2005-05-02 Thread Bob Ippolito
On May 2, 2005, at 12:49 PM, Chris Fonnesbeck wrote: > I am attempting to get Tkinter working on a new Powerbook, but seem > unable to do so (works fine on my old 'book). I have installed the > Panther add-ons and TclTkAqua (Batteries included). However, nothing > involving Tcltk seems to work. I

[Pythonmac-SIG] Distinguishing between Aqua Tk and X11 Tk

2005-05-02 Thread konrad . hinsen
Is there a reliable method to find out at runtime if Tkinter uses Aqua Tk or X11 Tk? I need this to define keyboard shortcuts, they use "Command" with Aqua, but since X11 Tk doesn't seem to support this, they will need "Control" in that case. Konrad. -- -

Re: [Pythonmac-SIG] Package installation

2005-05-02 Thread Frederick C. Lee
Greetings all... I'm a Python neophyte and am trying to run packages on the Mac (now 'Tiger'). Structurally, Potentially Python is a great scripting software and great for modeling systems being developed into Cocoa/Obj-C. What struck me as a big problem on the OS X is the lac

Re: [Pythonmac-SIG] Package installation

2005-05-02 Thread Bob Ippolito
On May 2, 2005, at 2:01 PM, Frederick C. Lee wrote: Greetings all... I'm a Python neophyte and am trying to run packages on the Mac (now 'Tiger'). Structurally, Potentially Python is a great scripting software and great for modeling systems being developed into Cocoa/Obj-C. What struc

Re: [Pythonmac-SIG] Clean Tiger install and Python 2.4.1?

2005-05-02 Thread Lee Cullens
Not being one to jump before I look, I'm waiting on various issues (like DW) before I upgrade to Tiger. Also, since I have alternating external HD duplicates, I have decided a "clean" install would be the most appropriate for going forward. Specific to this list, I will be putting up Bob's Mac

Re: [Pythonmac-SIG] py2app question

2005-05-02 Thread konrad . hinsen
On May 2, 2005, at 14:47, Bob Ippolito wrote: > This is what the executable stub is for, it hasn't changed much since > it was called PyMacApp: > http://mail.python.org/pipermail/pythonmac-sig/2004-March/010475.html Ah, thanks This would make a nice addition to the py2app documentation! Ko

Re: [Pythonmac-SIG] Clean Tiger install and Python 2.4.1?

2005-05-02 Thread Bob Ippolito
On May 2, 2005, at 2:56 PM, Lee Cullens wrote: Not being one to jump before I look, I'm waiting on various issues (like DW) before I upgrade to Tiger. Also, since I have alternating external HD duplicates, I have decided a "clean" install would be the most appropriate for going forward. Specific t

[Pythonmac-SIG] wxPython/Tiger?

2005-05-02 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --snip wxPython ships with Tiger. - -bob - --snip Did I read this right? Apple's shipping wxPython with Tiger? What version? (Just out of curiosity, why would they bundle wxPy and NOT PyObjC?...) - -- Cheers, Kevin Walzer, PhD WordTech Software

Re: [Pythonmac-SIG] wxPython/Tiger?

2005-05-02 Thread Bob Ippolito
On May 2, 2005, at 3:47 PM, Kevin Walzer wrote: > - --snip > wxPython ships with Tiger. > > - -bob > - --snip > > Did I read this right? Apple's shipping wxPython with Tiger? What > version? From : Ships with a "uni

Re: [Pythonmac-SIG] Distinguishing between Aqua Tk and X11 Tk

2005-05-02 Thread Nicholas Riley
On Mon, May 02, 2005 at 07:17:25PM +0200, [EMAIL PROTECTED] wrote: > Is there a reliable method to find out at runtime if Tkinter uses Aqua > Tk or X11 Tk? I need this to define keyboard shortcuts, they use > "Command" with Aqua, but since X11 Tk doesn't seem to support this, > they will need "C

Re: [Pythonmac-SIG] py2app question

2005-05-02 Thread Bob Ippolito
On Apr 29, 2005, at 5:51 PM, Bob Ippolito wrote: > > On Apr 29, 2005, at 5:09 PM, Serge Rey wrote: > > >> On Fri, Apr 29, 2005 at 04:36:15PM -0400, Bob Ippolito wrote: >> >> >>> >>> On Apr 29, 2005, at 4:33 PM, Serge Rey wrote: >>> >>> >>> i'm trying to build a tkinter app using py2app and t

[Pythonmac-SIG] How can python incorporate GNU's readline library?

2005-05-02 Thread Frederick C. Lee
Greetings: I've just installed Tiger (MacOSX 10.4). My current Python version is: [/Users/Ric]python Python 2.3.5 (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin And I also have GNU's readline library via DarwinPorts: [/Users/Ric]port installed

Re: [Pythonmac-SIG] How can python incorporate GNU's readline library?

2005-05-02 Thread Bob Ippolito
On May 2, 2005, at 5:52 PM, Frederick C. Lee wrote: > Greetings: > I've just installed Tiger (MacOSX 10.4). My current Python > version is: > > [/Users/Ric]python > Python 2.3.5 (#1, Mar 20 2005, 20:38:20) > [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin > > And I also have

[Pythonmac-SIG] Staying with system Python in Tiger

2005-05-02 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After digging more deeply into Tiger and finding that Apple has indeed included wxPython 2.5.3 and added the "build applet" tool to the Developer Tools, I've decided to keep my Python packages based on the Apple system Python. This will require fewer d

Re: [Pythonmac-SIG] Staying with system Python in Tiger

2005-05-02 Thread Bill Janssen
> After digging more deeply into Tiger and finding that Apple has indeed > included wxPython 2.5.3 and added the "build applet" tool to the > Developer Tools, I've decided to keep my Python packages based on the > Apple system Python. Thanks. This makes sense to me. Bill

Re: [Pythonmac-SIG] Staying with system Python in Tiger

2005-05-02 Thread Bob Ippolito
On May 2, 2005, at 10:40 PM, Kevin Walzer wrote: > After digging more deeply into Tiger and finding that Apple has indeed > included wxPython 2.5.3 and added the "build applet" tool to the > Developer Tools, I've decided to keep my Python packages based on the > Apple system Python. This will requ