Missing “six” module for astropy after using cx_freeze/py2exe
问题 I was trying to convert program written in python 3 to .exe using cx_freeze and py2exe. But after converting and running program i get the following error: Traceback (most recent call last): File "astroConverter.py", line 8, in <module> File "C:\Users\Konrad\PycharmProjects\astroConverter\mainwindow.py", line 2, in <module> from widgets.widgets import MainMenu, Toolbar, TextField File "C:\Users\Konrad\PycharmProjects\astroConverter\widgets\widgets.py", line 1, in <module> from widgets.menus