Re: the problem of import module

2008-03-07 Thread Peter Otten
[EMAIL PROTECTED] wrote: > follow the dive into python > - import sys sys.path sys.path.append('E \achieve\book\diveintopython-pdfzh-cn-5.4b\diveintopythonzh-cn-5.4b\py') > --

the problem of import module

2008-03-06 Thread [EMAIL PROTECTED]
follow the dive into python - >>> import sys >>> sys.path >>> sys.path.append('E:\achieve\book\diveintopython-pdfzh-cn-5.4b\diveintopythonzh-cn-5.4b\py') - I append the fi