Re: [Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't have any answers, I'm afraid, but I did reproduce the crash. I wonder if Boa is trying to eval the script in the same process that the interpreter itself is running in. This accounts for IDLE's inability to run GUI code correctly--ditto for Py

Re: [Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-17 Thread Charles Hartman
That's the .dmg dist of Python 2.4.1, and the unicode .dmg dist of wxPython 2.6.0.1. Here are the app and frame Boa built and crashed while trying to run: = #Boa:Frame:Frame1 import wx def create(parent): return Frame1(parent) [wxID_FRAME1] = [wx.NewId() fo

Re: [Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-17 Thread Charles Hartman
Pytyhon 2.4.1, wxPython 2.6.0.1. That's what I run in the shell, and that's what Boa's Shell reports. On Jun 17, 2005, at 8:10 PM, Kevin Walzer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > What version of wxPython/MacPython are you using? It's *very* unstable > under the Apple

Re: [Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What version of wxPython/MacPython are you using? It's *very* unstable under the Apple system Python and wxPython, but has worked fine for me under the latest versions of Py/wxPy. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications

Re: [Pythonmac-SIG] Aquamacs

2005-06-17 Thread Charles Hartman
Forgot to thank you for this run-down. Thanks! I guess it depends -- like too much else -- on what I want. Charles Hartman On Jun 15, 2005, at 10:44 PM, Kevin Walzer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Charles, > > There are indeed various versions of Emacs out there f

Re: [Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-17 Thread Charles Hartman
The new version is very pretty, and very promising. Unfortunately, it crashes. I started the steps in the Help tutorial -- created a folder, made a new app with a frame -- and pressed the Run button, and the program crashed. Tried again, same thing. Charles Hartman On Jun 17, 2005, at 12:06

Re: [Pythonmac-SIG] ActiveState's OS X Python

2005-06-17 Thread Trent Mick
[Bob Ippolito wrote] > Well, there is the license: > > "You may make and give away verbatim copies of this Package for > personal use, or for use within your organization, provided that you > duplicate all of the original copyright notices and associated > disclaimers. You may not distribut

Re: [Pythonmac-SIG] python2.4, bdist_mpkg, matplotlib and data dir.

2005-06-17 Thread Bob Ippolito
On Jun 17, 2005, at 3:39 PM, Chris Barker wrote: > Thanks for being so responsive, Bob. > > Bob Ippolito wrote: > >>> but when I use bdist_mpkg, they get put in: >>> >>> /usr/local/share/share/matplotlib >>> >>> Note the double "share". >>> >> >> That's probably a bug, but it should probably happ

Re: [Pythonmac-SIG] python2.4, bdist_mpkg, matplotlib and data dir.

2005-06-17 Thread Chris Barker
Thanks for being so responsive, Bob. Bob Ippolito wrote: >>but when I use bdist_mpkg, they get put in: >> >>/usr/local/share/share/matplotlib >> >>Note the double "share". > > That's probably a bug, but it should probably happen with Python 2.3 > also. Can you reproduce there? Actually, it se

Re: [Pythonmac-SIG] python2.4, bdist_mpkg, matplotlib and data dir.

2005-06-17 Thread Bob Ippolito
On Jun 17, 2005, at 2:49 PM, Chris Barker wrote: > Hi all (but mostly Bob) > > I'm having trouble with bdist_mpkg and the matplotlib data dir. In > setup.py, data_files is defined as: > > [('share/matplotlib', ['fonts/afm/cmex10.afm', 'fonts/afm/cmmi10.afm', > 'fonts/afm/cmr10.afm', 'fonts/afm/cm

[Pythonmac-SIG] python2.4, bdist_mpkg, matplotlib and data dir.

2005-06-17 Thread Chris Barker
Hi all (but mostly Bob) I'm having trouble with bdist_mpkg and the matplotlib data dir. In setup.py, data_files is defined as: [('share/matplotlib', ['fonts/afm/cmex10.afm', 'fonts/afm/cmmi10.afm', 'fonts/afm/cmr10.afm', 'fonts/afm/cmsy10.afm', 'fonts/afm/cmtt10.afm', 'fonts/afm/pagd8a.afm', '

Re: [Pythonmac-SIG] [wxPython-mac] ANN: Boa Constructor for OS X available

2005-06-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 D'oh! http://www.wordtech-software.com/boa.html Sorry! ebricca wrote: | could you post also the link to download :) | thx | | ernesto | | | Kevin Walzer wrote: | | Boa Constructor is now available for Mac OS X. | | Boa is a cross-platform Python IDE

Re: [Pythonmac-SIG] Where to go for wxPython help & tutorials?

2005-06-17 Thread Piet van Oostrum
> "Chris Barker" <[EMAIL PROTECTED]> (CB) wrote: >CB> One of the tricks is that as an OO library, most of the methods available >CB> for a widget are inherited from superclasses, and thus not documented as >CB> part of that class. The new Python-spcific docs are better in this regard, >CB> but