sci-visus/OpenVisus

Unable to import OpenVisus in python 3.7

Closed this issue · 4 comments

When I try to import OpenVisus, init.py calls "from .OpenVisus import *", which returns the error message: " ModuleNotFoundError: No module named 'OpenVisus.OpenVisus'.

By changing "from .OpenVisus import *" to "from . import *", the error goes away.

The second option seems to give me all the ViSUS functions. I think I can make a pull request with a quick fix for this and for the other issue I just opened.

Merged pull request: #26