<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: First release of Tegaki</title>
	<atom:link href="http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/</link>
	<description>Machine Learning, Data Mining, Natural Language Processing…</description>
	<lastBuildDate>Mon, 02 Jan 2012 10:53:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Mathieu</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188409</link>
		<dc:creator>Mathieu</dc:creator>
		<pubDate>Mon, 06 Jul 2009 13:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188409</guid>
		<description>Then I don&#039;t know. Your error messages contains:

TypeError: unbound method get_all_available_models() must be called with Recognizer instance as first argument (got nothing instead)

I don&#039;t understand why because get_all_available_models is defined as a static method (with a decorator) and thus it doesn&#039;t need an instance. I think that your Python version has a bug with static methods or decorators.

Can you use the project discussion group for further discussion? Thank you!</description>
		<content:encoded><![CDATA[<p>Then I don&#8217;t know. Your error messages contains:</p>
<p>TypeError: unbound method get_all_available_models() must be called with Recognizer instance as first argument (got nothing instead)</p>
<p>I don&#8217;t understand why because get_all_available_models is defined as a static method (with a decorator) and thus it doesn&#8217;t need an instance. I think that your Python version has a bug with static methods or decorators.</p>
<p>Can you use the project discussion group for further discussion? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188403</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Mon, 06 Jul 2009 07:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188403</guid>
		<description>thanks for your answer ...

python version is 2.5.4
i did also try the sid-packages first ... but same problem, whenever I click on tegaki in scim, nothing happens, and if I start tegaki-recognizer it gives me the same error ...

if I am comment out the part where tegakigtk/recognizer.py searches for the recognizers and models, tegaki loads ... but of course without any models ... so the problem seems to be there ...

zinna and tegaki python bindings are also ok ... can load them from within python shell ...

really cant see what I am missing here ...</description>
		<content:encoded><![CDATA[<p>thanks for your answer &#8230;</p>
<p>python version is 2.5.4<br />
i did also try the sid-packages first &#8230; but same problem, whenever I click on tegaki in scim, nothing happens, and if I start tegaki-recognizer it gives me the same error &#8230;</p>
<p>if I am comment out the part where tegakigtk/recognizer.py searches for the recognizers and models, tegaki loads &#8230; but of course without any models &#8230; so the problem seems to be there &#8230;</p>
<p>zinna and tegaki python bindings are also ok &#8230; can load them from within python shell &#8230;</p>
<p>really cant see what I am missing here &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188392</link>
		<dc:creator>Mathieu</dc:creator>
		<pubDate>Mon, 06 Jul 2009 04:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188392</guid>
		<description>What is your Python version? You can get it with &quot;python -V&quot;.

Also note that Debian (sid) has packages for Tegaki already, so you may want to use them instead of installing Tegaki by hand.

tegaki-recognizer should work without argument.</description>
		<content:encoded><![CDATA[<p>What is your Python version? You can get it with &#8220;python -V&#8221;.</p>
<p>Also note that Debian (sid) has packages for Tegaki already, so you may want to use them instead of installing Tegaki by hand.</p>
<p>tegaki-recognizer should work without argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188286</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188286</guid>
		<description>yes i did ...
indeed i cant even get it to run on my debian-desktop ... everything compiles fine, but whenever i try to start it in scim nothing happens ... runnin &quot;tegaki-recognize&quot; on console doesnt work ... it gives me following error:

Traceback (most recent call last):
  File &quot;/usr/bin/tegaki-recognize&quot;, line 111, in 
    TegakiRecognize(options.hide).run()
  File &quot;/usr/bin/tegaki-recognize&quot;, line 41, in __init__
    self._create_window()
  File &quot;/usr/bin/tegaki-recognize&quot;, line 63, in _create_window
    rw = SmartRecognizerWidget()
  File &quot;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&quot;, line 320, in __init__
    RecognizerWidgetBase.__init__(self)
  File &quot;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&quot;, line 50, in __init__
    self._load_preferences()
  File &quot;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&quot;, line 57, in _load_preferences
    self.set_selected_model(pm[&quot;GENERAL&quot;][&quot;SELECTED_MODEL&quot;])
  File &quot;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&quot;, line 216, in set_selected_model
    r_name, model_name, meta = Recognizer.get_all_available_models()[i]
TypeError: unbound method get_all_available_models() must be called with Recognizer instance as first argument (got nothing instead)

what am I missing? I know it seems there is some argument missing ... but which one?
regards
fred</description>
		<content:encoded><![CDATA[<p>yes i did &#8230;<br />
indeed i cant even get it to run on my debian-desktop &#8230; everything compiles fine, but whenever i try to start it in scim nothing happens &#8230; runnin &#8220;tegaki-recognize&#8221; on console doesnt work &#8230; it gives me following error:</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/usr/bin/tegaki-recognize&#8221;, line 111, in<br />
    TegakiRecognize(options.hide).run()<br />
  File &#8220;/usr/bin/tegaki-recognize&#8221;, line 41, in __init__<br />
    self._create_window()<br />
  File &#8220;/usr/bin/tegaki-recognize&#8221;, line 63, in _create_window<br />
    rw = SmartRecognizerWidget()<br />
  File &#8220;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&#8221;, line 320, in __init__<br />
    RecognizerWidgetBase.__init__(self)<br />
  File &#8220;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&#8221;, line 50, in __init__<br />
    self._load_preferences()<br />
  File &#8220;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&#8221;, line 57, in _load_preferences<br />
    self.set_selected_model(pm["GENERAL"]["SELECTED_MODEL"])<br />
  File &#8220;/usr/lib/python2.5/site-packages/tegakigtk/recognizer.py&#8221;, line 216, in set_selected_model<br />
    r_name, model_name, meta = Recognizer.get_all_available_models()[i]<br />
TypeError: unbound method get_all_available_models() must be called with Recognizer instance as first argument (got nothing instead)</p>
<p>what am I missing? I know it seems there is some argument missing &#8230; but which one?<br />
regards<br />
fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188274</link>
		<dc:creator>Mathieu</dc:creator>
		<pubDate>Sat, 04 Jul 2009 07:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-188274</guid>
		<description>I&#039;ll try to prepare Debian packages for the device when I get some time. 

Did you install python2.5-gtk2 ?</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try to prepare Debian packages for the device when I get some time. </p>
<p>Did you install python2.5-gtk2 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-187407</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Sat, 20 Jun 2009 23:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-187407</guid>
		<description>Is there any package available already for n810?
I tried to compile it by myself, which works ... but I cant load it, bcz of python-gtk-something missing ... 
did you already successfully compile it on one of those devices?
Regards
fred</description>
		<content:encoded><![CDATA[<p>Is there any package available already for n810?<br />
I tried to compile it by myself, which works &#8230; but I cant load it, bcz of python-gtk-something missing &#8230;<br />
did you already successfully compile it on one of those devices?<br />
Regards<br />
fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braun</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-180111</link>
		<dc:creator>Roger Braun</dc:creator>
		<pubDate>Mon, 16 Feb 2009 20:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-180111</guid>
		<description>Yeah, I forgot the python bindings. And i did run into that compile error, so thanks for  your help! It&#039;s working great now. Lack of a good IME-Pad (for lack of a better term) in Linux was one of the reasons some of my friends continue to use Windows. This really is a great program!</description>
		<content:encoded><![CDATA[<p>Yeah, I forgot the python bindings. And i did run into that compile error, so thanks for  your help! It&#8217;s working great now. Lack of a good IME-Pad (for lack of a better term) in Linux was one of the reasons some of my friends continue to use Windows. This really is a great program!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-180108</link>
		<dc:creator>Mathieu</dc:creator>
		<pubDate>Mon, 16 Feb 2009 18:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-180108</guid>
		<description>Ok, so you&#039;re almost done installing Tegaki.

1) Did you install Zinnia bindings for Python? If so you should be able to do &quot;import zinnia&quot; in Python, like so:

$ python
Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49) 
[GCC 4.3.2] on linux2
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import zinnia
&gt;&gt;&gt;

The bindings are available in the python/ directory of the zinnia source. If you encounter problems compiling the bindings, the following bug report may help you:
http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2589496&amp;group_id=232651&amp;atid=1086998

If you did install the python bindings, one problem may be that the zinnia Python module cannot dynamically load the zinnia library. Check that /usr/local/lib is in the list of loadable paths.

$ cat /etc/ld.so.conf.d/i486-linux-gnu.conf 
# Multiarch support
/lib/i486-linux-gnu
/usr/lib/i486-linux-gnu
/usr/local/lib

Run this after modifying the file:
$ sudo ldconfig

2) Did you install a model?  You need to install tegaki-zinnia-japanese and/or tegaki-zinnia-simplified-chinese, depending on your needs. 

If you&#039;re running Ubuntu Intrepid, there exist unofficial packages:
http://blog.lidaobing.info/2009/02/tagaki-01-is-ready-for-ubuntu-810.html</description>
		<content:encoded><![CDATA[<p>Ok, so you&#8217;re almost done installing Tegaki.</p>
<p>1) Did you install Zinnia bindings for Python? If so you should be able to do &#8220;import zinnia&#8221; in Python, like so:</p>
<p>$ python<br />
Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49)<br />
[GCC 4.3.2] on linux2<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
>>> import zinnia<br />
>>></p>
<p>The bindings are available in the python/ directory of the zinnia source. If you encounter problems compiling the bindings, the following bug report may help you:<br />
<a href="http://sourceforge.net/tracker/index.php?func=detail&#038;aid=2589496&#038;group_id=232651&#038;atid=1086998" rel="nofollow">http://sourceforge.net/tracker/index.php?func=detail&#038;aid=2589496&#038;group_id=232651&#038;atid=1086998</a></p>
<p>If you did install the python bindings, one problem may be that the zinnia Python module cannot dynamically load the zinnia library. Check that /usr/local/lib is in the list of loadable paths.</p>
<p>$ cat /etc/ld.so.conf.d/i486-linux-gnu.conf<br />
# Multiarch support<br />
/lib/i486-linux-gnu<br />
/usr/lib/i486-linux-gnu<br />
/usr/local/lib</p>
<p>Run this after modifying the file:<br />
$ sudo ldconfig</p>
<p>2) Did you install a model?  You need to install tegaki-zinnia-japanese and/or tegaki-zinnia-simplified-chinese, depending on your needs. </p>
<p>If you&#8217;re running Ubuntu Intrepid, there exist unofficial packages:<br />
<a href="http://blog.lidaobing.info/2009/02/tagaki-01-is-ready-for-ubuntu-810.html" rel="nofollow">http://blog.lidaobing.info/2009/02/tagaki-01-is-ready-for-ubuntu-810.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braun</title>
		<link>http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-180106</link>
		<dc:creator>Roger Braun</dc:creator>
		<pubDate>Mon, 16 Feb 2009 17:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mblondel.org/journal/2009/02/11/first-release-of-tegaki/#comment-180106</guid>
		<description>That&#039;s great news! Sadly, I can&#039;t get it to run. I installed all the packages and Zinnia, but when I open tegaki in SCIM it says it has no models or recognizers installed.</description>
		<content:encoded><![CDATA[<p>That&#8217;s great news! Sadly, I can&#8217;t get it to run. I installed all the packages and Zinnia, but when I open tegaki in SCIM it says it has no models or recognizers installed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

