[IronPython] .exe is not pre-compiled
Curt Hagenlocher
curt at hagenlocher.org
Sun May 3 18:00:52 CEST 2009
On Fri, May 1, 2009 at 9:12 PM, Vadim Khaskel <vkhaskel at hotmail.com> wrote:
> I'm trying to import C-python module and getting the following ecxeption:
>
> C:\Documents and Settings\vkhask\My Documents\IronPython
> Studio\pygnu\pygnu\bin\Debug\pygnu.exe is not pre-compiled module; try again
> after deleting it.
If this is a Python extension written in C, then you might be able to
use it with the Ironclad project ( http://code.google.com/p/ironclad/
). IronPython itself doesn't support loading C extensions directly.
--
Curt Hagenlocher
curt at hagenlocher.org
More information about the Ironpython-users
mailing list