<?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"
	>
<channel>
	<title>Comments for LucasManual.com Blog</title>
	<atom:link href="http://lucasmanual.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasmanual.com/blog</link>
	<description>LucasManual Technical Manuals and Blogs</description>
	<pubDate>Fri, 12 Mar 2010 14:44:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on isbn Records Retrieval by szybalski</title>
		<link>http://lucasmanual.com/blog/2009/isbn-records-retrieval/#comment-204</link>
		<dc:creator>szybalski</dc:creator>
		<pubDate>Fri, 08 May 2009 14:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://lucasmanual.com/blog/2009/isbn-records-retrieval/#comment-204</guid>
		<description>I'm using debian and I've installed python-ply package. I then tried
to use PyZ3950 package but it failed to import due to:

from PyZ3950 import zoom
Traceback (most recent call last):
 File "&lt;stdin&gt;", line 1, in &lt;module&gt;
 File "build/bdist.linux-i686/egg/PyZ3950/zoom.py", line 73, in &lt;module&gt;
 File "build/bdist.linux-i686/egg/PyZ3950/ccl.py", line 124, in &lt;module&gt;
ImportError: No module named lex


I then edited line 124 in ccl.py

from:

import lex

to:

from ply import lex

Then I got another error.
from PyZ3950 import zoom
Traceback (most recent call last):
 File "&lt;stdin&gt;", line 1, in &lt;module&gt;
 File "build/bdist.linux-i686/egg/PyZ3950/zoom.py", line 73, in &lt;module&gt;
 File "/home/lucas/tmp/pyenv/lib/python2.5/site-packages/PyZ3950-2.04-py2.5-linux-i686.egg/PyZ3950/ccl.py",
line 140, in &lt;module&gt;
ImportError: No module named yacc


Again on line 140, I've changed the import statement to:

from ply import yacc

After these 2 fixes I was able to import  module successfully.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using debian and I&#8217;ve installed python-ply package. I then tried<br />
to use PyZ3950 package but it failed to import due to:</p>
<p>from PyZ3950 import zoom<br />
Traceback (most recent call last):<br />
 File &#8220;<stdin>&#8220;, line 1, in <module><br />
 File &#8220;build/bdist.linux-i686/egg/PyZ3950/zoom.py&#8221;, line 73, in </module><module><br />
 File &#8220;build/bdist.linux-i686/egg/PyZ3950/ccl.py&#8221;, line 124, in </module><module><br />
ImportError: No module named lex</p>
<p>I then edited line 124 in ccl.py</p>
<p>from:</p>
<p>import lex</p>
<p>to:</p>
<p>from ply import lex</p>
<p>Then I got another error.<br />
from PyZ3950 import zoom<br />
Traceback (most recent call last):<br />
 File &#8220;<stdin>&#8220;, line 1, in <module><br />
 File &#8220;build/bdist.linux-i686/egg/PyZ3950/zoom.py&#8221;, line 73, in </module><module><br />
 File &#8220;/home/lucas/tmp/pyenv/lib/python2.5/site-packages/PyZ3950-2.04-py2.5-linux-i686.egg/PyZ3950/ccl.py&#8221;,<br />
line 140, in </module><module><br />
ImportError: No module named yacc</p>
<p>Again on line 140, I&#8217;ve changed the import statement to:</p>
<p>from ply import yacc</p>
<p>After these 2 fixes I was able to import  module successfully.</module></stdin></module></stdin></p>
]]></content:encoded>
	</item>
</channel>
</rss>
