-
Notifications
You must be signed in to change notification settings - Fork 255
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
Cannot create databse #35
Comments
i have the same problem |
I faced the same issue. My guess is the cmd2 built-in commands do not exist. You can fix it by commenting or deleting lines 68 and 70 for "jok3r/DbController.py". The 2 lines you need to comment/delete: |
Install package dependency |
Comment/delete lines in "/root/jok3r/lib/controller/DbController.py" as dtql mentioned above is what resolved this issue. |
yes your trick working bro.... thank you so much .... |
The solution that worked for some of you didn't work for me. |
The create database command python3 jok3r.py db gives the following error
Traceback (most recent call last):
File "jok3r.py", line 44, in init
controller.run()
File "/root/jok3r/lib/controller/MainController.py", line 23, in run
}.get(self.arguments.mode)(self.arguments, self.settings, self.sqlsess).run()
File "/root/jok3r/lib/controller/DbController.py", line 68, in init
del cmd2.Cmd.do_load
AttributeError: do_load
The text was updated successfully, but these errors were encountered: