Re: A question about a metacharacter

2008-03-20 Thread ajaksu
On Mar 20, 8:19 am, igbt <[EMAIL PROTECTED]> wrote: > However, if you don't enter anything the > script works but if you enter a dot (.) the script does not work. Have you tried it with other non-metacharacter values? > sss = entryName.get_text()      # The script gets the text >         if sss =

Re: A question about a metacharacter

2008-03-20 Thread igbt
On 20 mar, 12:38, Chris <[EMAIL PROTECTED]> wrote: > On Mar 20, 1:19 pm, igbt <[EMAIL PROTECTED]> wrote: > > > > > I am creating a simple script which is using gtk. In this script you > > must enter a text, if you do not enter anything or you enter a dot, > > the script will be finished. However, i

Re: A question about a metacharacter

2008-03-20 Thread Chris
On Mar 20, 1:19 pm, igbt <[EMAIL PROTECTED]> wrote: > I am creating a simple script which is using gtk. In this script you > must enter a text, if you do not enter anything or you enter a dot, > the script will be finished. However, if you don't enter anything the > script works but if you enter a

A question about a metacharacter

2008-03-20 Thread igbt
I am creating a simple script which is using gtk. In this script you must enter a text, if you do not enter anything or you enter a dot, the script will be finished. However, if you don't enter anything the script works but if you enter a dot (.) the script does not work. I was investigating about