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

2009-05-04 Thread Christopher Barker
Don McGuire wrote: Is there a way to "compile" the python code and get access to the symbol table from that compiled block? Did anybody ever implement AutoComplete in a editor for Python? You might want to try the pyXIDEs list -- this certainly isn't a Mac-specific question: pyxi...@googleg

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