On Mon, Mar 4, 2013 at 1:01 PM, Doug Blank wrote:
> Wondering what the status is on ctypes with IronPython. I had an older
> version of ctypes.py that was referencing a previous dll:
>
> ImportError: No module named IronPython.Runtime.Calls
>
> The CPython 2.7 ctypes directory doesn't load:
>
> py
Wondering what the status is on ctypes with IronPython. I had an older
version of ctypes.py that was referencing a previous dll:
ImportError: No module named IronPython.Runtime.Calls
The CPython 2.7 ctypes directory doesn't load:
python>>> import ctypes
Traceback (most recent call last):
File
Ok, thanks for the info.
If anyone starts to tackle that, it would be nice to make it somehow
have a mapping between gettext language names (eg, es_ES.utf8) and
Windows-based names (eg, "german") so that the right language could be
selected.
-Doug
On Wed, Feb 27, 2013 at 4:21 PM, Jeff Hardy wro