Mình đang học theo cuốn “Learn Python The Hard Way” thì làm đến Ex47 thì vướng lỗi này ?
PS C:\Python27\Exercise\Ex47> nosetests
E
======================================================================
ERROR: Failure: ImportError (No module named ex47.game)
----------------------------------------------------------------------
Traceback (most recent call last):
File "c:\python27\lib\site-packages\nose\loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "c:\python27\lib\site-packages\nose\importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "c:\python27\lib\site-packages\nose\importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "C:\Python27\Exercise\Ex47\tests\ex47_tests.py", line 2, in <module>
from ex47.game import Room
ImportError: No module named ex47.game
----------------------------------------------------------------------
Ran 1 test in 0.032s
FAILED (errors=1)
Mong mọi người giúp đỡ
Mình đã tham khảo trong topic này
và một số topic khác nhưng vẫn chưa khắc phục được.