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 "<string>", line 1, in <module>
  File "/home/dblank/Calico/trunk/bin/Lib/ctypes/__init__.py", line
441, in <module>
  File "/home/dblank/Calico/trunk/bin/Lib/ctypes/__init__.py", line
353, in __init__
OSError: IronPython.Runtime.Exceptions.OSException: cannot load library
  at IronPython.Modules.CTypes.LoadLibrary (System.String library,
Int32 mode) [0x00000] in <filename unknown>:0
  at IronPython.Modules.CTypes.dlopen (System.String library, Int32
mode) [0x00000] in <filename unknown>:0
  at 
Microsoft.Scripting.Interpreter.FuncCallInstruction`3[System.String,System.Int32,System.Object].Run
(Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in
<filename unknown>:0
  at Microsoft.Scripting.Interpreter.Interpreter.Run
(Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in
<filename unknown>:0

Any info would be useful; thanks!

-Doug
_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to