<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> <BR>Seem when I run a module I created with<BR>import sys<BR>sys.path.append("d:\modules")<BR> <BR>import myMod<BR> <BR>it works great.... in 2.7<BR>but in 3.3 it doesn't <BR> <BR>I get an error in 3.3:<BR>import myMod<br>ImportError: No module named 'myMod'<BR> <BR>I have tried it with append("d:\\modules") append("d:/\modules")<BR> <BR>Anyone help please?<BR> <BR>Thanks<BR> <BR> <BR> <BR> <BR>p.s. Apologies for poor etiquette so far as have been double posting and replying direct to replies. Will try and stop making these mistakes. <BR> </div></body>
</html>