senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
468 stars 191 forks source link

cannot import name 'Converter' from 'converter' #66

Open igormcsouza opened 4 years ago

igormcsouza commented 4 years ago

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