<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Sending SMS with Skype on Linux</title>
	<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/</link>
	<description>The Weblog of Vincent Oberle - Thoughts and opinions about technology and business</description>
	<pubDate>Thu, 11 Mar 2010 19:29:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Aram Hovsepyan</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-59576</link>
		<pubDate>Wed, 27 Aug 2008 12:27:56 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-59576</guid>
					<description>Hey Vincent,

I have a minor issue with the script you wrote. Whenever I send an SMS message my processor usage goes to 100% until I get delivery report "All targets successfully delivered". Any ideas how could I fix this.

Thnx.</description>
		<content:encoded><![CDATA[<p>Hey Vincent,</p>
<p>I have a minor issue with the script you wrote. Whenever I send an SMS message my processor usage goes to 100% until I get delivery report &#8220;All targets successfully delivered&#8221;. Any ideas how could I fix this.</p>
<p>Thnx.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stefano</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-46006</link>
		<pubDate>Fri, 04 Jan 2008 14:10:19 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-46006</guid>
					<description>I tried it on Fedora Core 6, with python 2.4.4 and Skype 2.0.0.27. It works fine, after installing Skype4Py 0.9.28.7 and ctypes 1.0.2.

Great work!
I wonder why it is not included in the official Skype release!

Stefano</description>
		<content:encoded><![CDATA[<p>I tried it on Fedora Core 6, with python 2.4.4 and Skype 2.0.0.27. It works fine, after installing Skype4Py 0.9.28.7 and ctypes 1.0.2.</p>
<p>Great work!<br />
I wonder why it is not included in the official Skype release!</p>
<p>Stefano
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: pickarooney</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-45841</link>
		<pubDate>Mon, 31 Dec 2007 23:36:01 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-45841</guid>
					<description>I have the following error and have nothing in the Public API list in Skype 2 Beta. Any tips?

Traceback (most recent call last):
  File "./send_sms.py", line 154, in 
    api = SkypeSMS()
  File "./send_sms.py", line 34, in __init__
    self.api.Attach()  # Attach to Skype client
  File "/usr/lib/python2.5/site-packages/Skype4Py/skype.py", line 470, in Attach
    self._API.Attach(self.Timeout, Wait)
  File "/usr/lib/python2.5/site-packages/Skype4Py/API/posix_x11.py", line 320, in Attach
    raise ISkypeAPIError('Skype attach timeout')
Skype4Py.errors.ISkypeAPIError: Skype attach timeout</description>
		<content:encoded><![CDATA[<p>I have the following error and have nothing in the Public API list in Skype 2 Beta. Any tips?</p>
<p>Traceback (most recent call last):<br />
  File &#8220;./send_sms.py&#8221;, line 154, in<br />
    api = SkypeSMS()<br />
  File &#8220;./send_sms.py&#8221;, line 34, in __init__<br />
    self.api.Attach()  # Attach to Skype client<br />
  File &#8220;/usr/lib/python2.5/site-packages/Skype4Py/skype.py&#8221;, line 470, in Attach<br />
    self._API.Attach(self.Timeout, Wait)<br />
  File &#8220;/usr/lib/python2.5/site-packages/Skype4Py/API/posix_x11.py&#8221;, line 320, in Attach<br />
    raise ISkypeAPIError(&#8217;Skype attach timeout&#8217;)<br />
Skype4Py.errors.ISkypeAPIError: Skype attach timeout
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sam</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-44632</link>
		<pubDate>Thu, 06 Dec 2007 04:21:58 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-44632</guid>
					<description>Has anyone found a work around so you don't have to remove send_sms from the public api allowed programs each time? I tried fmatheus tip but it alters sk_send_sms.py instead of send_sms.py. What line do I need to add the 'sms_sender'+random.random() line to? Any help much appreciated.

Btw Great script Vincemt, Keep up the good work</description>
		<content:encoded><![CDATA[<p>Has anyone found a work around so you don&#8217;t have to remove send_sms from the public api allowed programs each time? I tried fmatheus tip but it alters sk_send_sms.py instead of send_sms.py. What line do I need to add the &#8217;sms_sender&#8217;+random.random() line to? Any help much appreciated.</p>
<p>Btw Great script Vincemt, Keep up the good work
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Aram Hovsepyan</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-44064</link>
		<pubDate>Tue, 20 Nov 2007 14:19:18 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-44064</guid>
					<description>great job. any future plans to make a more complex script which can be more or less integrated with skype?</description>
		<content:encoded><![CDATA[<p>great job. any future plans to make a more complex script which can be more or less integrated with skype?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jan</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-42753</link>
		<pubDate>Tue, 30 Oct 2007 14:32:26 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-42753</guid>
					<description>Thanks for the update. The only thing that confused me is that the script is called send_sms.py but at the top of this page it still states sk_send_sms.py, so first it didn't work until I realised it had changed.

Thanks again and all the best.</description>
		<content:encoded><![CDATA[<p>Thanks for the update. The only thing that confused me is that the script is called send_sms.py but at the top of this page it still states sk_send_sms.py, so first it didn&#8217;t work until I realised it had changed.</p>
<p>Thanks again and all the best.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: fmatheus</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-38709</link>
		<pubDate>Fri, 31 Aug 2007 21:37:51 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-38709</guid>
					<description>A more easy workaround could be replace   
 'sms_sender'
at line 93 of sk_send_sms.py with
 'sms_sender'+`random.random()`
remember to add
 import random
at the begin of file.
This way you dont have to delete sms_sender every time. Just answer yes! =)</description>
		<content:encoded><![CDATA[<p>A more easy workaround could be replace<br />
 &#8217;sms_sender&#8217;<br />
at line 93 of sk_send_sms.py with<br />
 &#8217;sms_sender&#8217;+`random.random()`<br />
remember to add<br />
 import random<br />
at the begin of file.<br />
This way you dont have to delete sms_sender every time. Just answer yes! =)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: joaorf</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-38149</link>
		<pubDate>Sat, 25 Aug 2007 12:55:36 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-38149</guid>
					<description>Good job, Vincent!
But I also get the infamous «NameError: global name ‘StandardException’ is not defined».

fmatheus trick works. But it is strange this workaround is necessary...

Using Skype 1.4.0.99 with openSUSE 10.2</description>
		<content:encoded><![CDATA[<p>Good job, Vincent!<br />
But I also get the infamous «NameError: global name ‘StandardException’ is not defined».</p>
<p>fmatheus trick works. But it is strange this workaround is necessary&#8230;</p>
<p>Using Skype 1.4.0.99 with openSUSE 10.2
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: fmatheus</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-37930</link>
		<pubDate>Wed, 22 Aug 2007 22:10:29 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-37930</guid>
					<description>I have the same problem than Alex using Skype 1.4.0.99. The workaround is:

1) go to Skype-&#62;Options-&#62;Public API and removing sms_sender.

2) So the next time you try sent the message it will ask you again, so answer yes quickly.

To send another, you'll need follow these steps again!

Maybe this help you debug this Vincent...
btw, thanks for the nice job!</description>
		<content:encoded><![CDATA[<p>I have the same problem than Alex using Skype 1.4.0.99. The workaround is:</p>
<p>1) go to Skype-&gt;Options-&gt;Public API and removing sms_sender.</p>
<p>2) So the next time you try sent the message it will ask you again, so answer yes quickly.</p>
<p>To send another, you&#8217;ll need follow these steps again!</p>
<p>Maybe this help you debug this Vincent&#8230;<br />
btw, thanks for the nice job!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alex</title>
		<link>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-37309</link>
		<pubDate>Tue, 14 Aug 2007 16:00:18 +0000</pubDate>
		<guid>http://www.oberle.org/blog/2007/06/11/sending-sms-with-skype-on-linux/#comment-37309</guid>
					<description>Hi,

The same here, with Kubuntu 7.04 the command line sender cannot connect to Skype:

~/skype_linux_tools$ ./sk_send_sms.py ### Hello world
Traceback (most recent call last):
  File "./sk_send_sms.py", line 187, in 
    api = SkypeSMS(options.debug)
  File "./sk_send_sms.py", line 93, in __init__
    self.api = SkypeAPI('sms_sender', debug)
  File "/home/alex/skype_linux_tools/skype_api.py", line 54, in __init__
    self.discover_skype(True)
  File "/home/alex/skype_linux_tools/skype_api.py", line 206, in discover_skype
    raise StandardException('Initialization failed')
NameError: global name 'StandardException' is not defined

Apart from python-xlib, do I need to install anything else? I'm using Skype 1.4.0.99</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The same here, with Kubuntu 7.04 the command line sender cannot connect to Skype:</p>
<p>~/skype_linux_tools$ ./sk_send_sms.py ### Hello world<br />
Traceback (most recent call last):<br />
  File &#8220;./sk_send_sms.py&#8221;, line 187, in<br />
    api = SkypeSMS(options.debug)<br />
  File &#8220;./sk_send_sms.py&#8221;, line 93, in __init__<br />
    self.api = SkypeAPI(&#8217;sms_sender&#8217;, debug)<br />
  File &#8220;/home/alex/skype_linux_tools/skype_api.py&#8221;, line 54, in __init__<br />
    self.discover_skype(True)<br />
  File &#8220;/home/alex/skype_linux_tools/skype_api.py&#8221;, line 206, in discover_skype<br />
    raise StandardException(&#8217;Initialization failed&#8217;)<br />
NameError: global name &#8216;StandardException&#8217; is not defined</p>
<p>Apart from python-xlib, do I need to install anything else? I&#8217;m using Skype 1.4.0.99
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
