dotancohen / squeal

Database explorer with a focus on breadth, not depth.
2 stars 0 forks source link

Gracefully handle missing MySQL database driver #16

Closed dotancohen closed 8 years ago

dotancohen commented 10 years ago

A user received this when running Squeal for the first time:

$ ./squeal.py 
Traceback (most recent call last):
  File "./squeal.py", line 3, in <module>
    import MySQLdb
ImportError: No module named MySQLdb

This exception should be caught and handled gracefully. Perhaps consider bundling the MySQL driver with Squeal.