Hi Suganthini,<div><br></div><div>Try installing accerciser package, which installs all required packages for LDTP. Then try running the test. Before trying something with Mago, can you please verify basic LDTP works ?</div>

<div><br></div><div>Go to python prompt, then type the following:</div><div><br></div><div>from ldtp import *</div><div>getapplist()</div><div>getwindowlist()</div><div><br></div><div>If the output != [], than means things are working, if the output is [], then something going wrong. Hope this helps to start with.</div>

<div><br></div><div>Thanks</div><div>Nagappan<br><br><div class="gmail_quote">On Tue, Sep 11, 2012 at 6:02 AM, ssatheeskumar <span dir="ltr"><<a href="mailto:sakthysuganthini@gmail.com" target="_blank">sakthysuganthini@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Nagappan,<br>
<br>
I got 'Mago' source from bazaar repository on Ubuntu11:04 machine. Then,<br>
tried to execute one of example test script, execution is getting failed by<br>
throwing the below output.<br>
<br>
ct-vostest102:~/magonew/mago/tests$ ./mago test_helloworld.py<br>
Gtk-Message: Failed to load module "canberra-gtk-module"<br>
Gtk-Message: Failed to load module "gail"<br>
Gtk-Message: Failed to load module "atk-bridge"<br>
Gtk-Message: Failed to load module "gail"<br>
Gtk-Message: Failed to load module "atk-bridge"<br>
Gtk-Message: Failed to load module "gail-gnome"<br>
/usr/lib/python2.7/dist-packages/gi/module.py:119: Warning: cannot register<br>
existing type `EventType'<br>
  wrapper = enum_register_new_gtype_and_add(info)<br>
<br>
** (-c:5747): CRITICAL **: pyg_enum_add: assertion `typename != NULL' failed<br>
/usr/lib/pymodules/python2.7/gtk-2.0/gtk/__init__.py:40: Warning: specified<br>
class size for type `PyGtkGenericCellRenderer' is smaller than the parent<br>
type's `GtkCellRenderer' class size<br>
  from gtk import _gtk<br>
/usr/lib/pymodules/python2.7/gtk-2.0/gtk/__init__.py:40: Warning:<br>
g_type_get_qdata: assertion `node != NULL' failed<br>
  from gtk import _gtk<br>
/usr/lib/pymodules/python2.7/gtk-2.0/gtk/__init__.py:40: Warning:<br>
g_ascii_strncasecmp: assertion `s2 != NULL' failed<br>
  from gtk import _gtk<br>
Traceback (most recent call last):<br>
  File "./mago", line 28, in <module><br>
    from mago import main<br>
  File "/home/virtusa/magonew/mago/mago/__init__.py", line 33, in <module><br>
    from mago.core import main, TestResult, TextTestRunner, magoConfig<br>
  File "/home/virtusa/magonew/mago/mago/core.py", line 27, in <module><br>
    from mago.application import TestApplication<br>
  File "/home/virtusa/magonew/mago/mago/application.py", line 24, in<br>
<module><br>
    import ldtp, ooldtp<br>
  File "/usr/local/lib/python2.7/dist-packages/ldtp/__init__.py", line 545,<br>
in <module><br>
    _populateNamespace(globals())<br>
  File "/usr/local/lib/python2.7/dist-packages/ldtp/__init__.py", line 225,<br>
in _populateNamespace<br>
    for method in client._client.system.listMethods():<br>
  File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__<br>
    return self.__send(self.__name, args)<br>
  File "/usr/lib/python2.7/xmlrpclib.py", line 1575, in __request<br>
    verbose=self.__verbose<br>
  File "/usr/local/lib/python2.7/dist-packages/ldtp/client.py", line 136, in<br>
request<br>
    self.send_content(h, request_body)<br>
  File "/usr/lib/python2.7/xmlrpclib.py", line 1439, in send_content<br>
    connection.endheaders(request_body)<br>
  File "/usr/lib/python2.7/httplib.py", line 951, in endheaders<br>
    self._send_output(message_body)<br>
  File "/usr/lib/python2.7/httplib.py", line 811, in _send_output<br>
    self.send(msg)<br>
  File "/usr/lib/python2.7/httplib.py", line 773, in send<br>
    self.connect()<br>
  File "/usr/lib/python2.7/httplib.py", line 754, in connect<br>
    self.timeout, self.source_address)<br>
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection<br>
    raise err<br>
socket.error: [Errno 111] Connection refused.<br>
<br>
Could you please let me the reason for getting connection refused?<br>
<br>
Thanks & Best Regards,<br>
Suganthini.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://old.nabble.com/Mago-command-is-getting-connection-refused-tp34418166p34418166.html" target="_blank">http://old.nabble.com/Mago-command-is-getting-connection-refused-tp34418166p34418166.html</a><br>


Sent from the Free Desktop - LDTP mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
LDTP-dev mailing list<br>
<a href="mailto:LDTP-dev@lists.freedesktop.org">LDTP-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/ldtp-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/ldtp-dev</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Linux Desktop (GUI Application) Testing Project - <a href="http://ldtp.freedesktop.org" target="_blank">http://ldtp.freedesktop.org</a><br>Cobra - Windows GUI Automation tool - <a href="https://github.com/ldtp/cobra" target="_blank">https://github.com/ldtp/cobra</a><br>

<a href="http://nagappanal.blogspot.com" target="_blank">http://nagappanal.blogspot.com</a><br>
</div>