Skip to content
astifter edited this page Nov 11, 2010 · 1 revision

PhotoImport is written in Python, its a language that I have grown to like over the past few months. It should run on all platforms where wxPython runs.

The UI itself uses wxPython http://www.wxpython.org/ which is multi-platform GUI toolkit. It is created in wxGlade, see http://wxglade.sourceforge.net/ for details.

It also uses pyexiv2 http://tilloy.net/dev/pyexiv2/ for EXIF access. You should get the latest version, the one in your package manager most likely is too old.

Clone this wiki locally