Hi David,
Thanks for your answer, but I don't think the problem comes from which
Python version I use. I installed the Python from cygwin, but this
didn't change everything.
Finally, I fullfill the PYTHONPATH environment variable to make the
system finding the wx module. It is now able to find it
It sounds like your C program and Python script are running under
different interpreters. Your C program almost certainly is using a
Python version that comes with Cygwin, while the script is probably
using a native win32 Python that has wxPython installed.
Assuming this is true, then compiling yo