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] 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

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] Python documentation in PythonIDE--for Lee Cullens

2005-04-04 Thread Robert Kern
Lee Cullens wrote: On Apr 5, 2005, at 1:01 AM, Robert Kern wrote: Lee Cullens wrote: I try not to get too far off on a tangent, but little things like this are good learning exercises and you have shortened the time it will take me to get through it. Allow me to shorten it further: Look in Mac

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

2005-04-04 Thread Lee Cullens
On Apr 5, 2005, at 1:01 AM, Robert Kern wrote: Lee Cullens wrote: I try not to get too far off on a tangent, but little things like this are good learning exercises and you have shortened the time it will take me to get through it. Allow me to shorten it further: Look in Mac/OSX/Doc of the sour

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

2005-04-04 Thread Roger Binns
http://developer.apple.com/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/user_help_intro/chapter_1_section_1.html Basically, you need to add some tags to the index page, run Apple's help indexing tool over the help directory, and put it in the right place in the app bundle. I've packa

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

2005-04-04 Thread Lee Cullens
On Apr 4, 2005, at 11:46 PM, Kevin Walzer wrote: Lee, If the code to actually look for the Python documentation is already in PythonIDE (even as a hack), then it sounds like the only thing that's missing is the documentation itself. That is what I tried to say and I'm glad you understood it. Someon