<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/pydza/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/pydza/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/pydza/bugs/</id><updated>2006-05-12T04:21:07Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Syntax Error in load_level_file</title><link href="https://sourceforge.net/p/pydza/bugs/1/" rel="alternate"/><published>2006-05-12T04:21:07Z</published><updated>2006-05-12T04:21:07Z</updated><author><name>Joseph Quigley</name><uri>https://sourceforge.net/u/cpufreak91/</uri></author><id>https://sourceforge.net6f6eafcc33d0719606ea83fa7cb4adf562c9c671</id><summary type="html">&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;</summary></entry></feed>