[Pydev-users] [Users] RE: Unresolved relative import with wildcard
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2011-06-27 11:21:29
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4551200: Hey again Fabio, Thanks for addressing this issue. I've just updated to 2.2.0, and a notion of this issue yet remains unresolved. As a continuation to the example in my first message, suppose you have a deeper package "mypackage.deeper", and within it a python module "mymod3", the following code still causes an error ("Undefined variable: myattr"): [code]from ..mymod1 import * print([u]myattr[/u])[/code] Thanks again, Amnon |