Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
After some additional troubleshooting I resolved the issue.
Ubuntu 12.04 defaults to python 2.
In order to get python 3, one must perform an "apt-get install python3
python3.2-minimal python3-tk"
Note that the following package does *not* work:
python3.2
This package does not include a python3 executable. Strange.
For Ubuntu, the command to execute tftpgui now becomes:
sudo python3 ./tftpgui.py
This thread can be marked a solved.
Original comment by knnnigg...@gmail.com
on 11 May 2012 at 12:56
Original issue reported on code.google.com by
knnnigg...@gmail.com
on 10 May 2012 at 1:40