Jean-Baptiste PERIN wrote:
Hi,

I'm trying to make a windows dll reachable from a python script .. and I'm encountering troubles during link step ..

I use "lcc" to compile and link
I use python 2.3 under win XP

Note that MinGW32 is a tested path for building (free) C extensions. I don't know if anyone has a tested way of using lcc.

With MinGW32, your build step will be the delightfully easy:

    python setup.py build --compiler=mingw32

--Scott David Daniels
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to