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
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to