rllola / ZeronetBrowser

An attempt to create a dedicated browser for ZeroNet using PyQt5
17 stars 15 forks source link

Error when initializing on Windows #28

Closed danimesq closed 5 years ago

danimesq commented 5 years ago

[9080] LOADER: Running launch.py Traceback (most recent call last): File "launch.py", line 5, in File "C:\Python27-x64\Lib\site-packages\PyInstaller\loader\pyimod03_importers. py", line 395, in load_module File "MainWindow.py", line 1, in File "C:\Python27-x64\Lib\site-packages\PyInstaller\loader\pyimod03_importers. py", line 395, in load_module File "Browser.py", line 4, in ImportError: No module named QtWebKitWidgets [9080] Failed to execute script launch [9080] LOADER: OK. [9080] LOADER: Cleaning up Python interpreter.

rllola commented 5 years ago

Could you give me the version you used ?

danimesq commented 5 years ago

After updating to version 0.1.4, there is another error:

Traceback (most recent call last): File "launch.py", line 6, in ImportError: No module named ZeroNet [3276] Failed to execute script launch [3276] LOADER: OK. [3276] LOADER: Cleaning up Python interpreter.

rllola commented 5 years ago

@DaniellMesquita The new build should work smoothly. https://github.com/rllola/ZeronetBrowser/releases/tag/v0.1.5

Let me know if you encounter more issues.