I want to show data from sqlite3 db to python gui made with pygtk and glade.
the problem is persian words from glade and sqlite db both are in irregular form. any idea? app GUI (all words are in Persian)
I want to show data from sqlite3 db to python gui made with pygtk and glade.
the problem is persian words from glade and sqlite db both are in irregular form. any idea? app GUI (all words are in Persian)
SOLVED.I finally solved the problem by uninstalling python27 and all modules, restarting windows and installing them again.