Re: [Pythonmac-SIG] building pkg installers with py2app

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 15:39, Chris Fonnesbeck wrote: I am trying to make an installer for my MCMC software (PyMC) with py2app, however when I try running bdist_mpkg, I get the following errors: --- I thought MachOGraph was included with py2app. It is, but you have an older macholib and/or bdist_mpkg i

[Pythonmac-SIG] building pkg installers with py2app

2005-02-07 Thread Chris Fonnesbeck
I am trying to make an installer for my MCMC software (PyMC) with py2app, however when I try running bdist_mpkg, I get the following errors: Traceback (most recent call last): File "/usr/local/bin/bdist_mpkg", line 2, in ? from bdist_mpkg.scripts.script_bdist_mpkg import main File "/Syste

{Spam?} Re: [Pythonmac-SIG] Compiling matplotlib on OS-X

2005-02-07 Thread Tom Loredo
Bob wrote: > Anyway, PJE and I are working on the Next Big Thing in Python packages > that will make > this problem go away at some point. Hopefully by March ;) This is good news (though for the PEAK uninitiated like myself the web page is

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 13:04, Skip Montanaro wrote: Not to mention gcc... Bob> I said "... until you install Developer Tools". Mac OS X doesn't Bob> ship stock with gcc. Sorry, I missed that. In any case, even if gcc isn't distributed by default, it's certainly used to build everything, is

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 13:06, Skip Montanaro wrote: mwh> I think bash appeared with 10.3. Or maybe 10.2. It was clearly there in 10.2. That's my shell on my laptop. It wasn't default until 10.3, it may or may not have been in 10.1 or earlier. -bob ___

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Skip Montanaro
mwh> I think bash appeared with 10.3. Or maybe 10.2. It was clearly there in 10.2. That's my shell on my laptop. Skip ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Skip Montanaro
>> Not to mention gcc... Bob> I said "... until you install Developer Tools". Mac OS X doesn't Bob> ship stock with gcc. Sorry, I missed that. In any case, even if gcc isn't distributed by default, it's certainly used to build everything, isn't it? Skip __

Re: [Pythonmac-SIG] pythonw

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 12:12, has wrote: Bob Ippolito wrote: Would it be possible to keep /usr/bin/python as a full-fledged interpreter while adding to it the ability to automatically start a second interpreter at a known location when needed? "when needed" is ambiguous. You don't know you need it u

Re: [Pythonmac-SIG] pythonw

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 12:34, Chris Fonnesbeck wrote: On Sat, 5 Feb 2005 13:35:10 -0500, Bob Ippolito <[EMAIL PROTECTED]> wrote: For running your own scripts and playing around in the terminal, just use pythonw all the time. There is a very slight increase in start-up time, but nothing worth caring ab

Re: [Pythonmac-SIG] pythonw

2005-02-07 Thread Chris Fonnesbeck
On Sat, 5 Feb 2005 13:35:10 -0500, Bob Ippolito <[EMAIL PROTECTED]> wrote: > For running your own scripts and playing around in the terminal, just > use pythonw all the time. There is a very slight increase in start-up > time, but nothing worth caring about. > OK, so if I replace the symbolic l

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Michael Hudson
Bob Ippolito <[EMAIL PROTECTED]> writes: > On Feb 7, 2005, at 12:03, Michael Hudson wrote: > >> Bob Ippolito <[EMAIL PROTECTED]> writes: >> >>> Well, even if apt didn't suck, its license does. Apple stays away >>> from GPL software. I'm pretty sure that there is exactly zero GPL >>> code in Mac

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 12:14, Skip Montanaro wrote: mwh> I think there's a fair bit actually -- gnutar, bash, gnumake... Not to mention gcc... I said "... until you install Developer Tools". Mac OS X doesn't ship stock with gcc. -bob ___ Pythonmac-SI

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Skip Montanaro
mwh> I think there's a fair bit actually -- gnutar, bash, gnumake... Not to mention gcc... Skip ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 12:03, Michael Hudson wrote: Bob Ippolito <[EMAIL PROTECTED]> writes: Well, even if apt didn't suck, its license does. Apple stays away from GPL software. I'm pretty sure that there is exactly zero GPL code in Mac OS X (not Server) until you install Developer Tools. I think the

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Michael Hudson
Bob Ippolito <[EMAIL PROTECTED]> writes: > Well, even if apt didn't suck, its license does. Apple stays away > from GPL software. I'm pretty sure that there is exactly zero GPL > code in Mac OS X (not Server) until you install Developer Tools. I think there's a fair bit actually -- gnutar, bash

Re: [Pythonmac-SIG] Tcl/Tk path problems with py2app

2005-02-07 Thread John Gleeson
On Feb 6, 2005, at 9:31 PM, Bob Ippolito wrote: On Feb 6, 2005, at 11:20 PM, John Gleeson wrote: OS X 10.3.7 w/Apple's python framework py2app 0.1.7 TclTkAquaBI-8.4.9.0.dmg I am trying to use py2app to build a standalone Leo application from the latest release of leo . When I

Re: [Pythonmac-SIG] wxPython/vtk/OpenGL problem

2005-02-07 Thread Bob Ippolito
On Feb 7, 2005, at 7:53, Torsten Sadowski wrote: does anyone have an idea how to debug a (probably) OpenGL problem on Mac OSX? I have the latest wxPython with working PyOpenGL (which is probably not used) and VTK 4.4. When I try to run anything which would give me a 3D output, like pythonw wxVTK

[Pythonmac-SIG] wxPython/vtk/OpenGL problem

2005-02-07 Thread Torsten Sadowski
Hi, does anyone have an idea how to debug a (probably) OpenGL problem on Mac OSX? I have the latest wxPython with working PyOpenGL (which is probably not used) and VTK 4.4. When I try to run anything which would give me a 3D output, like pythonw wxVTKRenderWindow.py, I get nothing. I would suspect