helpviewer and a wxpython application crash

2005-09-28 Thread klaus . roedel
Hi @all, I've implement a python application with boa constructor and wx.python. Now I wanted to add a help to my application. I found the helpviewer, where it is very easy to open a helpbook. So I've create an helpbook with boa constructor and then I open the book with the helpviewer. That's all

py2exe 0.6.2 version resources

2005-09-20 Thread klaus . roedel
Hi @all, I've implementet a simple setup script for my application with py2exe. The setup.py works fine, but now I want to add version resources to my *.exe-file. But how can I do it? I've tested it with the setup.cfg, but that doesn't work. I alwayse became the errormessage: error: error in set

wxnotebook and tooltips

2005-08-30 Thread klaus . roedel
Hi, I've implemented a wxnotebook on my application. I can set a tooltip for the complete notebook, but I want to set for every page a tooltip, so that the user can get additionally information over it before he change it. Is this possible with python and wxwidgets? Thanks for any help. Greets Klau