Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- N2adr-Sdr
- Messages
Search
Re: Quisk on Python3
Hello Heikki and Group,
I am working on making Quisk compatible with both Python 2.7 and Python 3.x. It is available for testing on Linux because Linux comes with compilers, and it is easy for Linux users to make their own Python 3 version. For Windows I still have to make a binary release for each Quisk version. That means a new binary Quisk for Python 2.7 and 3.x in both 32-bit and 64-bit versions. They will be available shortly. Jim N2ADR |
Re: Quisk on Python3
Hi Sid et al,
In my previous message I was mostly referring to the WIN10 environment where I have two desktops up and running. In addition I have three desktops with Linux Mint 19.2 and I get a little bit confused sometimes with all these ... I installed Python 3.6 in WIN10 but in this case the QUISK failed during installation. Under Python 2.7 running OK.? Previously I had installed QUISK in my Linux 19.2 and, for my surprise,? it seems to have Python 3.6 already preinstalled (right ???). Therefore I have to admit that at least in this very computer Linux version of QUISK 4.1.47 is running OK.? My apologies for the confusion ! I expect that Jim will keep us all informed about the developments and make the announcement once it is necessary to switch into Python 3.6, also in the WIN10 environment. 73 de Heikki (OH2LZI) |
Re: Quisk on Python3
Sid Boyce
Hi Heikki,
toggle quoted message
Show quoted text
There are quite a number of posts to this group dealing with the topic. Which distro and version are you using and what build errors do you have? There are python3 pre-reqs that must be installed and with them quisk-4.1.47 builds and works on recent Ubuntu x86_64 and Arm , openSUSE x86_64. The one remaining quisk build problem that Jim will fix in the next version affects only my HiQSDR running Ubuntu 18.04.3 LTS aarch64 on an ODROID-C2. No problem with HL2 on x86_64 or aarch64. 73 ... Sid. On 03/11/2019 16:02, Heikki Ahola wrote:
Hi Jim et al, --
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks |
Re: Quisk on Python3
Hi Jim et al,
Is there any schedule planned to make the change from Python 2.7 => Python 3 in order to ensure that QUISK is working properly also in the future ? I did install Python 3.6 today which?went fine but I could not install QUISK in this new environment. Within Python 2.7 the latest QUISK is up and running. Is this Python 3/QUISK activity something that works only in Linux currently ??? I did try in my oldish WIN10 computer ... 73 de Heikki (OH2LZI) |
Re: Quisk on Python3
Hi Jim,
My HL2 is working fine now with quisk-4.1.47 on Mandriva Arch, last band recall etc okay. However when I start wsjtx the connection to receiver is not found and this error repeats on the terminal:- Context TerminatedTraceback (most recent call last): ? File "/usr/lib/python3.7/site-packages/wx/core.py", line 3285, in <lambda> ??? lambda event: event.callable(*event.args, **event.kw) ) ? File "/usr/lib/python3.7/site-packages/quisk/quisk.py", line 5855, in OnReadSound ??? self.HamlibPoll() ? File "/usr/lib/python3.7/site-packages/quisk/quisk.py", line 5684, in HamlibPoll ??? if not client.Process():??? ??? # False return indicates a closed connection; remove the handler for this client ? File "/usr/lib/python3.7/site-packages/quisk/quisk.py", line 654, in Process ??? self.received += text TypeError: can only concatenate str (not "bytes") to str Of course my python3 installation may have some issues! Thanks, 73? Tony. |
Re: Audio problem with Quisk build 4.1.46
Hi Jim,
Quisk 4.1.47 worked. However, "¥Ø¥Ã¥É¥Û¥ó (When High Definition Audio is set, the following message pops up. Traceback (most recent call last): File "C:\Python27\lib\site-packages\wx\core.py", line 3285, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) File "C:\Python27\Lib\site-packages\quisk\quisk.py", line 5619, in PostStartup self.config_screen.OnGraphData(None) # update config in case sound is not running File "C:\Python27\Lib\site-packages\quisk\quisk.py", line 887, in OnGraphData self.status.OnGraphData(data) File "C:\Python27\Lib\site-packages\quisk\quisk.py", line 1044, in OnGraphData self.MakeTabstops() File "C:\Python27\Lib\site-packages\quisk\quisk.py", line 941, in MakeTabstops w, h = self.GetTextExtent(name) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 28-29: invalid continuation byte Thanks, Leo/wh2q On Wed, 30 Oct 2019 10:56:30 +0900 "Leo Goto" <leogoto@...> wrote: Hi Jim,-- Leo Gotoh <LeoGoto@...> |
Re: Quisk on Python3
Sid Boyce
Excellent .... Thanks.
toggle quoted message
Show quoted text
73 ... Sid. On 01/11/2019 12:04, jimahlstrom wrote:
Thanks Sid. I see the problem and will fix it in the next release. --
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks |
Re: Quisk on Python3
Hi Jim,
toggle quoted message
Show quoted text
Found one problem with quisk-4.1.47 on ODROID-C2 built with python3 for the HiQSDR. Python2.7 version runs fine as does the Python3 build for HL2. Traceback (most recent call last): ? File "quisk.py", line 3701, in OnInit ??? self.sample_rate = Hardware.VarDecimSet()?? # Get the sample rate. ? File "hiqsdr/quisk_hardware.py", line 361, in VarDecimSet ??? self.NewUdpStatus() ? File "hiqsdr/quisk_hardware.py", line 367, in NewUdpStatus ??? s = s + struct.pack("<L", self.rx_phase) TypeError: must be str, not bytes OnInit returned false, exiting... odroid@hiqsdr64:~$ 73 ... Sid. On 31/10/2019 13:47, jimahlstrom wrote:
Hello Graeme, --
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks |
Re: Quisk Version 4.1.47 October 2019
Sid Boyce
Thanks Jim,
toggle quoted message
Show quoted text
AOK --- tested on openSUSE Tumbleweed x86_64 and ODROID-N2 aarch64. 73 ... Sid. On 31/10/2019 13:44, jimahlstrom wrote:
This is a bug fix release. I fixed a problem with the Python 3 version of Quisk saving program state. I fixed a sound device name problem on Windows.? I added some code provided by Steve to support the HermesLite. --
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks |
Re: Simple IQ Quisk?
¿ªÔÆÌåÓýJim:
I have a simple SDR that uses an Si514 with I & Q opts that go into an
external USB sound card and then into an RPi running Quisk. I can send you a
block diagram or the ebook if you are interested.
J.Clark/VE3PKC
? ?
Hi,
? As a relatively new person to SDR, I have a working SDR front end.? It has a Si5351 and I & Q outputs.I would like to interface to a Raspberry Pi3 or a (if possible) a STM32 demo board.? I'm assuming that a version of Quisk can be edited to work?? For starters, I would just like to decode the I & Q signals.. Can you point me in the right direction? Thanks, Jim W0CHL |
to navigate to use esc to dismiss