Hello,
>From previous posts and documentation it seems python should be able
to import a module that is compiled into a .dll just as well as
a .pyd. I have a pyd that works fine, but after renaming it to dll the
import fails. Running python with -vv flag indicates it doesn't
actually look for the
same directory as your script? If not, is it part of
> your pythonpath? If neither are true, then you won't be able to import
> it, regardless of whether it's a good file or not.
>
>
>
> jrh wrote:
> > Hello,
>
> > From previous posts and documentation it s