Re: How can I import a py script by its absolute path name?

2005-07-17 Thread J.Bijsterbosch
Hello James, James Dennett [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] J.Bijsterbosch wrote: [ snip ] and didn't remember Windows uses path names which need special treatment. Hmm, what you call special treatmentg comes from pythons deep underlying C and C++ language

Re: How can I import a py script by its absolute path name?

2005-07-15 Thread J.Bijsterbosch
Hello Edward, Edvard Majakari [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Thorsten Kampe [EMAIL PROTECTED] writes: sys.path.append('c:\\xxx\\yyy') or sys.path.append('c:/xxx/yyy') Well, of course. As I said, it was untested :) I just copied the path string, and didn't