¡@

Home 

python Programming Glossary: pyc.py

Compiling an IronPython WPF project to exe

http://stackoverflow.com/questions/3999489/compiling-an-ironpython-wpf-project-to-exe

that it's in .exe form. Some edits to clarify I have tried pyc.py but it seems to not acknowledge the fact that my project is.. Edit II It seems that unfortunately the only way is to use pyc.py and pass every single file to it as a parameter. There are two.. There's a maximum of 256 characters in a command. How does pyc.py know to preserve the package folder structure As shown in my..

IronPython: EXE compiled using pyc.py cannot import module “os”

http://stackoverflow.com/questions/6195781/ironpython-exe-compiled-using-pyc-py-cannot-import-module-os

EXE compiled using pyc.py cannot import module &ldquo os&rdquo I have a simple IronPython.. exe I compiled this IronPython script to a EXE using ipy pyc.py main Foo.py target exe Executing Foo.exe gives this error Unhandled..