<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/pydza/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/pydza/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 12 May 2006 04:21:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pydza/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Syntax Error in load_level_file</title><link>https://sourceforge.net/p/pydza/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I'm running GNU/Linux 2.6.15.1 with Python 2.4.2&lt;br /&gt;
and Pygame 1.7. You game gave me this error when it&lt;br /&gt;
tried to load the first level:&lt;/p&gt;
&lt;p&gt;pydza.py", line 781, in load_level_file&lt;br /&gt;
eval(evalline)&lt;br /&gt;
File "&amp;lt;string&amp;gt;", line 1&lt;br /&gt;
()&lt;br /&gt;
^&lt;br /&gt;
SyntaxError: invalid syntax&lt;/p&gt;
&lt;p&gt;I got around the issue by adding the following code&lt;br /&gt;
(Line 781):&lt;br /&gt;
try:&lt;br /&gt;
eval(evallline)&lt;br /&gt;
except SyntaxError:&lt;br /&gt;
pass&lt;/p&gt;
&lt;p&gt;and was able to play the game. Kudos on a fun game!&lt;/p&gt;
&lt;p&gt;I have attached the edited file.&lt;br /&gt;
You can reach me @ cpu dot crazy at gmail dot com if&lt;br /&gt;
you need anything.&lt;br /&gt;
Joe&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joseph Quigley</dc:creator><pubDate>Fri, 12 May 2006 04:21:07 -0000</pubDate><guid>https://sourceforge.net6f6eafcc33d0719606ea83fa7cb4adf562c9c671</guid></item></channel></rss>