/db_view

Database (mainly sqlite) pygtk viewer/editor

Primary LanguagePython

SQLite (and other SQL) Gtk+ Database viewer

Dependencies

Running under Windows

  • Install Python2.7
  • Install pygtk all-in-one package
  • Install krutils into ..\lib\krutils
  • Run db_view.py

Creating installer package

  • Download all dependencies and make sure db_view.py runs

  • Install py2exe (http://www.py2exe.org/)

  • Run following in db_view directory:

    setup.py py2exe
    
  • Install InnoSetup (http://www.jrsoftware.org/isdl.php)

  • Open db_view.iss with InnoSetup

  • Choose [Build] -> [Compile] from menu

  • dbview_setup.exe will be created in Output directory under db_view