[Numpy-discussion] loading Numeric module

Alan G Isaac aisaac at american.edu
Wed Jul 27 13:16:05 EDT 2005


On Wed, 27 Jul 2005, Daniel Sheltraw apparently wrote: 
> Is there a way to give the full path within the import 
> statement (when I try I get a syntax error message)? 

import sys
sys.path.append("/path/to/myfiles")
import mystuff

hth,
Alan Isaac







More information about the NumPy-Discussion mailing list