|
From: Alan G I. <ai...@am...> - 2005-07-27 20:15:09
|
On Wed, 27 Jul 2005, Daniel Sheltraw apparently wrote:=20
> Is there a way to give the full path within the import=20
> statement (when I try I get a syntax error message)?=20
import sys
sys.path.append("/path/to/myfiles")
import mystuff
hth,
Alan Isaac
|