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 =
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
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
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