What is wx and wx.py?
Opened this issue · 3 comments
RefactoringTool: h5pyViewer.py
(fastai-cpu) james@CatsDL:/mnt/c/users/james/downloads/h5pyViewer-master-2/h5pyViewer-master/h5pyViewer$ python h5pyViewer.py
Traceback (most recent call last):
File "h5pyViewer.py", line 12, in
import wx,h5py
ModuleNotFoundError: No module named 'wx'
I used 2to3 to convert to 3.0 python
I am facing a similar error. I have installed both python-wxgtk3.0 and wxpython but the error message keep coming up. Any help would be appreciated!
For me, getting it to work with python3 was a pain so i used python2.7 and followed the second answer here: https://stackoverflow.com/questions/8609666/python-importerror-no-module-named-wx
Also had to install h5py with python2.7 and it works but image scaling seems to be off. Hope this helps.
pip install wxpython