First, sorry for my English I hope you will understand what I'm asking.
I have Flask application flaskr.py that works perfectly when I run it, I
get localhost:5000 and everything is fine when I go there via browser.
After pyinstaller flaskr.py I get exe file and when I run it I get
localhost:5000 but now returns sqlite3.OperationalError.
Imports:import sqlite3, os, sys
from flask import Flask, request, session, g, redirect, url_for, \
abort, render_template, flash
from contextlib import closing
I have added to the hidden-import sqlite3..
I hope somebody help me.
Thank you in advance
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" 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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.