[dabo-users] Problem in Dabo demo

2011-05-18 Thread melka...@terra.es
Hi! I'm a total novice to Dabo and (almost) to Python. I'm looking for a new tool to make backend programs, I just to use high level 4GL languages, like Progress or Windev. I just started to read the PyCon tutorial and play with the demo. Looks great! My question is simple. I have seen a differ

Re: [dabo-users] Problem in Dabo demo

2011-05-18 Thread Ed Leafe
On May 18, 2011, at 6:21 PM, melka...@terra.es wrote: > Hi! I'm a total novice to Dabo and (almost) to Python. Welcome to both Dabo and Python! > I'm looking for a new tool to make backend programs, I just to use high level > 4GL languages, like Progress or Windev. > I just started to

Re: [dabo-users] Problem in Dabo demo

2011-05-19 Thread Henning Hraban Ramm
Am 2011-05-19 um 00:21 schrieb melka...@terra.es: > Hi! I'm a total novice to Dabo and (almost) to Python. Welcome! > UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position > 0: ordinal not in range(128) As Ed said, maybe it’s already fixed, but it might be a problem of an AS

Re: [dabo-users] Problem in Dabo demo

2011-05-19 Thread melka...@terra.es
's unicode! Thank you for your quick reply! Greetings from Barcelona melkarth Mensaje original De: hra...@fiee.net Fecha: 19/05/2011 11:08 Para: "Dabo Users list" Asunto: Re: [dabo-users] Problem in Dabo demo Am 2011-05-19 um 00:21 schrieb melka...@terra.es: > Hi! I&

[dabo-users] Problem in Dabo demo: Unsolved, but not crucial for me

2011-05-19 Thread melkarth0
Hello again. My problem with the accented characters in the dTextBox section of the DaboDemo.py still remains, but, as I am learning dabo quite quickly thanks to the tutorial, I've adapted a little code. import dabo dabo.ui.loadUI("wx") class HelloPyConForm(dabo.ui.dForm): def afterIn