mdrubin / ironclad

Automatically exported from code.google.com/p/ironclad
Other
0 stars 0 forks source link

import ironclad cannot load type 'IronPython.Runtime.CodeContext' #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
debrand@B88SCHWS5113 /c/ironclad-v2.6.0rc1
$ ipy
IronPython 2.0.3 (2.0.0.0) on .NET 2.0.50727.3603
Type "help", "copyright", "credits" or "license" for more information.
>>> import ironclad

What is the expected output? What do you see instead?
Expected output is nothing. Instead this traceback appears:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\ironclad-v2.6.0rc1\ironclad\__init__.py", line 24, in
C:\ironclad-v2.6.0rc1\ironclad\__init__.py
  File "mscorlib", line unknown, in .ctor
  File "mscorlib", line unknown, in GetSignature
  File "mscorlib", line unknown, in _GetSignature
SystemError: Could not load type 'IronPython.Runtime.CodeContext' from assembly
'IronPython, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'.

What version of the product are you using? On what operating system?
ironclad-v2.6.0rc1 on IronPython 2.0.3 (2.0.0.0) on .NET 2.0.50727.3603. OS
is Windows Server 2003.

Please provide any additional information below.
This is a 64-bit version of Windows, however I've set
HKLM\Software\Microsoft.NETFramework\Enable_64Bit to 0 to force 32 bit mode
for all .NET apps. I tried using CorFlags.exe to set just ipy.exe to 32 bit
mode, but got warnings about breaking a strongly named assembly and assumed
that might cause problems.

Original issue reported on code.google.com by dbr...@gmail.com on 3 Jun 2010 at 11:52