<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'>Ok even more strangely it is working in the original location.<BR> <BR>Am now not 100% sure that I have the folder structure correct.<BR> <BR>I will keep a eye on it.<BR> <BR>Thanks<br> <BR><div>To: tutor@python.org<br>From: davea@davea.name<br>Date: Wed, 5 Feb 2014 06:32:46 -0500<br>Subject: Re: [Tutor] sys.path.append import python3 not working<br><br><pre> Ian D <duxbuz@hotmail.com> Wrote in message:<br>><br> <br> <br>> import sys<br>> sys.path.append("d:\modules")<br> <br>> I have tried it with append("d:\\modules") append("d:/\modules")<br> <br>The first form is not reasonable, you'd need to double the<br> backslash. But your second try should have worked.  Here's what I<br> would use:<br> <br>"d:/modules"<br>or perhaps<br>r"d:\modules"<br>"d:\\modules"<br> <br>I would suggest printing sys.path from your code,  just in case.<br> <br>I would then check the actual directory name and module name, <br> especially for case. Windows may not usually care about case, but<br> sometimes it does matter.<br> <br>Finally I'd run the python with the -v switch,  and see what it<br> tells you.<br> <br> <br>-- <br>DaveA<br> <br></pre><br>_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor</div>                                        </div></body>
</html>