Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] import hides modules

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

ISSUES

1. [New issue] import hides modules
http://ironpython.codeplex.com/workitem/34551
User paweljasinski has proposed the issue:

"As mentioned here:
https://github.com/ipython/ipython/issues/4062
and here:
https://github.com/IronLanguages/main/issues/123
ironpython has import related problem triggered by release version of ipython.

I have managed to narrow it down - test attached.
Session under linux/cpython
rejap@eb60:~/ip$ python t.py
importing IP/__init__
importing m2
importing m1
['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', 
'core', 'fnx', 'start']
<module 'IP.core.m1' from '/home/rejap/ip/IP/core/m1.py'>


Session under win7/ironpython
Z:\rejap\ip>ipy t.py
importing IP/__init__
importing m2
importing m1
['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', 
'core.m2', 'fnx', 'start']
Traceback (most recent call last):
  File "t.py", line 2, in <module>
  File "Z:\rejap\ip\IP\__init__.py", line 4, in start
  File "Z:\rejap\ip\IP\core\m2.py", line 6, in fnx
AttributeError: 'module' object has no attribute 'core'
"
----------------------------------------------



----------------------------------------------
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
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to