Skip to content Skip to sidebar Skip to footer

Importerror: No Module Named Termios With Django_mysql On Windows

I'm on a 64bit Windows machine working on a Django project using PyCharm. Django 1.8.7, Python 2.7.9, MySQL 5.6. I'd like to try out django_mysql, but I get: Unhandled exception in

Solution 1:

library author here. Turns out pty doesn't exist on Windows Python distributions. I've deployed a new Django-MySQL version, 1.0.8, to deal with this. See https://github.com/adamchainz/django-mysql/issues/272


Post a Comment for "Importerror: No Module Named Termios With Django_mysql On Windows"