Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute Script Problem #5

Open
vlitzke opened this issue Nov 18, 2019 · 4 comments
Open

Execute Script Problem #5

vlitzke opened this issue Nov 18, 2019 · 4 comments

Comments

@vlitzke
Copy link

vlitzke commented Nov 18, 2019

Hi! I get an error (failure to execute script) when trying to launch the program.

@lmdu
Copy link
Owner

lmdu commented Nov 20, 2019

It works well on my Windows system. Could you let me known which OS you used to run Krait

@fanninpm
Copy link

Not OP, but I tried running Krait from the command line on Ubuntu 16.04 and got the following:

Traceback (most recent call last):
  File "main.py", line 66, in <module>
  File "/home/travis/virtualenv/python3.4.8/lib/python3.4/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
  File "widgets.py", line 23, in <module>
ImportError: No module named 'PySide.QtWebKit'
[25123] Failed to execute script main

@rhaphael
Copy link

I had the same problem on Ubuntu 18.04.2:
QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries.
Traceback (most recent call last):
File "main.py", line 66, in
File "/home/travis/virtualenv/python3.4.8/lib/python3.4/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
File "widgets.py", line 23, in
ImportError: No module named 'PySide.QtWebKit'
[31180] Failed to execute script main

@lmdu
Copy link
Owner

lmdu commented May 22, 2020

I spent a long time to improve the Krait. A new version has been released and can be run well on Windows, Linux and Mac. In this version, we removed Qtwebkit and Qtwebengine which used to view statistical report. The new version directly output html statistical report which can be opened by Chrome and Firfox browser. Thank you for reporting these issuses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants