¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Quisk Version 4.1.51 November 2019
LinuxMint 19.1: Downloaded tarball and expanded. make (with no parms) compiles without errors The last line says to "make soapy2". running "make soapy2" results in an error 'No rule to make target
By Mike · #99 ·
Re: Quisk Version 4.1.51 November 2019
Hello Peter, "python3 quisk.py" works because you specified the correct Python. "./quisk.py" fails because your default Python is Python2. When both Python2 and Python3 are installed, we are stuck
By jimahlstrom · #98 ·
Re: Quisk Version 4.1.51 November 2019
Ubuntu 18:04: make quisk3 and make soapy3 compiles without errors when in the main Quisk directory: ./quisk does not work python3 ./quisk.py works
By Peter Ide-Kostic · #97 ·
Re: Quisk Version 4.1.51 November 2019
Thanks Jim, Tested OK HL2 with ODROID-C2 - 7 inch LCD and on HiQSDR standalone also? ODROID-C2 and 7 inch LCD. 73 ... Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus
By Sid Boyce · #96 ·
Re: Quisk Version 4.1.51 November 2019
Thanks Jim, Tested OK HL2 with ODROID-C2. Tomorrow will test on Standalone HiQSDR and report. 73 ... Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl
By Sid Boyce <sboyce@...> · #95 ·
Quisk Version 4.1.51 November 2019
I fixed a bug in the "small screen" code when using the new wx version 4. Thanks to Martin Schaller for pointing out that underflows from the Soapy sample source should not count as errors. This
By jimahlstrom · #94 ·
Re: Quisk Version 4.1.50 November 2019
Hi Jim, Just followed your python3 install instructions for Linux (Mint) and got it all working without any problems. Not yet tested extensively but looking good so far. Thanks/73 Neil? G4BRK
By neil whiting G4BRK · #93 ·
Quisk 4.1.49
Hi, have no audio in Quisk. In config it states, direct sound play device name Speakers (USB PNP sound device) not found. Under device both mic and phones are listed correctly. Strange , because I
By Gil Cross <k8eag2@...> · #92 ·
Re: Quisk Version 4.1.50 November 2019
Hello Group, The "ImportError: No module named _quisk" is driving me crazy, but until I figure this out, you can work around it. You can install either or both versions of Quisk with: sudo python2
By jimahlstrom · #91 ·
Re: Quisk Version 4.1.50 November 2019
Hello Jim, To remove Quisk from Python3 use: sudo python3 -m pip uninstall quisk but that won't fix anything. Others who are not using Python 3 have also reported that the plain command "quisk"
By jimahlstrom · #90 ·
Re: Quisk Version 4.1.50 November 2019
That works for me as well. I've tried to purge everything Python 3-related except the python3 package itself from my system, but the plain quisk command from /usr/local/bin/quisk still fails. (It
By Jim Ancona N1ADJ · #89 ·
Re: Quisk Version 4.1.50 November 2019
This is working as: python /usr/local/lib/python2.7/dist-packages/quisk-4.1.50-py2.7-linux-x86_64.egg/quisk/quisk.py on my Ubuntu 18.04 I am using only Python 2.7 version. No Quisk for python3
By Franco Spinelli · #88 ·
Re: Quisk Version 4.1.50 November 2019
Thanks Jim that works ok. Dave.g0vvf.
By David Turner <g0vvf@...> · #87 ·
Re: Quisk Version 4.1.50 November 2019
Sorry. That should be: python3 /usr/local/lib/python3.6/dist-packages/quisk/quisk.py Jim N2ADR
By jimahlstrom · #86 ·
Re: Quisk Version 4.1.50 November 2019
Hello Group, Many people are seeing the message ImportError: No module named _quisk The _quisk module is compiled for either Python2 or Python3. You must run Quisk from the Python (2 or 3) that was
By jimahlstrom · #85 ·
Re: Quisk Version 4.1.50 November 2019
Hello? Jim, If you are runninjg Linux, "wheel" should not be necessary. It is only used on Windows. Jim N2ADR
By jimahlstrom · #84 ·
Re: Quisk Version 4.1.50 November 2019
make quisk3 and make soapy3 work in my Ubuntu 18.04 environment (no compilation errors) but when I launch quisk 4.1.50, I have the following error root@on7yi-ubuntu:/opt/build/quisk-4.1.50#
By Peter Ide-Kostic · #83 ·
Re: Quisk Version 4.1.50 November 2019
I am sure someone will think of an answer, but in the mean time. In a Terminal enter. ? cd /usr/local/lib/python3.6/dist-packages/quiskthen enter. python3 quisk.py Then the program should run
By David Turner <g0vvf@...> · #82 ·
Re: Quisk Version 4.1.50 November 2019
I'm experiencing something similar to Pascal. The problem started when I tried to install the Python3 version of Quisk, but has persisted after I uninstalled all the Python3-related packages and tried
By Jim Ancona N1ADJ · #81 ·
Re: Quisk Version 4.1.50 November 2019
Same issue with 4.1.50 ...I have lost quisk and cannot recover it... pascal@hp-260-g2-pv:~$ quisk Traceback (most recent call last): File "/usr/local/bin/quisk", line 7, in <module> from quisk.quisk
By Pascal V · #80 ·