<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 141: WxPython</title><link>https://sourceforge.net/p/easyeclipse/bugs/141/</link><description>Recent changes to 141: WxPython</description><atom:link href="https://sourceforge.net/p/easyeclipse/bugs/141/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 15 Oct 2008 08:20:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/easyeclipse/bugs/141/feed.rss" rel="self" type="application/rss+xml"/><item><title>WxPython</title><link>https://sourceforge.net/p/easyeclipse/bugs/141/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Windows Vista enterprise&lt;br /&gt;
Easyeclipse for python 1.3.1&lt;br /&gt;
wxPython 2.8 &lt;/p&gt;
&lt;p&gt;Execution flow gets corrupted running any wx python script using easyeclipse for python&lt;/p&gt;
&lt;p&gt;The following scrip will fail:&lt;/p&gt;
&lt;p&gt;import wx&lt;br /&gt;
app = wx.PySimpleApp()&lt;br /&gt;
frame = wx.Frame(None, wx.ID_ANY, "Hello World")&lt;br /&gt;
frame.Show(True)&lt;/p&gt;
&lt;p&gt;with the following error&lt;br /&gt;
pydev debugger&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File "C:\Program Files\EasyEclipse-for-Python-1.3.1\plugins\org.python.pydev.debug_1.3.13\pysrc\pydevd.py", line 803, in &amp;lt;module&amp;gt;&lt;br /&gt;
debugger.run(setup['file'], None, None)&lt;br /&gt;
File "C:\Program Files\EasyEclipse-for-Python-1.3.1\plugins\org.python.pydev.debug_1.3.13\pysrc\pydevd.py", line 655, in run&lt;br /&gt;
execfile(file, globals, locals) #execute the script&lt;br /&gt;
File "C:\Users\lmcaaal\Documents\workplace\gadgets\src\wx.py", line 1, in &amp;lt;module&amp;gt;&lt;br /&gt;
import wx&lt;br /&gt;
File "C:\Users\lmcaaal\Documents\workplace\gadgets\src\wx.py", line 2, in &amp;lt;module&amp;gt;&lt;br /&gt;
app = wx.PySimpleApp()&lt;br /&gt;
AttributeError: 'module' object has no attribute 'PySimpleApp'&lt;/p&gt;
&lt;p&gt;THe execution flow is corrupted since it executes the&lt;br /&gt;
import wx &lt;br /&gt;
statement, then jumps to &lt;br /&gt;
app = wx.PySimpleApp()&lt;br /&gt;
and then jumps back to &lt;br /&gt;
import wx&lt;/p&gt;
&lt;p&gt;it is also visible that all the attributes and methods in wx module are not properly shown in easyeclipse&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 15 Oct 2008 08:20:03 -0000</pubDate><guid>https://sourceforge.netb088ef1347141218a77b9c86ead3fecf1e57b6e7</guid></item></channel></rss>