UnitedRPMs / tribler

Privacy enhanced BitTorrent client with P2P content discovery
2 stars 1 forks source link

Fix missing module check_os #5

Closed Aztorius closed 6 years ago

Aztorius commented 6 years ago

When launching tribler on Fedora 27, module check_os may be missing.

Traceback (most recent call last): File "run_tribler.py", line 6, in <module> from check_os import check_environment, check_free_space, error_and_exit, setup_gui_logging, \ ImportError: No module named check_os

See also upstream patch for Debian : https://github.com/Tribler/tribler/pull/3124/files

kuboosoft commented 6 years ago

Ever you authorship is welcome in changelog!