Open GoogleCodeExporter opened 8 years ago
Maybe this is a circular import problem?
I'm still a relative newbie to Python, but I sometime resolved importation
problems by
using "import xxx" vs "From xxx import yyy".
I believe "import" create a unique "space" for the imported elements, thus
preventing
some problems associated to circular imports.
Original comment by sebastie...@gmail.com
on 7 Dec 2009 at 7:58
Original issue reported on code.google.com by
linchuan...@gmail.com
on 4 Dec 2009 at 3:35