[Ironpython-users] IronPython, Daily Digest 7/16/2011

no_reply at codeplex.com no_reply at codeplex.com
Sun Jul 17 14:04:40 CEST 2011


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] compiling stdlib results in SystemError: Unable to make a reference to a transient module from a non-transient module.

----------------------------------------------

ISSUES

1. [New issue] compiling stdlib results in SystemError: Unable to make a reference to a transient module from a non-transient module.
http://ironpython.codeplex.com/workitem/31031
User jhdonner has proposed the issue:

"When compiling stdlib the SystemError: Unable to make a reference to a transient module from a non-transient module. appears.

It fails on the current 2.7 distribution, the ipy-2.7-maintenance branch (also the ipy-2.7-maintenance branch at jdhardy).
However, it does not fail the current master branch

see also:
http://stackoverflow.com/questions/6195781/ironpython-exe-compiled-using-pyc-py-cannot-import-module-os

compiling can be done using:
-----------
import sys
sys.path.append(r'..\..\main\Languages\IronPython\Public\Tools\Scripts')
import glob
import pyc
path = r"..\..\main\External.LCA_RESTRICTED\Languages\IronPython\27\Lib\*.py"
gb = glob.glob(path)
gb.append("/out:StdLib")    
pyc.Main(["/target:dll"]+gb)
-----------

somewhat related: http://ironpython.codeplex.com/workitem/28934
but that one is working/fixed while the above is not"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110717/eff95341/attachment.html>


More information about the Ironpython-users mailing list