我有這樣的架構(非常簡化的) from django.db import Models
class MainClass(models.Model):
a = models.IntegerField()
b = models.CharField()
class OtherClass(models.Model):
c = models.IntegerField()
我嘗試在我的環境中重新安裝python 2。 重新安裝點子,setuptools的 ,當我嘗試運行python manage.py runserver命令,它拋出的錯誤 django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order