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

IronPython ignores overridden TryUnaryOperation of DynamicObject

IronPython (2.7.3) seems to not check the TryUnaryOperation with ExpressionType.IsFalse and ExpressionType.IsTrue for performing short-circuit evaluation of the logical AND and OR operations. Here...

Id #33978 | Release: None | Updated: Apr 18 at 10:49 AM by Rauhotz | Created: Apr 18 at 10:48 AM by Rauhotz

Silverlight.net links broken

at http://ironpython.net/ironpython/browser/examples.html it points to silverlight.net, but some idiots at Microsoft have broken all silverlight.net links

Id #33933 | Release: None | Updated: Apr 3 at 6:31 AM by Birbilis | Created: Apr 3 at 6:31 AM by Birbilis

ScriptScope.TryGetVariable<>() throws exception if item isn't expected type.

This is a snipit of my test C# code... source = "NewThing = 1.234"; pySource = pyEngine.CreateScriptSourceFromString(source, SourceCodeKind.AutoDetect); pySource.Execute(pyScope); ...

Id #33918 | Release: None | Updated: Mar 27 at 1:05 PM by KeithJRome | Created: Mar 26 at 2:06 PM by Thaumaturge