Re: [Tutor] dialog boxes for Windows

2005-09-21 Thread Kent Johnson
Victor Reijs wrote: > Hello all of you, > > I want to use yes/no-, text-, info-, checklist- dialog boxes in my image > manipulation program (on a Windows XP Pro system using python 2.2 and > 2.3). What is the best way to do this? If your program does not have a GUI and you want to add some simple

[Tutor] dialog boxes for Windows

2005-09-21 Thread Victor Reijs
Hello all of you, I want to use yes/no-, text-, info-, checklist- dialog boxes in my image manipulation program (on a Windows XP Pro system using python 2.2 and 2.3). What is the best way to do this? Do peopel have some examples or links? I want to know which python modules are needed and where t