trackmastersteve / alienfx

AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
GNU General Public License v3.0
288 stars 69 forks source link

ModuleNotFoundError #15

Closed trackmastersteve closed 7 years ago

trackmastersteve commented 7 years ago

On Arch Linux running python3.6 I have run into this error:

alienfx --help Traceback (most recent call last): File "/usr/bin/alienfx", line 11, in load_entry_point('alienfx==2.0.6', 'console_scripts', 'alienfx')() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 560, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2648, in load_entry_point return ep.load() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2302, in load return self.resolve() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2308, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/lib/python3.6/site-packages/alienfx-2.0.6-py3.6.egg/alienfx/ui/console/init.py", line 1, in ModuleNotFoundError: No module named 'main'

trackmastersteve commented 7 years ago

I can't get the GUI to load as well on this box.

trackmastersteve commented 7 years ago

Fixed this by installing the missing dependancies.