mishaturnbull/PySpeedTest

Does not work on Macs

Closed this issue · 4 comments

Multiple issues on OSx:

  • ImportError: Module TkMessageBox not found
  • Module pyspeedtest is not installed by default
  • Module requests is not installed by default
  • Module configparser in py3 is ConfigParser in py2
    • Py2's ConfigParser uses .get(option) instead of ...[option]
  • Module urllib3 is not installed by default
  • Auto-update downloads Windows .exe instead of appropriate zipball/tarball

Update from c5128b3: switch from using requests to plain urllib3 fixing multiple dependency issues.

Should be closed with bbe9894, but will wait until tested before closing issue.

Is functional on Macs in that no more dependencies are needed; however, socket module has differences in Python 2 that cause errors in the upload client and cause that functionality to be lost. Opening in new issue.

Succeeded by another issue! Yay! More problems!