LDTPeditor / guiexit undefined

View: New views
4 Messages — Rating Filter:   Alert me  

LDTPeditor / guiexit undefined

by sathiya dev thangasamy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi ,

I am facing some diffcultied could you please help me in solving the issues ?

 1) Ldtpeditor outputs the following error when preference tab is selected

   /usr/local/bin/ldtpeditor", line 262, in preferenceClicked
    for param, value in prefDic.iteritems ():
   AttributeError: 'NoneType' object has no attribute 'iteritems'

   because of the above issue i cannot able view wheather mouse event is selected or not.

 2) when i try to explore through python script i found following issues

   
    Traceback (most recent call last):
     File "./sample2.py", line 6, in ?
     new=guiexit ('Catalyst Control Center')
    NameError: name 'guiexit' is not defined

Note:
-----

 OS used : RHEL 5.2_32 bit
 Desktop Manager : GNOME
 LDTP Version : 1.4.0

thanks
sathiyadev


_______________________________________________
LDTP-dev mailing list
LDTP-dev@...
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Re: LDTPeditor / guiexit undefined

by Nagappan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Sathiyadev,

Comments inline.

Thanks
Nagappan

On Thu, Jul 30, 2009 at 6:12 AM, sathiya dev thangasamy <sathiyadev@...> wrote:
hi ,

I am facing some diffcultied could you please help me in solving the issues ?

 1) Ldtpeditor outputs the following error when preference tab is selected

   /usr/local/bin/ldtpeditor", line 262, in preferenceClicked
    for param, value in prefDic.iteritems ():
   AttributeError: 'NoneType' object has no attribute 'iteritems'

   because of the above issue i cannot able view wheather mouse event is selected or not.

Guess this is a bug in LDTP editor. Can you file a bug and also the scenario you tried ? http://ldtp.freedesktop.org/wiki/Bugs


 2) when i try to explore through python script i found following issues

   
    Traceback (most recent call last):
     File "./sample2.py", line 6, in ?
     new=guiexit ('Catalyst Control Center')
    NameError: name 'guiexit' is not defined

There is no such API exist. Guess you are interested in using guiexist or waittillguinotexist ? Refer to the online documentation - http://ldtp.freedesktop.org/user-doc/index.html
 

Note:
-----

 OS used : RHEL 5.2_32 bit
 Desktop Manager : GNOME
 LDTP Version : 1.4.0

You are using older version of LDTP. Can you try using latest LDTP binary from http://download.opensuse.org/repositories/home:/anagappan/ ?

--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com

_______________________________________________
LDTP-dev mailing list
LDTP-dev@...
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Re: LDTPeditor / guiexit undefined

by sathiya dev thangasamy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for quick reply.

guiexist return 0 when i try to check whether window is opened or not. Its only happening when i try to work with ATI Catalyst Control Center application. When i try to  the same for the terminal window guiexist returns 1.

This means that ATI Catalyst Control Center is not assistive technology enabled. How will i find whether the application is enable with assistive technology enabled. I have enable assistive technology from system->prefrences.

Thanks
sathiyadev

On Fri, Jul 31, 2009 at 8:16 AM, Nagappan Alagappan <nagappan@...> wrote:
Hello Sathiyadev,

Comments inline.

Thanks
Nagappan

On Thu, Jul 30, 2009 at 6:12 AM, sathiya dev thangasamy <sathiyadev@...> wrote:
hi ,

I am facing some diffcultied could you please help me in solving the issues ?

 1) Ldtpeditor outputs the following error when preference tab is selected

   /usr/local/bin/ldtpeditor", line 262, in preferenceClicked
    for param, value in prefDic.iteritems ():
   AttributeError: 'NoneType' object has no attribute 'iteritems'

   because of the above issue i cannot able view wheather mouse event is selected or not.

Guess this is a bug in LDTP editor. Can you file a bug and also the scenario you tried ? http://ldtp.freedesktop.org/wiki/Bugs


 2) when i try to explore through python script i found following issues

   
    Traceback (most recent call last):
     File "./sample2.py", line 6, in ?
     new=guiexit ('Catalyst Control Center')
    NameError: name 'guiexit' is not defined

There is no such API exist. Guess you are interested in using guiexist or waittillguinotexist ? Refer to the online documentation - http://ldtp.freedesktop.org/user-doc/index.html
 

Note:
-----

 OS used : RHEL 5.2_32 bit
 Desktop Manager : GNOME
 LDTP Version : 1.4.0

You are using older version of LDTP. Can you try using latest LDTP binary from http://download.opensuse.org/repositories/home:/anagappan/ ?

--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com


_______________________________________________
LDTP-dev mailing list
LDTP-dev@...
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Re: LDTPeditor / guiexit undefined

by Nagappan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Sathiyadev,

You can verify with at-poke on RHEL or using Accerciser on Ubuntu / SUSE.

Thanks
Nagappan

On Fri, Jul 31, 2009 at 2:06 AM, sathiya dev thangasamy <sathiyadev@...> wrote:
Thanks for quick reply.

guiexist return 0 when i try to check whether window is opened or not. Its only happening when i try to work with ATI Catalyst Control Center application. When i try to  the same for the terminal window guiexist returns 1.

This means that ATI Catalyst Control Center is not assistive technology enabled. How will i find whether the application is enable with assistive technology enabled. I have enable assistive technology from system->prefrences.

Thanks
sathiyadev

On Fri, Jul 31, 2009 at 8:16 AM, Nagappan Alagappan <nagappan@...> wrote:
Hello Sathiyadev,

Comments inline.

Thanks
Nagappan

On Thu, Jul 30, 2009 at 6:12 AM, sathiya dev thangasamy <sathiyadev@...> wrote:
hi ,

I am facing some diffcultied could you please help me in solving the issues ?

 1) Ldtpeditor outputs the following error when preference tab is selected

   /usr/local/bin/ldtpeditor", line 262, in preferenceClicked
    for param, value in prefDic.iteritems ():
   AttributeError: 'NoneType' object has no attribute 'iteritems'

   because of the above issue i cannot able view wheather mouse event is selected or not.

Guess this is a bug in LDTP editor. Can you file a bug and also the scenario you tried ? http://ldtp.freedesktop.org/wiki/Bugs


 2) when i try to explore through python script i found following issues

   
    Traceback (most recent call last):
     File "./sample2.py", line 6, in ?
     new=guiexit ('Catalyst Control Center')
    NameError: name 'guiexit' is not defined

There is no such API exist. Guess you are interested in using guiexist or waittillguinotexist ? Refer to the online documentation - http://ldtp.freedesktop.org/user-doc/index.html
 

Note:
-----

 OS used : RHEL 5.2_32 bit
 Desktop Manager : GNOME
 LDTP Version : 1.4.0

You are using older version of LDTP. Can you try using latest LDTP binary from http://download.opensuse.org/repositories/home:/anagappan/ ?

--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com




--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com

_______________________________________________
LDTP-dev mailing list
LDTP-dev@...
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev