Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bob Ippolito
On Feb 9, 2005, at 1:50 AM, Roger Binns wrote: Yeah, exactly. There's not even twice as many Windows projects as Mac OS X projects, and far more Linux projects that Windows projects. Note that it didn't include Windows 98 or the generic Win32 category (trying to categorise a project on SourceForg

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Roger Binns
Yeah, exactly. There's not even twice as many Windows projects as Mac OS X projects, and far more Linux projects that Windows projects. Note that it didn't include Windows 98 or the generic Win32 category (trying to categorise a project on SourceForge is a real pain!) It doesn't matter how chea

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Dethe Elza
On 8-Feb-05, at 9:07 PM, Roger Binns wrote: - QT (Unix) - GTK (Unix) - wxWidgets (Windows) - Tk (Unix) - Fltk (Unix) - Fox (Unix) Of course there are also: - Swing (Unix) - Mozilla/XUL Runner (???) - GnuStep (Unix) [This lets you use most of the OS X UI on Unix and Windows] - PyGame (Unix?)

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bob Ippolito
On Feb 9, 2005, at 12:07 AM, Roger Binns wrote: This is a very valid point, but since when has that really mattered to people writing open source software? Windows certainly doesn't seem to have more support from the open source community than anything else. http://sourceforge.net/softwaremap/t

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Roger Binns
This is a very valid point, but since when has that really mattered to people writing open source software? Windows certainly doesn't seem to have more support from the open source community than anything else. http://sourceforge.net/softwaremap/trove_list.php?form_cat=418 As a counter-point, de

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Robert Kern
Chris Barker wrote: I really think we can get a complete set of OS-X friendly packages out for all to use. it's really not all that hard, once you've got the tricks figured out. We'll have a MUCH easier time getting folks to use python on OS-X if we have nice friendly binaries for them to instal

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bill Janssen
> Well, whenever I have to use wxPython, that's how it feels. I > definitely recommend it over Tkinter, pyGTK, and PyQT, though. Hmmm. I like portable applications, so am usually forced to write UIs in Java Swing. But when I do use Python, I prefer PyGTK; I think the toolkit is better designed

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 22:12, Roger Binns wrote: Mac OS X has only been around a few years and there aren't many people working on making it better (though I'm sure there are lots of people using it), so you can't really expect a best of breed solution just yet. There was, and still is to a certain

[Pythonmac-SIG] Re: IDE for wxPython

2005-02-08 Thread Troy Rollins
> If wxPython is the toolkit you settle on, check out Stani's Python > Editor (SPE): it's built with wxPython and is a nice overall package. > The core IDE includes an editor and syntax checker, but it also includes > ~ wxGlade (a GUI designer), Kiki (regular expressions), and some other > goodies.

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Roger Binns
Probably because most of the Python world isn't developing GUI applications (though seems to be a big swing in this direction). As a counterpoint, there are approximately 30,000 downloads of wxPython for each version. wxPython is typically used by developers and the packaged apps are used by the

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Chris Barker
Bob Ippolito wrote: Also, Mac OS X has only been around a few years and there aren't many people working on making it better (though I'm sure there are lots of people using it), so you can't really expect a best of breed solution just yet. True, but frankly, the IDE situation is not that much b

Re: [Pythonmac-SIG] IDE for wxPython

2005-02-08 Thread Charles Hartman
If you try SPE, I'd be very interested to hear your results. It's beautiful, and very extensive. But I have not been able to make it work. (The same has been true for me with wxGlade. It may be my fault, or the fault of my system.) Charles Hartman Professor of English, Poet in Residence http:/

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 7:40 PM, Troy Rollins wrote: On Tue, 8 Feb 2005 17:59:46 -0500, Bob Ippolito <[EMAIL PROTECTED]> wrote: On Feb 8, 2005, at 5:46 PM, Troy Rollins wrote: cohesive toolset. There are thousands of individual parts and pieces, lots of semi-working IDEs and debuggers... Welcome to fre

[Pythonmac-SIG] IDE for wxPython

2005-02-08 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Troy, If wxPython is the toolkit you settle on, check out Stani's Python Editor (SPE): it's built with wxPython and is a nice overall package. The core IDE includes an editor and syntax checker, but it also includes ~ wxGlade (a GUI designer), Kiki (reg

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Troy Rollins
On Tue, 8 Feb 2005 17:59:46 -0500, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Feb 8, 2005, at 5:46 PM, Troy Rollins wrote: > > cohesive toolset. There are thousands of individual parts and pieces, > > lots of semi-working IDEs and debuggers... > > Welcome to free software? Ha. Fair enough.

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 7:09 PM, Chris Barker wrote: Bob Ippolito wrote: 3) A GUI toolkit (wxWidgets?) I'd highly recommend PyObjC if cross-platform isn't an immediate goal. Well, if it's a goal at all, consider other options. Otherwise, Bob is right, even though I've never used it. Well if it's not an

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Chris Barker
Bob Ippolito wrote: Getting you, the Mac user who is familiar with scripting, up and running with - 1) Python There are a number of good books out there. I recommend "Dive Into Python" (in print or on the web) and "Learning Python" 2) An IDE and debugger (Xcode?) Don't be too dismayed by the lac

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bill Janssen
> I don't know if I > want to tackle this without the "security" of an environment which > includes code colorization (if not completion), a debugger, and > ideally a interactive interpreter tied in for command line testing. I use Emacs for all of this. python-mode.el works well for colorization,

Re: [Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 5:46 PM, Troy Rollins wrote: I'm a developer who primarily works with higher level languages, and integrated tools. Director, REALbasic, Revolution. I've done plenty of advanced scripting with those tools, and am trying to move into Python for the open-source benefits, among othe

[Pythonmac-SIG] Mac User Python newbies

2005-02-08 Thread Troy Rollins
I'm a developer who primarily works with higher level languages, and integrated tools. Director, REALbasic, Revolution. I've done plenty of advanced scripting with those tools, and am trying to move into Python for the open-source benefits, among other things. I've just ordered several books which

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Skip Montanaro
>> There are several of us that keep a fairly close eye on the >> python.org wiki. If you want, I'm sure the option to move would be >> available. Bob> That works fine for me.. what are the next steps? It would be nice Bob> to have our own "namespace" so that pythonmac.org/w

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 5:01 PM, Chris Barker wrote: Bob Ippolito wrote: Mine is not. I'm going to toss it in favor of a mpkg and/or egg based solution when one is ready. Sounds good to me. I've always thought that you need to make it easy, but not too easy. Years ago, someone hosted a "python on Lin

[Pythonmac-SIG] Re: PIL 1.1.5b3 installer for Mac OS X 10.3

2005-02-08 Thread Fredrik Lundh
Bob Ippolito wrote: > I've put together a Mac OS X 10.3 binary installer for PIL 1.1.5b3 available > here: > http://undefined.org/python/Imaging-1.1.5b3-py2.3-macosx10.3.zip most excellent. thanks! I've included a pointer to your blog entry in the "official" announcement. __

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Chris Barker
Bob Ippolito wrote: Mine is not. I'm going to toss it in favor of a mpkg and/or egg based solution when one is ready. Sounds good to me. I've always thought that you need to make it easy, but not too easy. Years ago, someone hosted a "python on Linux" site, that had nothing but a bunch of rpm o

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 16:41, Skip Montanaro wrote: has> How about merging it into the python.org wiki? Let someone else do has> all the hard work for a change. That thought occurred to me right after I posted my earlier reply. There are several of us that keep a fairly close eye on the pyt

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Skip Montanaro
has> How about merging it into the python.org wiki? Let someone else do has> all the hard work for a change. That thought occurred to me right after I posted my earlier reply. There are several of us that keep a fairly close eye on the python.org wiki. If you want, I'm sure the option t

[Pythonmac-SIG] PIL 1.1.5b3 installer for Mac OS X 10.3

2005-02-08 Thread Bob Ippolito
I've put together a Mac OS X 10.3 binary installer for PIL 1.1.5b3 available here: http://undefined.org/python/Imaging-1.1.5b3-py2.3-macosx10.3.zip Details are here: http://bob.pythonmac.org/archives/2005/02/08/pil-115b3-for-mac-os-x -103/ -bob ___

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Charles Hartman
On Feb 8, 2005, at 2:50 PM, Bob Ippolito wrote: My impression of fink (and darwinports may be different, I'll be checking that out) is that it's kind of an all-or-nothing proposition. If you want a Linux-like system, running in parallel to OS-X, on the same kernel, you'll be quite happy. If you

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 15:22, Skip Montanaro wrote: http://pythonmac.org/wiki/TkAqua Bob> Unfortunately I do.. but I don't really have time to deal with the Bob> spam. It has a defense in that existing pages can't be edited with Bob> too many URLs, but creating new pages lets you use as

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Skip Montanaro
>> http://pythonmac.org/wiki/TkAqua Bob> Unfortunately I do.. but I don't really have time to deal with the Bob> spam. It has a defense in that existing pages can't be edited with Bob> too many URLs, but creating new pages lets you use as many URLs as Bob> you want. I think

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread has
Bob wrote: I'm not sure who maintain the pythonmac wiki, but it's been spammed. What a pain in the *&%*^! Unfortunately I do.. but I don't really have time to deal with the spam. It has a defense in that existing pages can't be edited with too many URLs, but creating new pages lets you use as m

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 12:57, Chris Barker wrote: Bob Ippolito wrote: On 8-feb-05, at 15:51, Brendan Simons wrote: My question: can I use py2app to build a redistributable app that's statically linked to either package manager's libraries? Or do I have to install Fink/DarwinPorts on each of my client

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 14:14, Chris Barker wrote: I'm not sure who maintain the pythonmac wiki, but it's been spammed. What a pain in the *&%*^! for example, see: http://pythonmac.org/wiki/TkAqua Unfortunately I do.. but I don't really have time to deal with the spam. It has a defense in that exist

[Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Chris Barker
Hi all, I'm not sure who maintain the pythonmac wiki, but it's been spammed. What a pain in the *&%*^! for example, see: http://pythonmac.org/wiki/TkAqua -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 vo

[Pythonmac-SIG] [Jython-users] REMINDER: OSCON / Python 13 submissions deadline is Feb. 13th

2005-02-08 Thread Kevin Altis
Don't forget that the deadline for submitting a talk or tutorial for OSCON / Python 13 is Sunday, February 13th. ka --- Kevin Altis [EMAIL PROTECTED] http://altis.pycs.net/ The Call for Proposals has just opened for the 7th Annual O'Reilly Open Source Convention http://conferences.oreillynet.com

[Pythonmac-SIG] REMINDER: OSCON / Python 13 submissions deadline is Feb. 13th

2005-02-08 Thread Kevin Altis
Don't forget that the deadline for submitting a talk or tutorial for OSCON / Python 13 is Sunday, February 13th. ka --- Kevin Altis [EMAIL PROTECTED] http://altis.pycs.net/ The Call for Proposals has just opened for the 7th Annual O'Reilly Open Source Convention http://conferences.oreillynet.com

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Chris Barker
Bob Ippolito wrote: On 8-feb-05, at 15:51, Brendan Simons wrote: My question: can I use py2app to build a redistributable app that's statically linked to either package manager's libraries? Or do I have to install Fink/DarwinPorts on each of my clients' machines? If you are distributing a single

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Bob Ippolito
On Feb 8, 2005, at 10:35, Ronald Oussoren wrote: On 8-feb-05, at 15:51, Brendan Simons wrote: The conversation about Fink & Darwinports has introduced me to linuxy package managers for the first time, and I have to say, this looks much easier than trying to compile libraries and manage dependencies

Re: [Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Ronald Oussoren
On 8-feb-05, at 15:51, Brendan Simons wrote: The conversation about Fink & Darwinports has introduced me to linuxy package managers for the first time, and I have to say, this looks much easier than trying to compile libraries and manage dependencies myself. My question: can I use py2app to build

[Pythonmac-SIG] Fink, DarwinPorts vs py2app

2005-02-08 Thread Brendan Simons
The conversation about Fink & Darwinports has introduced me to linuxy package managers for the first time, and I have to say, this looks much easier than trying to compile libraries and manage dependencies myself. My question: can I use py2app to build a redistributable app that's statically link