When trying to use savViewer getting ImportError No module named 'savReaderWriter.util'

Issue #60 resolved
exwhyz created an issue

Python 3.5.2 savReaderWriter 3.4.2 Windows 10 OS

There is no module util in savReaderWriter although the document (https://pythonhosted.org/savReaderWriter/) lists this under 'Changes in 3.4'

Listing of the modules using pkgutil confirms util module does not exist, only the following modules are available: Found submodule _version (is a package: False) Found submodule cWriterow (is a package: True) Found submodule error (is a package: False) Found submodule generic (is a package: False) Found submodule header (is a package: False) Found submodule helpers (is a package: False) Found submodule py3k (is a package: False) Found submodule savHeaderReader (is a package: False) Found submodule savReader (is a package: False) Found submodule savReaderNp (is a package: False) Found submodule savWriter (is a package: False) Found submodule unit_tests (is a package: True)

Comments (1)

  1. Log in to comment