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 have this error with this code:
`from progress.bar import Bar #in this stroke happened error
bar = Bar("Загрузка...", max=100)
for i in range(100): time.sleep(0.1) bar.next()
bar.finish()`
Im using VS Code, Python 3.8
The text was updated successfully, but these errors were encountered:
I have encountered the same problem. Have you solved it
Sorry, something went wrong.
You may want to check that your project file name is named "progress", and if so, you will need to change the file name. @Fab4key
No branches or pull requests
I have this error with this code:
`from progress.bar import Bar
#in this stroke happened error
bar = Bar("Загрузка...", max=100)
for i in range(100):
time.sleep(0.1)
bar.next()
bar.finish()`
Im using VS Code, Python 3.8
The text was updated successfully, but these errors were encountered: