Re: [Boa Constr] wx.GetDefaultPyEncoding()
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-08-21 16:03:25
|
Gianfranco, gianfranco bonacorsi wrote: Please copy the list so others will see whatever solution we will find to this problem. > well this for example, it is just a test, don't mind the contents, is not a real application , it is more an exercise but it shoud work. > What I mean is that I get this kind of problem even when I start a brand new application and try to save it............ doesnt seem related to the runnable python > Strange but it does work for me, except having to correct an indentation problems and the following exception: Traceback (most recent call last): File "C:\Dev\BoaTest04\GianfrancoB\Frame1.py", line 123, in OnButton1Button self.staticText3.SetLabel('Il tipo non e : %s' ) % tipo TypeError: unsupported operand type(s) for %: 'NoneType' and 'type' I changed the line to this: self.staticText3.SetLabel('Il tipo non e : %s' ) % tipo But further checking needs to be done to ensure that tipo has a value. I will do some more testing by using folder and file names with non ascii codes but it would help if you give me: - what are the folder names you use - how does one invoke the dialog in your app to cause the original error on filedialog - what are the steps 1 to n you perform to create the error Please provide as detailed information as you can, so not to waste your time nor my time in trying to figure this problem out. See you Werner > > ----- Original Message ---- > From: Werner F. Bruhin <wer...@fr...> > To: gianfranco bonacorsi <bg...@ya...> > Cc: boa...@li... > Sent: Tuesday, August 21, 2007 5:44:47 PM > Subject: Re: wx.GetDefaultPyEncoding() > > > Hi, > > gianfranco bonacorsi wrote: > >> C'est toujours le même probleme sous windows 2000, ça n'a rien à voir avec le programme en Python >> , c'est boa qui foire........... >> >> > This does not get you anywhere nor does it help me (or anyone else) to > help you. > > I use Boa on Win XP, Win Vista and Win 2000 without problems like you > report. > > So, either provide more detail or..................... > > By this I mean a small sample application which does show the problem on > your machine and then we might be able to help you. > > Werner > > > > ____________________________________________________________________________________ > Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. > http://autos.yahoo.com/carfinder/ |