Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
278 stars 162 forks source link

Config errror #109

Open testiiii opened 2 years ago

testiiii commented 2 years ago

File "c:\Users\andre\Downloads\DingoLingo-master\DingoLingo-master\run.py", line 6, in from config import config ImportError: cannot import name 'config' from 'config' (C:\Users\andre\AppData\Local\Programs\Python\Python310\lib\site-packages\config__init__.py)

solaluset commented 2 years ago

Looks like you have third-party package config installed. Remove it or run from virtual environment.

RafaelSolVargas commented 2 years ago

If you cant remove this package you can change the folder name config to anything else and then replace from config import config to from anything import config where anything is the new folder name