Are you using pyc to build an exe? If so, I don't think there is. Can
you not call sys.setdefaultencoding() at the start of your program,
from Python?
If not, you may need to look at the Python codecs library to manually
handle file encodings.
- Jeff
On Wed, Jan 9, 2013 at 3:04 AM, Peter Schwalm
Are you able to narrow down the problem to a small script that reproduces it?
The code pointed to in that call stack doesn't really have many ways of failing
in that way (null reference). The most likely thing is that
DefaultContext.DefaultPythonContext is not being set. But I think that is done
Hi,
We are using IronPython and Windows 8 long time, but now we have an exception
that only occurs on windows 8 64 bit. (We did not test on Windows 8 32 bit but
tested on Windows 7 32/64 bit where it is ok.)
The application crashes at the first ironpython expression evaluating.
I think it i
Hello,
I have a problem concerning the default encoding in ironpython console
programs. In german windows editions there is a difference between the
codepage in gui programs und console programs. Console programs use OEM
encoding.
In the ironpython environment there happen implicit conversion