lmdu / krait

An ultrafast tool for genome-wide survey of microsatellites and primer design
http://krait.biosv.com
GNU Affero General Public License v3.0
35 stars 9 forks source link

Execute Script Problem #5

Open vlitzke opened 4 years ago

vlitzke commented 4 years ago

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

lmdu commented 4 years ago

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

fanninpm commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.