Parth-Vader / MobOff

A CLI to download, convert and send youtube videos to several devices using Pushbullet.
MIT License
48 stars 29 forks source link

Not working in Ubuntu 16.04 #8

Closed anshulnsit closed 7 years ago

anshulnsit commented 7 years ago
Traceback (most recent call last):
  File "/usr/local/bin/moboff", line 9, in 
    load_entry_point('MobOff==0.1', 'console_scripts', 'moboff')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2229, in load
    return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2235, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named 'mainscript'
Parth-Vader commented 7 years ago

Did you follow the instructions?

anshulnsit commented 7 years ago

Yes

anshulnsit commented 7 years ago

This error comes on

moboff initialise
command

Parth-Vader commented 7 years ago

Thanks for reporting. Please check the instructions again, I have updated them. Let me know if you face any problems again.