[Ironpython-users] newbie : Building exe from script
Vilibald Wanca
vilibald.wanca at gmail.com
Tue Oct 1 11:44:44 CEST 2013
Hi all,
as a newbie to IronPython and .NET in general I'm trying to build an
executable from a .py scripts using the pyc.py :
c:\SRC\GEWSTest>ipy.exe c:/"Program Files (x86)"/"IronPython
2.7"/Tools/Scripts/pyc.py /main:mymain.py /platform:x64 /target:exe
The build seems to be successful but when I try to execute it I get an
Exception :
" Unhandled Exception: IronPython.Runtime.Exceptions.ImportException:
No module named ConfigParser "
Do I need to copy some dlls or am I missing some step in preparing the project?
Thanks a lot for any help.
vilda
More information about the Ironpython-users
mailing list