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
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
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