Re: [Tutor] Unable to import xxx.pyd

2006-05-26 Thread Andreas Kostyrka
Well, xxx.pyd -> dynamic binary python module on Windows. security value "755" suggests that you are trying to install it on a Linux/Unix host. Sorry, but dynamic binary modules on Linux end in ".so" (every Unix treats that a little bit different, HPUX e.g. uses .sl, etc.) And no, you cannot just

[Tutor] Unable to import xxx.pyd

2006-05-25 Thread URBAN LANDREMAN
I'm debugging a program where I'm trying to import a file named xxx.pyd. I test the logic interactively with IDLE and see that it makes a difference on which directory the file xxx.pyd is located. That is, I can get it to work when xxx.pyd is on the path. However, when I run the program in bat