Hi all I a python developer that I don't use Django very frequently. I am facing a struggle these days because I am development APIs in Django but to deploy the project I want to pack the project in a war file, so that is the reason that I am using Jython. However, I am getting errors when I try to connect the project to Postgres database because it said that the library sqlite2 is not supported in Jython. I installed pysqlite3 1.3 but it looks like that this version does not support Postgres until version 1.7 of, but when I tried to install the package I get an error:" ' NoneType' object has no attribute 'startswith' ".
Please does anyone have an idea of how to solve this issue? I appreciate any help and thank you in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e526aed1-8685-41ac-88f7-371f1bd54224%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

