On Tue, Feb 01, 2011, Tefnet Developers wrote:
>
> $ make pytest.exe
> i586-mingw32msvc-gcc -I./include -I./include/python -Wall -pedantic
> -std=c99    -c -o pytest.o pytest.c
> i586-mingw32msvc-gcc -L./lib -o pytest.exe pytest.o -lmingw32 -lpython26
> rm pytest.o
> 
> The output looks like this:
> 
> C:\>pytest
> Traceback (most recent call last):
>   File "<string>", line 3, in <module>
>   File "C:\Python26\lib\site-packages\win32\lib\pywintypes.py", line
> 124, in <module>
>     __import_pywin32_system_module__("pywintypes", globals())
>   File "C:\Python26\lib\site-packages\win32\lib\pywintypes.py", line 64,
> in __import_pywin32_system_module__
>     import _win32sysloader
> ImportError: DLL load failed: The specified module could not be found

What happens if you use VC++ 2008 Express?  (Yes, that "should" not
change anything, but I've seen people report all kinds of weird problems
with mingw.)
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Programming language design is not a rational science. Most reasoning
about it is at best rationalization of gut feelings, and at worst plain
wrong."  --GvR, python-ideas, 2009-03-01
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to