10 Apr
2009
10 Apr
'09
4:14 p.m.
I made sure it ends with .pyd. I have no idea which the problem is. But I get a different error than when I try to load a module that does not exist. My error is: ImportError: DLL Load failed. It's not the same as when you try to import a nonexistent module
Does your module's name end with .dll or with .pyd?
From "What's New in Python 2.5": http://www.python.org/doc/2.5.4/whatsnew/ports.html#SECTION00015100000000000...
"Windows: .dll is no longer supported as a filename extension for extension modules. .pyd is now the only filename extension that will be searched for." _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users