Problem building Python extension

martijnsteenwijk at gmail.com martijnsteenwijk at gmail.com
Fri Feb 13 04:30:48 EST 2009


Hi all,

I'm trying to build my first python extensionon a win32 system. I
followed the description in http://starship.python.net/crew/mwh/toext/your-first-extension.html,
but after running

C:\Python26\python first-setup.py build_ext -i

nothing seems to happen and no file first.pyd is produced.

The result from the cmd is the following:
running build_ext
building `first` extension
error: None

Does anyone have an idea what's going wrong?

Thanks for replies in advance,
Martijn



More information about the Python-list mailing list