<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi<BR> <BR>In Python 2.7<BR> <BR>If I create my own modules and call them with<BR> <BR>import sys<BR>sys.path.append("d:\modules")<BR> <BR>import myMod<BR> <BR>and use tab to autocomplete I get a list functions.<BR>myMod.    <---- if I tab this I get a list of my functions<BR> <BR>(This only works if I have  ran program at least once, then it seems to have loaded the module and can display its functions)<BR> <BR>But if I use Python 3.3<BR>It does not display the functions using autocomplete<BR> <BR>Anyone know if this is fixable?<BR> <BR>Thanks<BR> <BR>                                           </div></body>
</html>