This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alessandro Rosa
Recipients Alessandro Rosa, ned.deily, ronaldoussoren
Date 2015-07-05.20:48:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436129307.64.0.192936457067.issue24570@psf.upfronthosting.co.za>
In-reply-to
Content
I recently upgraded to Python 2.7.10 on my MacOSX Yosemite computer. I also added a Python 3.4.3 installation. At the time I upgraded Tcl/Tk with ActiveTcl 8.5.18 as was suggested on the Python for MacOSX installation page.

At this point, Autocomplete and Call Tips stopped popping up. I checked the preferences and it seemed to be turned on. The delay was set to 2000, so I changed that to 2, but nothing happened. Pressing <ctrl>-Spacebar and then using the down arrow key lets me cycle through the the available functions, but putting a dot after an object has no effect, and if I open parentheses, I get no tips. This is both in the IDLE Shell and Editor windows.

I tried to redo everything by deleting all instances of Python from my drive. I reinstalled them, reloaded all packages, and Autocomplete and call tips still are not popping up. Is there any known issues or is there a workaround? Do I possibly need to add or change the new Tk path somewhere so that IDLE can find what it needs to popup autocomplete? Is there a way that I can initiate IDLE Autocomplete and Call Tips during the coding session to manually get them to work?

I am somewhat new to Python, and I often rely on the autocomplete tips to remind me of what I need to do or what methods are available for an object. I really like IDLE but it is hard for me to use without this functionality. Any help would be greatly appreciated.

Thank you,
History
Date User Action Args
2015-07-05 20:48:27Alessandro Rosasetrecipients: + Alessandro Rosa, ronaldoussoren, ned.deily
2015-07-05 20:48:27Alessandro Rosasetmessageid: <1436129307.64.0.192936457067.issue24570@psf.upfronthosting.co.za>
2015-07-05 20:48:27Alessandro Rosalinkissue24570 messages
2015-07-05 20:48:27Alessandro Rosacreate