python - Chirp Running on Maemo -


i'm trying chirp run under maemo5 (a debian based mobile operating system).

when running .chirpw or setup.py result

nokia-n900:~/compile/chirp-0.3.1# ./chirpw chirp 0.3.1 on linux - maemo 5 %h (python 2.5.4) traceback (most recent call last):   file "./chirpw", line 105, in <module>     chirp import *   file "/root/compile/chirp-0.3.1/chirp/icq7.py", line 50     class icq7radio(icf.icomclonemoderadio):         ^ syntaxerror: invalid syntax 

i using chirp source found here: http://chirp.danplanet.com/download/0.3.1/chirp-0.3.1.tar.gz

the idea able program radios linux powered phone, can't seem figure out why program getting held on icq7radio class.

any help/pointers appreciated.

that version quite old, have try latest daily build http://trac.chirp.danplanet.com/chirp_daily/latest/

you can download full hg repository with

hg clone http://d-rats.com/hg/chirp.hg 

see http://chirp.danplanet.com/projects/chirp/wiki/developers


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -