QuShape enables efficient, reliable, highly automated, and accurate analysis of high-throughput capillary electrophoresis-detected nucleic acid chemical probing experiments.
Dear Sir,
I tried to run QuSHape on my linux with python3 and pyqt5 (pyqt4 is already not available), while there are problems with dependencies. seqDialogs.py is in Dialogs folder, but it looks like in init.py it should be "from Dialog.seqDialogs import " instead of "from seqDialogs import ". As well as other imported modules
python mainWindow.py
Traceback (most recent call last):
File "/home/irina/bin/QuShape/src/mainWindow.py", line 1, in
from funcMainWin import
File "/home/irina/bin/QuShape/src/funcMainWin.py", line 1, in
from imports import
File "/home/irina/bin/QuShape/src/imports.py", line 40, in
from Dialogs import
File "/home/irina/bin/QuShape/src/Dialogs/init.py", line 1, in
from seqDialogs import
ModuleNotFoundError: No module named 'seqDialogs'
Dear Sir, I tried to run QuSHape on my linux with python3 and pyqt5 (pyqt4 is already not available), while there are problems with dependencies. seqDialogs.py is in Dialogs folder, but it looks like in init.py it should be "from Dialog.seqDialogs import " instead of "from seqDialogs import ". As well as other imported modules
python mainWindow.py Traceback (most recent call last): File "/home/irina/bin/QuShape/src/mainWindow.py", line 1, in
from funcMainWin import
File "/home/irina/bin/QuShape/src/funcMainWin.py", line 1, in
from imports import
File "/home/irina/bin/QuShape/src/imports.py", line 40, in
from Dialogs import
File "/home/irina/bin/QuShape/src/Dialogs/init.py", line 1, in
from seqDialogs import
ModuleNotFoundError: No module named 'seqDialogs'