Re: [IronPython] .exe is not pre-compiled

2009-05-04 Thread William Reade
Generally, CPython modules have the .pyd extension -- and, in fact, Ironclad will only detect and handle attempts to import .pyd files. So, sadly, it won't help you here. It wouldn't be hard to make Ironclad handle .exe files, but the likelihood of it doing anything useful with them is

Re: [IronPython] .exe is not pre-compiled

2009-05-03 Thread Curt Hagenlocher
On Fri, May 1, 2009 at 9:12 PM, Vadim Khaskel vkhas...@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

[IronPython] .exe is not pre-compiled

2009-05-01 Thread Vadim Khaskel
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. Please let me know what is the work around if you saw something