senko/python-video-converter

cannot import name 'Converter' from 'converter'

Opened this issue · 0 comments

The full traceback is...

Traceback (most recent call last):
  File "converter.py", line 2, in <module>
    from converter import Converter
  File "/home/souza/Desktop/converter.py", line 2, in <module>
    from converter import Converter
ImportError: cannot import name 'Converter' from 'converter' (/home/souza/Desktop/converter.py)

I installed using pip and the script is exactly the same as the one on README... Someone had an
idea