Yswwei

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Yswwei created a post, AnsweredImportError: Idea CE with python when debugging import module has issue "ImportError"
Idea CE at debugging, has issue "importError : No module named compat", the code following: from tests.compat import unittestclass TestImportHello(unittest.TestCase): def test_hello(self): ...