Ok I seem to be having some success with it at the moment after moving the
location of the module.
From: [email protected]
To: [email protected]
Date: Wed, 5 Feb 2014 11:09:35 +0000
Subject: [Tutor] sys.path.append import python3 not working
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 - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor