Unable to find dependency 'MICROSOFT.SCRIPTING.METADATA' (Signature='7F709C5B713576E1' Version='1.1.0.20') of assembly 'Microsoft.Dynamic.dll'

I am using Visual Studio 2010 Professional SP1 on Windows 7 Pro SP1 32-bit Virtual Machine. Brand new VM I installed today, so it is clean. I downloaded the IronPython 2.7.3 binaries. When I unzi...

Id #34127 | Release: None | Updated: Jun 4 at 2:46 PM by clairestreb | Created: Jun 1 at 11:04 PM by wildrumpus

how to get ironpython method parameters using .net

i posted my problem in msdn forums but not solved yet(my questions is here),so anyone can help me?

Id #34104 | Release: None | Updated: May 29 at 7:22 AM by MarkusSchaber | Created: May 29 at 6:20 AM by ecin

sys.platform under Silverlight returns wrong value

sys.platform in version 2.7.3 of IronPython running in Silverlight application returns a wrong value. In 2.7.1 sys.platform would return "silverlight". In 2.7.3 "cli" is returned. 2.7.4. Alpha has...

Id #34085 | Release: None | Updated: May 24 at 9:58 AM by alesprimozic | Created: May 24 at 9:56 AM by alesprimozic

IronPython pyc.py -> .exe : How to compile programs using external dlls

Hello, I am starting to use the pyc.py file to create a .exe file of my IronPython project. It seems that pyc.py cannot deal with programs that use external dlls. To be clear here are examples of ...

Id #34064 | Release: None | Updated: May 18 at 5:28 PM by slide_o_mix | Created: May 17 at 9:17 AM by 27Sergio27

f_locals in sys.exc_info()

The following code gives different results in Python compared with IronPython because sys.exc_info().tb_frame.f_locals seems to be the locals dictionary of the current frame rather than the frame w...

Id #34029 | Release: None | Updated: May 7 at 10:28 AM by ericreynolds | Created: May 7 at 10:28 AM by ericreynolds

CreateEngine never returns

I'm using a Desktop application on Windows 8, with some python scripts. When I try to call CreateEngine, this method never returns. If I use the code bellow, it starts working in debug mode, but ...

Id #34024 | Release: None | Updated: May 16 at 4:22 PM by jdhardy | Created: May 2 at 10:40 AM by joao3000

Memory leak...

I was little stupid and written an incorrect report. No memory leaks if we use Runtime.Shutdown() + GC.Collect() to unload hosted script.

Id #34023 | Release: None | Updated: May 2 at 11:04 AM by Roman456 | Created: May 1 at 9:15 PM by Roman456

hashlib update really slow

Compared to c python, its really slow for a big file Code: import hashlib hashmethod = hashlib.md5() fobj = open('BIGFILE', 'rUb') #a hefty 100MB will do chunk = 8192 #tried smalle...

Id #34022 | Release: None | Updated: May 1 at 3:03 PM by pingy | Created: May 1 at 3:03 PM by pingy

IronPython: Python.CreateEngine blocking on Windows 8

I have an application that relies on IronPython 2.7.3. I just switched to a new development workstation with Windows 8. Using VS2010 debugger, I clearly see that the function Python.CreateEngine n...

Id #34020 | Release: None | Updated: May 10 at 8:48 PM by Loupi | Created: Apr 30 at 7:04 PM by Loupi

IronPython tutorials useless in the 1024x768 desktop resolution

Hi, Are you aware of the fact that your IronPython tutorials are useless for users with desktop resolution 1024x768? The part of the instruction simply disappears right of the text box, with no po...

Id #33988 | Release: None | Updated: Apr 20 at 6:16 PM by stgeorge | Created: Apr 20 at 6:14 PM by stgeorge