Re: [Pythonmac-SIG] AutoComplete in C++ Editor for Python

2009-05-03 Thread Don McGuire
[email protected] wrote: > >> Hello, >> I am embedding python support in my C++ application and was looking at >> adding "Intellisense" or "AutoComplete" support. >> >> I found a way to do it using the "dir" function, but this creates a >> problem. Here's why. Let's say I have the following code in

[Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-03 Thread Don McGuire
Hi: I am attempting to build an application that uses the built-in Apple Help system to display my html help files. I'm getting a Mac OS Error -50, which corresponds to "Error in user parameter list." Here's what I've done thus far: 1. Info.plist has the following entries: CFBundleHel