pyside2-boilerplate icon indicating copy to clipboard operation
pyside2-boilerplate copied to clipboard

Running boilerplate in Pycharm

Open chrzysztof opened this issue 4 years ago • 1 comments

Hi! I tried to run boilerplate on Pycharm (I setup venv). Unfortunatelly It doesn't work. Bellow the console output: ModuleNotFoundError: No module named 'app.ui.MainWindow_ui'

chrzysztof avatar May 30 '20 21:05 chrzysztof

You should just run the translation code in the setup.py. This is described in the docs

python setup.py build_res

tonetechnician avatar Oct 06 '20 09:10 tonetechnician