[Tutor] my modules idle doesn't list functions python3.3
Ian D
duxbuz at hotmail.com
Wed Feb 5 12:53:01 CET 2014
Hi
In Python 2.7
If I create my own modules and call them with
import sys
sys.path.append("d:\modules")
import myMod
and use tab to autocomplete I get a list functions.
myMod. <---- if I tab this I get a list of my functions
(This only works if I have ran program at least once, then it seems to have loaded the module and can display its functions)
But if I use Python 3.3
It does not display the functions using autocomplete
Anyone know if this is fixable?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140205/000d6d1b/attachment-0001.html>
More information about the Tutor
mailing list