Re: [Ironpython-users] sitecustomize and compiled ironpython

2013-01-09 Thread Jeff Hardy
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

Re: [Ironpython-users] crash on Win8 64bit at IronPython expression evaluation

2013-01-09 Thread Keith Rome
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

[Ironpython-users] crash on Win8 64bit at IronPython expression evaluation

2013-01-09 Thread Zsidó Zoltán
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

[Ironpython-users] sitecustomize and compiled ironpython

2013-01-09 Thread Peter Schwalm
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