Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] pyc.py: generates exes which fail on using std python libs
2. [New comment] 2.7.2.1 "load language" problem

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

ISSUES

1. [New comment] pyc.py: generates exes which fail on using std python libs
http://ironpython.codeplex.com/workitem/32420
User ddewaleffe has commented on the issue:

"Got a bit further. This latest package is able to get at the packages 
__init__.py files too and tries m.n....mm.nn.py as well as m.n....mm.py or 
similarly for __init__.py
So I get many more of the needed module...

However, if I generate pyc.exe using ipy pyc.py ..... 
the generated executable seems to contain the needed modules but fails to work 
as expected. Further I get no errors.... So at this stage I am a bit lost....
I am not claiming this code is the cleanest....

On the samples I tried, it seems that one quickly pulls in quite a lot of  the 
std lib... Making me wonder if, indeed packaging the whole of the stdlib in zip 
file would not just be right...
But is it possible to package this also in the generated executable. 

My hope is really to get to a single .exe that contains all that's needed.... 
"-----------------

2. [New comment] 2.7.2.1 "load language" problem
http://ironpython.codeplex.com/workitem/32452
User eblumenfeld has commented on the issue:

"I'm having the same issue...
In the GAC I have both IronRuby and IronPython
Could be possible that the issue has to do with Microsoft.Dynamic and 
Microsoft.Scripting dll's, that may be in common between both languages in my 
case (Win 7) in the GAC the ones that are there date from IronRuby install..."
----------------------------------------------



----------------------------------------------
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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to