<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>pnotepad.org forums &#187; Topic: wxPython output unsupported?</title>
		<link>http://pnotepad.org/forums/topic/31</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 23:27:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/topic/31" rel="self" type="application/rss+xml" />

		<item>
                        <title>wxPython output unsupported? (simon)</title>
			<link>http://pnotepad.org/forums/topic/31#post-401</link>
			<pubDate>Wed, 04 Oct 2006 08:55:17 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">401@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'll see if I can try this later on today, if it works ok and doesn't affect other tools it'll be in the next dev release.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>wxPython output unsupported? (normanlorrain)</title>
			<link>http://pnotepad.org/forums/topic/31#post-400</link>
			<pubDate>Tue, 03 Oct 2006 04:21:10 +0000</pubDate>
			<dc:creator>normanlorrain</dc:creator>
			<guid isPermaLink="false">400@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've had similar problems.  Console Python programs work fine, but running wxpython creates a problem...  The main window won't appear, however modal dialogs do.  &#60;/p&#62;
&#60;p&#62;I think the problem might be in the tools.cpp file, line 1131 has&#60;br /&#62;
si.dwFlags = STARTF_USESHOWWINDOW &#124; STARTF_USESTDHANDLES;&#60;/p&#62;
&#60;p&#62;I think it should change to&#60;br /&#62;
si.dwFlags =  STARTF_USESTDHANDLES;&#60;/p&#62;
&#60;p&#62;I can't compile the program, perhaps someone can test if this would be a fix.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>wxPython output unsupported? (ztn)</title>
			<link>http://pnotepad.org/forums/topic/31#post-127</link>
			<pubDate>Tue, 28 Feb 2006 00:23:29 +0000</pubDate>
			<dc:creator>ztn</dc:creator>
			<guid isPermaLink="false">127@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Here is the simplest wxPython code I could find, from the wxPython.org tutorial:&#60;/p&#62;
&#60;p&#62;import wx&#60;br /&#62;
print &#34;test&#34;&#60;br /&#62;
app = wx.PySimpleApp()&#60;br /&#62;
frame = wx.Frame(None, -1, &#34;Hello World&#34;)&#60;br /&#62;
frame.Show(1)&#60;br /&#62;
app.MainLoop()&#60;/p&#62;
&#60;p&#62;This will output the word &#34;test&#34; to standard out, and open a hello world window.  Neither of these things happen when you setup a tool to run the script with &#34;Capture Output&#34; checked.  You have to uncheck that feature for this code to run.&#60;/p&#62;
&#60;p&#62;Let me know if you find anything out.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>wxPython output unsupported? (simon)</title>
			<link>http://pnotepad.org/forums/topic/31#post-115</link>
			<pubDate>Sun, 26 Feb 2006 15:16:25 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">115@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I haven't tried this, as I haven't used wxPython. However, python itself works fine so I'm not sure what output you're expecting from wxPython?&#60;/p&#62;
&#60;p&#62;If there's something easy that I can try I'll give it a go.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>wxPython output unsupported? (ztn)</title>
			<link>http://pnotepad.org/forums/topic/31#post-111</link>
			<pubDate>Sat, 25 Feb 2006 22:35:20 +0000</pubDate>
			<dc:creator>ztn</dc:creator>
			<guid isPermaLink="false">111@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Using a 'tool' to run wxPython fails unless &#34;Capture Output&#34; is de-selected.  &#60;/p&#62;
&#60;p&#62;If that check-box IS selected, then no output appears from print statements, and no windows appear either.  &#60;/p&#62;
&#60;p&#62;Is this a bug or what?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

