<?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/pyut/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/pyut/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 31 Jul 2006 14:51:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pyut/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Can't load .put-File on Windows XP</title><link>https://sourceforge.net/p/pyut/bugs/48/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Trying to open a previously saved .put-file I get the &lt;br /&gt;
following two error messages:&lt;/p&gt;
&lt;p&gt;===========================Mon Jul 31 15:06:22 &lt;br /&gt;
2006Fatal error : : Error loading fileError loading &lt;br /&gt;
file&lt;/p&gt;
&lt;p&gt;The following error occured : no element found: line &lt;br /&gt;
1, column 0&lt;/p&gt;
&lt;p&gt;---------------------------&lt;br /&gt;
Error : xml.parsers.expat.ExpatError&lt;br /&gt;
Msg   : no element found: line 1, column 0&lt;br /&gt;
Trace :&lt;br /&gt;
('C:\\Python24\\Tools\\PyUT\\pyut-1.4.0&lt;br /&gt;
\\src\\PyutProject.py', &lt;br /&gt;
187, 'loadFromFilename', 'io.open(filename, self)')&lt;br /&gt;
('C:\\Python24\\Tools\\PyUT\\pyut-1.4.0&lt;br /&gt;
\\src\\IoFile.py', 104, 'open', 'dom = parseString&lt;br /&gt;
(xmlString)')&lt;br /&gt;
('C:\\Python24\\Lib\\site-&lt;br /&gt;
packages\\_xmlplus\\dom\\minidom.py', &lt;br /&gt;
1925, 'parseString', 'return expatbuilder.parseString&lt;br /&gt;
(string)')&lt;br /&gt;
('C:\\Python24\\Lib\\site-&lt;br /&gt;
packages\\_xmlplus\\dom\\expatbuilder.py', &lt;br /&gt;
942, 'parseString', 'return builder.parseString&lt;br /&gt;
(string)')&lt;br /&gt;
('C:\\Python24\\Lib\\site-&lt;br /&gt;
packages\\_xmlplus\\dom\\expatbuilder.py', &lt;br /&gt;
223, 'parseString', 'parser.Parse(string, True)')&lt;br /&gt;
===========================Mon Jul 31 15:06:26 &lt;br /&gt;
2006Fatal error : : The specified file can't be &lt;br /&gt;
loaded !The specified file can't be loaded !&lt;/p&gt;
&lt;p&gt;The following error occured : None&lt;/p&gt;
&lt;p&gt;---------------------------&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 31 Jul 2006 14:51:27 -0000</pubDate><guid>https://sourceforge.netbf72edb414d3f7ffc793faa5781731970a748533</guid></item><item><title>Open/Save Dialog</title><link>https://sourceforge.net/p/pyut/bugs/47/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you save a project as something other than a *.put&lt;br /&gt;
file (or nothing at all), you cannot open it because&lt;br /&gt;
the file does not have the *.put extension.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Russ Adams</dc:creator><pubDate>Sun, 11 Jun 2006 18:03:05 -0000</pubDate><guid>https://sourceforge.net69f9c267634abd457962aac52da99bb35720bf8a</guid></item><item><title>IOPython:  error on _logMessage</title><link>https://sourceforge.net/p/pyut/bugs/46/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I've just downloaded the 1.4 release and couldn't&lt;br /&gt;
export Python files from it (Windows 98). Got the&lt;br /&gt;
latest CVS and had the same issue.&lt;br /&gt;
So, 2 suggestions:&lt;/p&gt;
&lt;p&gt;First, add a FAQ item or change default configuration&lt;br /&gt;
to have a console running with error messages.&lt;/p&gt;
&lt;p&gt;Second, fix code in src/plugins/IoPython.py&lt;br /&gt;
e.g.&lt;br /&gt;
#line 564&lt;br /&gt;
#        self._logMessage("IoPython", "Saving...")&lt;br /&gt;
self.logMessage("IoPython", "Saving...")&lt;/p&gt;
&lt;p&gt;line 630&lt;br /&gt;
#        self._logMessage("IoPython", "done !")&lt;br /&gt;
self.logMessage("IoPython", "done !")&lt;/p&gt;
&lt;p&gt;Thanks for the useful tool :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Mar 2006 15:42:23 -0000</pubDate><guid>https://sourceforge.net63abc6550ed03e82dd6e6bc333a4da8251150d04</guid></item><item><title>link point deletion raise non-fatal error</title><link>https://sourceforge.net/p/pyut/bugs/45/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;- Create two classes&lt;br /&gt;
- Create a link&lt;br /&gt;
- Add a point on link ('i')&lt;br /&gt;
- select point&lt;br /&gt;
- press del&lt;br /&gt;
- you got this :&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
File&lt;br /&gt;
"/home/dutoitc/new/projects/502-pyut/pyut2/src/mediator.py",&lt;br /&gt;
line 977, in processChar&lt;br /&gt;
funcs[c]()&lt;br /&gt;
File&lt;br /&gt;
"/home/dutoitc/new/projects/502-pyut/pyut2/src/mediator.py",&lt;br /&gt;
line 1014, in deleteSelectedShape&lt;br /&gt;
if cmdGroupInit:&lt;br /&gt;
UnboundLocalError: local variable 'cmdGroupInit'&lt;br /&gt;
referenced before assignment&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File&lt;br /&gt;
"/home/dutoitc/new/projects/502-pyut/pyut2/src/mediator.py",&lt;br /&gt;
line 977, in processChar&lt;br /&gt;
funcs[c]()&lt;br /&gt;
File&lt;br /&gt;
"/home/dutoitc/new/projects/502-pyut/pyut2/src/mediator.py",&lt;br /&gt;
line 1014, in deleteSelectedShape&lt;br /&gt;
if cmdGroupInit:&lt;br /&gt;
UnboundLocalError: local variable 'cmdGroupInit'&lt;br /&gt;
referenced before assignment&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 13 Mar 2006 19:19:06 -0000</pubDate><guid>https://sourceforge.net0e34c1ce3f65f3a574ebed09252796fcc6eba922</guid></item><item><title>WEB EO is not finished</title><link>https://sourceforge.net/p/pyut/bugs/44/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;EO version of web site must be finished&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cédric Dutoit</dc:creator><pubDate>Sat, 18 Feb 2006 23:34:43 -0000</pubDate><guid>https://sourceforge.net2cb8e7870812b3982e9d2a29de2bdca04f051fd7</guid></item><item><title>French, problem with &amp;code;</title><link>https://sourceforge.net/p/pyut/bugs/43/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;French version of web site contains &amp;amp;code; visible to&lt;br /&gt;
user. Remove it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cédric Dutoit</dc:creator><pubDate>Sat, 18 Feb 2006 23:31:41 -0000</pubDate><guid>https://sourceforge.net81f261e82bbe3deeaf121944299e12964a5cb6ae</guid></item><item><title>Encoding errors</title><link>https://sourceforge.net/p/pyut/bugs/42/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Many encoding errors occures when loading files with&lt;br /&gt;
UTF-8 and saving them again&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cédric Dutoit</dc:creator><pubDate>Sat, 28 Jan 2006 12:42:46 -0000</pubDate><guid>https://sourceforge.net83a72c0d685d526f9e6721f85ce659cfb10cf710</guid></item><item><title>INSTALL file missed</title><link>https://sourceforge.net/p/pyut/bugs/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;faber@pcfaber:~/src$ tar xfvz pyut-1.3a2.tgz&lt;br /&gt;
faber@pcfaber:~/src$ cd pyut-1.3a2&lt;br /&gt;
faber@pcfaber:~/src/pyut-1.3a2$ grep INSTALL README&lt;br /&gt;
Please see the INSTALL file&lt;br /&gt;
faber@pcfaber:~/src/pyut-1.3a2$ find -iname "*install*"&lt;br /&gt;
./Installeur.iss&lt;br /&gt;
faber@pcfaber:~/src/pyut-1.3a2$&lt;/p&gt;
&lt;p&gt;where is the INSTALL file ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 16 Aug 2005 08:11:31 -0000</pubDate><guid>https://sourceforge.net1af4f3356da855e0ceb5409ffa53ec0b1115f44f</guid></item><item><title>Reopen file losts view preferences</title><link>https://sourceforge.net/p/pyut/bugs/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;- Create a class diagram with fields and methods&lt;br /&gt;
- save it&lt;br /&gt;
- close it&lt;br /&gt;
- reload it&lt;br /&gt;
- fields and methods are not displayed&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cédric Dutoit</dc:creator><pubDate>Wed, 16 Mar 2005 21:44:16 -0000</pubDate><guid>https://sourceforge.netb9bac4d42975797ec417a1d2268d9724bf50173b</guid></item><item><title>wx-Error (paint a Note)</title><link>https://sourceforge.net/p/pyut/bugs/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PyUt v1.4a1 - 2004-10-06&lt;/p&gt;
&lt;p&gt;When i paint a Note, i got many wx-Errors:&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\pyut-1.3a-20041006\MiniOgl\DiagramFrame.py",&lt;br /&gt;
line 757, in OnPaint&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\pyut-1.3a-20041006\MiniOgl\DiagramFrame.py",&lt;br /&gt;
line 723, in Redraw&lt;br /&gt;
File "D:\Python\PyUt\OglNote.py", line 80, in Draw&lt;br /&gt;
dc.DrawText(lines[line], (x, y + line *&lt;br /&gt;
(dc.GetCharHeight() + 5)))&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\Python24\lib\site-packages\wx-2.5.3-msw-unicode\wx\_gdi.py",&lt;br /&gt;
line 2871, in DrawText&lt;br /&gt;
return _gdi_.DC_DrawText(*args, **kwargs)&lt;br /&gt;
TypeError: DC_DrawText() takes exactly 4 arguments (3&lt;br /&gt;
given)&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File "D:\Python\PyUt\UmlFrame.py", line 466, in&lt;br /&gt;
OnLeftDown&lt;br /&gt;
skip = self._ctrl.doAction(x, y)&lt;br /&gt;
File "D:\Python\PyUt\mediator.py", line 465, in doAction&lt;br /&gt;
umlFrame.Refresh()&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\pyut-1.3a-20041006\MiniOgl\DiagramFrame.py",&lt;br /&gt;
line 568, in Refresh&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\pyut-1.3a-20041006\MiniOgl\DiagramFrame.py",&lt;br /&gt;
line 683, in Redraw&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\pyut-1.3a-20041006\MiniOgl\DiagramFrame.py",&lt;br /&gt;
line 641, in CreateDC&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\Python24\lib\site-packages\wx-2.5.3-msw-unicode\wx\_gdi.py",&lt;br /&gt;
line 3969, in SelectObject&lt;br /&gt;
return _gdi_.MemoryDC_SelectObject(*args, **kwargs)&lt;br /&gt;
wx._core.PyAssertionError: C++ assertion&lt;br /&gt;
"wxAssertFailure" failed in&lt;br /&gt;
..\..\src\msw\dcmemory.cpp(133): Couldn't select a&lt;br /&gt;
bitmap into wxMemoryDC&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\pyut-1.3a-20041006\MiniOgl\DiagramFrame.py",&lt;br /&gt;
line 754, in OnPaint&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\pyut-1.3a-20041006\MiniOgl\DiagramFrame.py",&lt;br /&gt;
line 641, in CreateDC&lt;br /&gt;
File&lt;br /&gt;
"D:\Python\Python24\lib\site-packages\wx-2.5.3-msw-unicode\wx\_gdi.py",&lt;br /&gt;
line 3969, in SelectObject&lt;br /&gt;
return _gdi_.MemoryDC_SelectObject(*args, **kwargs)&lt;br /&gt;
wx._core.PyAssertionError: C++ assertion&lt;br /&gt;
"wxAssertFailure" failed in&lt;br /&gt;
..\..\src\msw\dcmemory.cpp(133): Couldn't select a&lt;br /&gt;
bitmap into wxMemoryDC&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 17 Dec 2004 20:58:41 -0000</pubDate><guid>https://sourceforge.netf30047efe706a90e72574a96f91460735d46b8b5</guid></item></channel></rss>