You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite version 3.6.19 (APSW 3.6.19- r1 )
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
Traceback (most recent call last):
File "tools/shell.py", line 2350, in main
Shell(args=sys.argv[1:]).cmdloop()
File "tools/shell.py", line 674, in cmdloop
readline.read_history_file(os.path.expanduser(self.history_file))
IOError: [Errno 2] No such file or directory
From rogerbinns on October 19, 2009 01:46:07
SQLite version 3.6.19 (APSW 3.6.19- r1 )
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
Traceback (most recent call last):
File "tools/shell.py", line 2350, in main
Shell(args=sys.argv[1:]).cmdloop()
File "tools/shell.py", line 674, in cmdloop
readline.read_history_file(os.path.expanduser(self.history_file))
IOError: [Errno 2] No such file or directory
Original issue: http://code.google.com/p/apsw/issues/detail?id=83
The text was updated successfully, but these errors were encountered: