wxversion and quisk

This forum is for discussion about general software issues.

wxversion and quisk

Postby kc7noa » Fri Sep 05, 2014 3:43 pm

im trying to run a python program called quisk .... its a sdr (software defined radio) prorgam ...

iv figured so far that i need to launch with

python2 quisk.py

but get this error ....

[kc7noa@alarm quisk]$ python2 quisk.py
/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16632: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "quisk.py", line 34, in <module>
import _quisk as QS
ImportError: ./_quisk.so: cannot open shared object file: No such file or directory
[kc7noa@alarm quisk]$


if i use python3 quisk cant find the module wxversion even though wxpython is installed ...


there is a PKGBUILD in aur for quisk ... but its kinda older and using "yaourt quisk" ... complains that its on a arm
kc7noa
 
Posts: 9
Joined: Fri Sep 05, 2014 3:20 pm

Re: wxversion and quisk

Postby pepedog » Fri Sep 05, 2014 4:27 pm

Try building with makepkg -A
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: wxversion and quisk

Postby kc7noa » Fri Sep 05, 2014 5:57 pm

ok .. sorry for the mess ...

http://www.pastebin.ca/2839044?srch=quisk

i guess it did build .... but just

quisk does not launch ...
kc7noa
 
Posts: 9
Joined: Fri Sep 05, 2014 3:20 pm

Re: wxversion and quisk

Postby kc7noa » Fri Sep 05, 2014 8:40 pm

looks like i had the wrong libusb-compact installed .... ( not sure that mattered )

now running python2 quisk ... from the arch compatible folder that makepkg -A tried to install .... ( i unziped the tar.xz that was downloaded -- quisk-3.6.18-1-armv7h.pkg.tar.xz -- and navigated to opt/quisk/ (that was treed from Downloads/ )

tries to open my remote display .... (to me that prommising ... if it got that far it should work AT the computer is on )

so

i navigated to /opt/ .... and the only thing there was "diet" .. no folder quisk with quisk.py in it ...

so i think makepkg -A didint unpack in the right place ...

if i moved quisk-3.6.18-1-armv7h.pkg.tar.xz to the root folder and unpacked from there .. would every thing end up in the right place .. or is that simply the wrong way to go about it ... ?

this is a pastebin of what makepkg -A

http://www.pastebin.ca/2839098?srch=quisk+makepkg
kc7noa
 
Posts: 9
Joined: Fri Sep 05, 2014 3:20 pm

Re: wxversion and quisk

Postby pepedog » Fri Sep 05, 2014 9:04 pm

After it built with makepkg you should have installed with
$this->bbcode_second_pass_code('', 'pacman -U quisk-3.6.18-1-armv7h.pkg.tar.xz')
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: wxversion and quisk

Postby kc7noa » Sat Sep 06, 2014 3:08 am

ok .. working .. mostly ...

is there a

/etc/udev/rules.d/local.rules in archlinux arm (it was empty)

for the usb controll of softrock ??

SUBSYSTEM=="usb", ATTR{idVendor}=="16c0" , ATTR{idProduct}=="05dc", MODE="0666", GROUP="dialout"
kc7noa
 
Posts: 9
Joined: Fri Sep 05, 2014 3:20 pm

Re: wxversion and quisk

Postby pepedog » Sat Sep 06, 2014 7:41 am

Add it yourself, or make yourself a .rules file of your own
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: wxversion and quisk

Postby kc7noa » Mon Sep 08, 2014 3:20 am

already did ... and is working ...
kc7noa
 
Posts: 9
Joined: Fri Sep 05, 2014 3:20 pm


Return to General

Who is online

Users browsing this forum: No registered users and 14 guests