On Fri, May 1, 2009 at 9:12 PM, Vadim Khaskel <[email protected]> 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 [email protected] _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
