silopolis / tftpgui

Automatically exported from code.google.com/p/tftpgui
Other
4 stars 1 forks source link

error in module call ubuntu 11.10 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.did> tftpgui.py 
2.
3.

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "tftpgui.py", line 78, in <module>
    from tftp_package import tftpcfg, tftp_engine
  File "/home/ox/Downloads/router/tftpgui/tftp_package/tftpcfg.py", line 46, in <module>
    import configparser
ImportError: No module named configparser

What version of the product are you using? On what operating system?

Please provide any additional information below.
Thanks for doing this project.

Original issue reported on code.google.com by stanley....@gmail.com on 7 May 2012 at 9:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I was able to get it working by using "sudo python3 tftpgui.pyw".  Make sure 
you have python3 installed.  I am running Mint17 Cinnamon 64-bit.

Original comment by jason.gr...@gmail.com on 18 Aug 2014 at 1:47