Hi
 
 
Seem when I run a module I created with
import sys
sys.path.append("d:\modules")
 
import myMod
 
it works great.... in 2.7
but in 3.3 it doesn't 
 
I get an error in 3.3:
import myMod
ImportError: No module named 'myMod'
 
I have tried it with append("d:\\modules") append("d:/\modules")
 
Anyone help please?
 
Thanks
 
 
 
 
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. 
                                          
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to