-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
It isn't working bro #5
Comments
same problem... |
any fixes?? pls reply fast |
@aarnv Use python3 and delete the previous one clone the code again and follow steps from Readme working fine for me |
Why is this happening. Why is the Python3 Installation not working. As far as it can be seen, if the OP is using Python 2, than many more errors are going to exist than just one. |
@aarnv Create a new file in the current working directory named |
@Shravan-1908 one of the function in the program already does that! Also while executing the main function, a line of code does check if the file timetable.db exists or not. If it doesn't than the code directs towards an sql operation to create a .db file with name of timetable.db. There seems to be some kind of unnoticeable error which makes the interpreter think that a timetable.db exists or an sql error which prevents the .db from being read |
@aarnv Do you see a timetable.db in your root directory? |
@cursedsoulofgods I tried but the script is giving the same error to me, despite timetable.db being in my working directory |
The text was updated successfully, but these errors were encountered: