Minibrowser tutorial fails on Eric6 - 19.12 (rev. 274baadc5686); Windows 7 64-bit
(virtual env:
$ python3 -m venv 'c:/Users/dlocker/AppData/Roaming/Projects/venvEric'
$ pushd ~/Projects/venvEric
$ source Scripts/activate
(venvEric) $ python3 -m pip install --upgrade pip
(venvEric) $ python3 -m pip install eric-ide
(venvEric) $ python3 -m pip install eric --upgrade eric-ide
(venvEric) $ pip3 install PySide2
[... Successfully installed PySide2-5.13.2 shiboken2-5.13.2]
(venvEric) $ eric6.exe
Warning: translation file 'qscintilla_en_US'could not be loaded. Using default.
- work, work, work on eric 6 web browser tutorial https://eric-ide.python-projects.org/tutorials/MiniBrowser/:
- Chapters 1 and 2 instructions work fine;
- Chapter 3, right-click mainwindow.ui;
- choose Compile Form -> success;
- choose Generate Dialog Code... -> pops up error box (see attached image);
- click Ok, then Forms code generator window pops up, but nothing can be done in that window.
|