netcharm / ironclad

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

Python 2.7 Support #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
--Iron Python 2.7 Beta Installed
1.import sys
2.sys.path.append("C:\\ironclad-v2.6.0rc1-bin\\ironclad")
3.import ironclad

What is the expected output? What do you see instead?
The import to work. The load fails citing a reference to IronPython 2.6.1 
assembly.

What version of the product are you using? On what operating system?
Latest. Win 32bit

Please provide any additional information below.
N/A

Original issue reported on code.google.com by j.j.j.j....@gmail.com on 4 Nov 2010 at 5:23

GoogleCodeExporter commented 8 years ago
Could not load file or assembly 'IronPython, Version=2.6.10920.0, 
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 
The located assembly's manifest definition does not match the assembly 
reference. (Exception from HRESULT: 0x80131040)

Original comment by j.j.j.j....@gmail.com on 4 Nov 2010 at 7:41