-1

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)

  • 1
    Please provide your code, including how you select from and insert to the database and set the UI fields. Please also tag your version of Python – Alastair McCormack Jan 16 '16 at 11:38

1 Answers1

0

SOLVED.I finally solved the problem by uninstalling python27 and all modules, restarting windows and installing them again.