IronLanguages / ironpython2

Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).
http://ironpython.net
Apache License 2.0
1.07k stars 229 forks source link

It might be possible to get version 2.7.0.? #834

Open killo3967 opened 1 year ago

killo3967 commented 1 year ago

This is not a bug, it's a request to download version 2.7.0 I'm working on a plugin for a software called Comicrack that used version 2.7.0 and we don't have the sources to recompile it. The problem is the libraries are no longer found. I'm using the Python 2.7.0 ones, but some of them fail.

slozier commented 1 year ago

I probably have the binaries somewhere, however note that the versions 2.7 through to 2.7.4 all have the assembly version 2.7.0.40 so it's hard to say which one you'd need exactly? You could try versions 2.7.2 to 2.7.4 which are available on nuget...

killo3967 commented 1 year ago

I found in nuget the 2.7.4 but Ironpython.dll is different from mine.

I hope these screenshots from the "Ironpython.dll" inside Comicrack software give you enough information.

dotPeek64_D0c7tCK2FJ dotPeek64_fmTNvtCKTC

And other thing. Where can i obtain the pdb files?

slozier commented 1 year ago

Hmm, not really sure... here are the 2.7 files that I have. I don't think I have PDBs (unless they're in one of these and I didn't see them). IronPython-2.7.msi.zip IronPython-Bin-2.7.zip