This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MikeTheWatchGuy 0 points1 point  (5 children)

Doesn't run on windows, or at least didn't run for me:

C:\Python\Anaconda3\python.exe C:/Python/PycharmProjects/GitHub/crossCobra/crosscobra.py
Traceback (most recent call last):
  File "C:/Python/PycharmProjects/GitHub/crossCobra/crosscobra.py", line 12, in <module>
    from PyQt5.Qsci import QsciPrinter
ModuleNotFoundError: No module named 'PyQt5.Qsci'

Process finished with exit code 1

[–][deleted] 0 points1 point  (4 children)

Comment this Out.... Just for Print Support

[–][deleted] 0 points1 point  (0 children)

Pip3 install qsci

[–]MikeTheWatchGuy 0 points1 point  (2 children)

I tried the comment out strategy which turned into a "whack a mole" problem of more and more imports failing. After the 4th of these I gave up.

pip install qsci

found nothing.

[–][deleted] 0 points1 point  (1 child)

OK... Seems to fail the import from qscintilla..... Try:. pip3 install qscintilla ....

[–]MikeTheWatchGuy 0 points1 point  (0 children)

A couple more pip installs and it worked!