Hey Christoph,
2011/1/12 Christoph Gohlke <cgohlke(a)uci.edu>:
> This subprocess call works for me on Windows:
> status = subprocess.call([sys.executable,
> os.path.join(os.path.dirname(sys.executable), 'Scripts', 'cython.py') ,
> '-o', c_file_new, pyxfile])
I'll add that in - thanks!
> The scikits.image cython code fails to build with the latest Cython version
> because it uses several deprecated modules, e.g.:
>
> from python cimport *
> from stdlib cimport *
>
> I think these things moved to cpython and libc.
I thought I changed most of these; where did you find those?
> Another issue on Windows is that the name of the freeimage library is
> FreeImage.dll, not libfreeimage.dll.
>
> Hope this helps.
Very much, thank you!
Cheers
Stéfan