[Ironpython-users] IronPython, Daily Digest 3/16/2012
no_reply at codeplex.com
no_reply at codeplex.com
Sat Mar 17 10:35:37 CET 2012
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] pyc.py: generates exes which fail on using std python libs
3. [Status update] 1.1: IRONPYTHONPATH Environment Variable Ignored When Running Under Limited Account on Windows XP SP2
4. [New comment] ModuleFinder not finding imports
5. [New comment] ModuleFinder not finding imports
6. [New comment] ModuleFinder not finding imports
7. [New comment] ModuleFinder not finding imports
8. [New comment] ModuleFinder not finding imports
----------------------------------------------
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:
"I started to look at this last night... Hope to get this done over the week-end.
More news soon..."-----------------
2. [New comment] pyc.py: generates exes which fail on using std python libs
http://ironpython.codeplex.com/workitem/32420
User slide_o_mix has commented on the issue:
"ModuleFinder won't work for IronPython as it stands now, so there may need to be another avenue found."-----------------
3. [Status update] 1.1: IRONPYTHONPATH Environment Variable Ignored When Running Under Limited Account on Windows XP SP2
http://ironpython.codeplex.com/workitem/18648
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"I installed Win XP SP2 in a VM and set IRONPYTHONPATH. I was able to import things in a directory in IRONPYTHONPATH with a limited account under 2.7.2.1"-----------------
4. [New comment] ModuleFinder not finding imports
http://ironpython.codeplex.com/workitem/32371
User slide_o_mix has commented on the issue:
"The reason this isn't working is because ModuleFinder is expecting a marshalled code object in Python bytecode form. You can see from the scan_code method, that it actually looks for specific byte codes (import byte codes) to determine what modules to load. Since the code object that is returned from compile() is not in this form, ModuleFinder fails. This would take some pretty heavy development to implement byte code marshalling of the AST."-----------------
5. [New comment] ModuleFinder not finding imports
http://ironpython.codeplex.com/workitem/32371
User ned14 has commented on the issue:
"By "marshalled code object" do you mean I ought to supply a .pyc instead of .py and then it'll work?
I really don't mind if ModuleFinder isn't identical to CPython's. I'm just looking for a viable "compile this to ILR" solution."-----------------
6. [New comment] ModuleFinder not finding imports
http://ironpython.codeplex.com/workitem/32371
User slide_o_mix has commented on the issue:
"The "compiled code object" is a CPython bytecode base code object, which IronPython does not support. We'd have to come up with another way of doing this."-----------------
7. [New comment] ModuleFinder not finding imports
http://ironpython.codeplex.com/workitem/32371
User ned14 has commented on the issue:
"Perhaps there is a way of asking IronPython to do a module find on its particular marshalled code objects? Or are you saying that there is no presently available way of natively determining imports in IronPython?"-----------------
8. [New comment] ModuleFinder not finding imports
http://ironpython.codeplex.com/workitem/32371
User slide_o_mix has commented on the issue:
"There is probably a way to do it, I can't think of one off the top of my head, but there are smarter people than me around here."
----------------------------------------------
----------------------------------------------
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/20120317/4e3d48e0/attachment.html>
More information about the Ironpython-users
mailing list