M
martijnsteenwijk
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
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