[Ironpython-users] IronPython, Daily Digest 7/23/2011

2011-07-24 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] compiling stdlib results in SystemError on 2.7 2. [New comment] sys.args[0] dissapears in ipy-script compiled with pyc.py 3. [New comment] sys.args[0] dissapears in ipy-scrip

Re: [Ironpython-users] run ipy.exe in 32-bit mode

2011-07-24 Thread Jeff Hardy
On Sun, Jul 24, 2011 at 2:43 AM, Kuno Meyer wrote: > Hi, > > What is the recommended way of running ipy.exe in 32-bit mode? > > ipy.exe should always run in 32-bit mode. ipy64.exe is AnyCPU, so it will run in whatever the native mode is (so ipy64.exe would run in 32-bit mode on a 32-bit OS). - J

[Ironpython-users] run ipy.exe in 32-bit mode

2011-07-24 Thread Kuno Meyer
Hi, What is the recommended way of running ipy.exe in 32-bit mode? This is relevant to us because part of our code relies on unmanaged 3rd party binaries that are only available in 32 bit. - There doesn't seem to exist a "ipy32.exe" executable - There doesn't seem to exist a -X:32 flag - Ther