Re: [Pythonmac-SIG] Python documentation in PythonIDE--for Lee Cullens

2005-04-06 Thread Chris Barker
Bob Ippolito wrote: Isn't Wing built with QT? If so, are they working on a native version? No, and I doubt it. % macho_find WingIDE.app ... WingIDE.app/Contents/MacOS/bin/gtk-bin/lib/libgtk-x11-2.0.0.200.4.dylib Well, that explains the X dependence! maybe GTK will really become a cross platform to

RE: [Pythonmac-SIG] IDE recommendation

2005-04-06 Thread Henning.Ramm
Does anyone have experience with jEdit? (www.jedit.org) It's an GPL'ed all purpose editor written in Java that claims to also support Python. I had no time to test it yet besides that it runs on MacOS X, but it's extremely configurable and enhanceable (plugins, macros etc.). Best regards, Henning

Re: [Pythonmac-SIG] Python documentation in PythonIDE--for Lee Cullens

2005-04-06 Thread Bob Ippolito
On Apr 6, 2005, at 11:01 PM, Chris Barker wrote: Charles Hartman wrote: Welcome to the Wing bandwagon (??). I like it a whole lot. It works a little more easily on Windows (which I use only to build distributables) than on Mac (where I use it all the time), because of the X11 layer on Mac; Isn't

Re: [Pythonmac-SIG] Python documentation in PythonIDE--for Lee Cullens

2005-04-06 Thread Chris Barker
Charles Hartman wrote: Welcome to the Wing bandwagon (??). I like it a whole lot. It works a little more easily on Windows (which I use only to build distributables) than on Mac (where I use it all the time), because of the X11 layer on Mac; Isn't Wing built with QT? If so, are they working on

Re: [Pythonmac-SIG] Python documentation in PythonIDE--for Lee Cullens

2005-04-06 Thread Lee Cullens
Thanks Charles, Yes, I had saved Russell's post. I'll be getting Wing in a few days (I use my monthly SS deposit to pay for my toys :~) I wasted a month fighting with a sleazy Apple reseller, then went to Apple.com to order my G5, so by the time I got it installed Feb. was almost over. Since

[Pythonmac-SIG] Problem during installing MySQL module in Python

2005-04-06 Thread Peter Fraterdeus
Hello! Did you ever resolve this problem with MySQLda? At the end of the installation, had received the following message _mysql.c: In function `_mysql_ConnectionObject_shutdown': _mysql.c:1545: error: too few arguments to function `mysql_shutdown' error: command 'gcc' failed with exit status

Re: [Pythonmac-SIG] Python documentation in PythonIDE--for Lee Cullens

2005-04-06 Thread Charles Hartman
Welcome to the Wing bandwagon (??). I like it a whole lot. It works a little more easily on Windows (which I use only to build distributables) than on Mac (where I use it all the time), because of the X11 layer on Mac; but it works well and has great support. I strongly recommend that you downl

Re: [Pythonmac-SIG] Python documentation in PythonIDE--for Lee Cullens

2005-04-06 Thread Lee Cullens
Just a followup. I thought since I was the one that complained _coupled_ with Bob's mention of not much help in pulling it all together on OS X, that I would see if I was far enough along yet to prepare the needed Help Viewer resource to include in the pythonIDE package. Kevin Walzer gracious

Re: [Pythonmac-SIG] Keymap file for WingIDE

2005-04-06 Thread Charles Hartman
That is really, really helpful. I've been using Custom Key Bindings for this, because my first attempt to make a keymap file didn't work well. This is much cleaner (though it has the temporary disadvantage that Wing has to be restarted for each change in the keymap). I've uncommented the source

Re: [Pythonmac-SIG] Re: IDE recommendation

2005-04-06 Thread Chris Barker
I've become fond of TextMate lately. Does it have incremental search? I really, really love that! -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle,

[Pythonmac-SIG] Keymap file for WingIDE

2005-04-06 Thread Russell E. Owen
I have put up a basic keymap file for WingIDE that makes it look more like a traditional Mac text editor. More could be done, but it handles the basics. See for a link. The file is presently here:

Re: [Pythonmac-SIG] Re: IDE recommendation

2005-04-06 Thread Lee Cullens
Thanks Kevin, I've got bookmarks on it, Pydev and Wing, but for now am using the basics until I "really" need more. Lee C On Apr 6, 2005, at 11:59 AM, Kevin Dangoor wrote: On Mar 31, 2005 2:52 AM, Lee Cullens <[EMAIL PROTECTED]> wrote: TextWrangler is (to me) too much like its big brother - a do-

[Pythonmac-SIG] Re: IDE recommendation

2005-04-06 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Kevin Dangoor <[EMAIL PROTECTED]> wrote: >... > I've become fond of TextMate lately. It's a fairly new editor and is > missing some features, but what it does it does well. It has good > project organization and makes it easy to switch between files in your > proj

Re: [Pythonmac-SIG] Re: IDE recommendation

2005-04-06 Thread Kevin Dangoor
On Mar 31, 2005 2:52 AM, Lee Cullens <[EMAIL PROTECTED]> wrote: > TextWrangler is (to me) too much like its big brother - a do-all > "develop it yourself" sandbox. Great if that's what your into, but a > sidetrack to me. For the moment I'll stick with the simpler > SubEthaEdit which I can even us

Re: [Pythonmac-SIG] bdist_mpkg with C sources

2005-04-06 Thread Jon Peirce
Many thanks Robert and Bob, Looks like it was nothgin more than a duff installation of py2app (sorry). After your messages I got no further until i tried on a fresh installation on a new machine (with the LOVELY macEnthon). You're right - it all works just fine :)) If I work out what was wrong on