Open sterces opened 6 years ago
You probably are running it with Python 3. Try changing the 'python' reference to 'python2'.
Thanks CRImier. Great advice.
Thanks, I finally got python 2.7.15 working and with your answer to the issue about crc_custom, I was able to get Waveconverter running.
My laptop has a resolution of: 1280x800 and it looks like I may not be seeing the entire window. And I cannot figure out how to resize.
On the TX Payload, I can see the top half of Line 10. On the CRC page the last item is: Initial Sum - Asc1.
Please advise....
I believe I installed all the prerequisites, but this is the error I get.
Any help appreciated.
1: root@kali:~/code/waveconverter/src# ./waveconverter.py -p 0 File "./waveconverter.py", line 79 print "Trouble reading input text file {}, exiting...".format(inFileName) ^ SyntaxError: invalid syntax
2: root@kali:~/code/waveconverter/src# ./waveconverter.py -q ../input_files/fan_all_dip1101_pruned_dec_c304p55M_s830k.iq -o ../output_files/test.log -g -p 3 File "./waveconverter.py", line 79 print "Trouble reading input text file {}, exiting...".format(inFileName) ^ SyntaxError: invalid syntax