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
 
                                          
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to