py2exe problem

2009-04-01 Thread Wolfgang Forstmeier
Hey list, what kind of error do I have with getting this error at starting my app. Im am not using IdleConf.GetOption right now. Warning: configHandler.py - IdleConf.GetOption - problem retrieving configration option 'name' from section 'Keys'. returning default value: '' --

Re: py2exe problem

2009-04-02 Thread Wolfgang Forstmeier
On 02.04.2009 11:34, Gabriel Genellina wrote: En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier mail...@supai.de escribió: what kind of error do I have with getting this error at starting my app. Im am not using IdleConf.GetOption right now. Warning: configHandler.py

Re: py2exe problem

2009-04-03 Thread Wolfgang Forstmeier
On 03.04.2009 05:29, Gabriel Genellina wrote: En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier mail...@supai.de escribió: On 02.04.2009 11:34, Gabriel Genellina wrote: En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier mail...@supai.de escribió: what kind of error do I have

Re: py2exe problem

2009-04-06 Thread Wolfgang Forstmeier
On 03.04.2009 15:58, Dave Angel wrote: Wolfgang Forstmeier wrote: snip / Ok, but do you really use idlelib for something? Or it's just some random code you found somewhere and drop into your application? Ah yes, I really use this. I create some message boxes for a little GUI application