[Pythonmac-SIG] pygtk

2005-03-07 Thread altern
hi all i was wondering if it is possible to use pyGTK to program crossplarform python apps. I have been it checking, downloaded the installer from pygtk website but i cannot compile it so far. I have been trying to install it with packman but i cannot see it. I want it to create a opengl

Re: [Pythonmac-SIG] pygtk

2005-03-07 Thread Piet van Oostrum
altern [EMAIL PROTECTED] (E) wrote: E hi all E i was wondering if it is possible to use pyGTK to program crossplarform E python apps. I have been it checking, downloaded the installer from pygtk E website but i cannot compile it so far. I have been trying to install it E with packman but i

Re: [Pythonmac-SIG] pygtk

2005-03-07 Thread Bob Ippolito
On Mar 7, 2005, at 5:11, Piet van Oostrum wrote: altern [EMAIL PROTECTED] (E) wrote: E hi all E i was wondering if it is possible to use pyGTK to program crossplarform E python apps. I have been it checking, downloaded the installer from pygtk E website but i cannot compile it so far. I have

[Pythonmac-SIG] Tcl/Tk Aqua

2005-03-07 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lou, TkAqua is a separate installation that is available from this URL: http://tcltkaqua.sourceforge.net You'll find the current version (8.4.9) there. The tkinter binary that is installed by PackMan is just a thin wrapper over those frameworks. I've

Re: [Pythonmac-SIG] Tcl/Tk Aqua

2005-03-07 Thread Bob Ippolito
On Mar 7, 2005, at 8:28, Kevin Walzer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lou, TkAqua is a separate installation that is available from this URL: http://tcltkaqua.sourceforge.net You'll find the current version (8.4.9) there. The tkinter binary that is installed by PackMan is just

Re: [Pythonmac-SIG] Tcl/Tk Aqua

2005-03-07 Thread Bob Ippolito
On Mar 7, 2005, at 9:44, Kevin Walzer wrote: Bob Ippolito wrote: | | | What you don't see is the stupid messages I get off-list because the | PackMan UI sucks and confuses people. I'm tempted to just take it down | entirely so I don't have to see these messages (I have removed | references to

Re: [Pythonmac-SIG] pygtk

2005-03-07 Thread Truls A. Tangstad
On Mon, Mar 07, 2005 at 06:35:07AM -0500, Bob Ippolito wrote: On Mar 7, 2005, at 5:11, Piet van Oostrum wrote: [EMAIL PROTECTED] wrote: hi all i was wondering if it is possible to use pyGTK to program crossplarform python apps. I have been it checking, downloaded the installer from

Re: [Pythonmac-SIG] Tcl/Tk Aqua

2005-03-07 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: | | | Doesn't an IDLE applet come with the add-ons? | | IDLE is useful as an interactive interpreter because it's (in my | experience) the only one that actually does it right by running the | sub-interpreters out of process. I

[Pythonmac-SIG] PackageMaker and bdist_mpkg

2005-03-07 Thread Charles Moad
I am trying to make a mpkg using PackageMaker that includes a combination of frameworks wrapped as pkg's, and bdist_mpkg outputs. Each of these pkg's work fine when installed separately, but die when I try running the resulting mpkg. One machine gave me a horribly long stack trace that I

Re: [Pythonmac-SIG] PackageMaker and bdist_mpkg

2005-03-07 Thread Bob Ippolito
On Mar 7, 2005, at 11:02 AM, Charles Moad wrote: I am trying to make a mpkg using PackageMaker that includes a combination of frameworks wrapped as pkg's, and bdist_mpkg outputs. Each of these pkg's work fine when installed separately, but die when I try running the resulting mpkg. One

Re: [Pythonmac-SIG] PackageMaker and bdist_mpkg

2005-03-07 Thread Charles Moad
Sounds like that is probably it. So I should manually copy the packages into the mpkg? What would be a simple python script to make bdist_mpkg do that given a list of pkgs. Thanks again, Bob Ippolito wrote: On Mar 7, 2005, at 11:20 AM, Bob Ippolito wrote: On Mar 7, 2005, at 11:02 AM, Charles

Re: [Pythonmac-SIG] PackageMaker and bdist_mpkg

2005-03-07 Thread Bob Ippolito
bdist_mpkg can't do this simply yet. It's not designed as a general package creation tool, it's designed to do what it does and little else. As I said, by default, PackageMaker creates mpkgs that use .. as the path, so you need to manually copy the packages *next to* the mpkg. Not inside.

Re: [Pythonmac-SIG] Using Matplotlib interactive/GUI - How to?

2005-03-07 Thread Chris Barker
Charles Moad wrote: I don't think this file is ever explicitly made for you. You can download a sample from his website, http://matplotlib.sourceforge.net/.matplotlibrc. Download this and put it in your home dir. Yes, there is one there by default:

[Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-07 Thread Florian Munz
Hi, I'm currently trying to use the UKKQueue class to monitor file changes from my PyObjC application. After some fiddling I got the basics working, but encountered some problems and questions: * What is the minimal way to include such an ObjC wrapper class with py2app? I am using the setup.py

Re: [Pythonmac-SIG] Re: Binary Matplotlib package, working. Need to keep script running after plotting.

2005-03-07 Thread Louis Pecora
Chris Barker wrote: Louis Pecora wrote: You pretty much got it. OK. I've enclosed a little script that demonstrates calling up some stock dialogs in a script with wxPython. really the only trick is that you need to initialize an app first. Look through the wx docs to see what standard dialogs

Re: [Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-07 Thread Bob Ippolito
On Mar 7, 2005, at 5:11 PM, Florian Munz wrote: Hi, I'm currently trying to use the UKKQueue class to monitor file changes from my PyObjC application. After some fiddling I got the basics working, but encountered some problems and questions: * What is the minimal way to include such an ObjC