shawn bright a écrit :
hello there,

i have been writing in pygtk for over a year, but now i have a new challenge. i need to write a gui app for windows. This will be an admin form that will allow a distributer to update a database. Well, we have three distributors, none have any experience in linux, so i need to write this for windows. My question is, can this be done ? will a pygtk app run on windows if they install gtk libs and python ? if so, are there any gotchas i might need to be aware of ? lastly, is this going to be a major ordeal ? i have most of the code written for linux, and could translate easier than start from scratch. But, if it is going to be too big a hassle, i suppose i could avail myself to learn wxWidgets .

any advice out there ?
thanks

shawn



this will work nicely if they install python and GTK for windows.

You can even build a .exe with py2exe that contain python and GTK so that they won't need anything. you can have a look on this page [0] to see who we do that in Gajim

[0] http://trac.gajim.org/wiki/DevWindows
--
Yann
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to