We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I suppose that depends on the last commit
Running the bot it should load config.py, that search for the .telegram.token file. If the file does not exist it should suggest where to put it.
ModuleNotFoundError: No module named 'config'. Installing as a module it copy only the gdgpisausermanager.py file, so config.py is unreachable.
ModuleNotFoundError: No module named 'config'
Just follow the README.md instruction to install the bot.
The text was updated successfully, but these errors were encountered:
Not sure if it still is a bug, it is possible that it has been fixed in develop brach. Must be tested.
Anyway, if present, is present on all platforms and not only Windows.
Sorry, something went wrong.
No branches or pull requests
I suppose that depends on the last commit
Expected Behavior
Running the bot it should load config.py, that search for the .telegram.token file. If the file does not exist it should suggest where to put it.
Actual Behavior
ModuleNotFoundError: No module named 'config'
. Installing as a module it copy only the gdgpisausermanager.py file, so config.py is unreachable.Steps to Reproduce the Problem
Just follow the README.md instruction to install the bot.
Specifications
The text was updated successfully, but these errors were encountered: