<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Wing IDE' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Wing IDE' posted on the 'Python' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 20 Jun 2013 02:38:47 -0700</pubDate>
    <lastBuildDate>Thu, 20 Jun 2013 02:38:47 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Wing IDE</title>
      <link>http://www.programmersheaven.com/mb/python/391083/391083/wing-ide/</link>
      <description>I'M trying to learn Python and as you might expect, I start with "Hello World". But I can't get anything to happen. How do I execute and view the end result of my code?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/python/391083/391083/wing-ide/</guid>
      <pubDate>Sat, 16 May 2009 17:26:53 -0700</pubDate>
      <category>Python</category>
    </item>
    <item>
      <title>Re: Wing IDE</title>
      <link>http://www.programmersheaven.com/mb/python/391083/391154/re-wing-ide/#391154</link>
      <description>You should give a bit more information, it's hard to say what the problem is.&lt;br /&gt;
&lt;br /&gt;
Firstly, you obviously need to make sure you have &lt;a href="http://python.org/"&gt;Python&lt;/a&gt; installed. If you do, then python programs should run with a double-click.&lt;br /&gt;
&lt;br /&gt;
Then check the syntax, Python 2.6 does not need parentheses around the parameter while the new Python 3 does ( print "Hello World!" vs. print ("Hello world!") )&lt;br /&gt;
&lt;br /&gt;
Next, check that you saved the file with the .py extension, not .txt or .py.txt or something like that.&lt;br /&gt;
&lt;br /&gt;
If you get a black box flashing by, then it probably works, but you're not waiting for a keypress. Add raw_input('Press Enter...') if that's the case.&lt;br /&gt;
&lt;br /&gt;
Running the program from the &lt;a href="http://www.bleepingcomputer.com/tutorials/tutorial76.html"&gt;command line&lt;/a&gt; will show you any syntax errors in your program.&lt;br /&gt;
&lt;br /&gt;
Have fun!</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/python/391083/391154/re-wing-ide/#391154</guid>
      <pubDate>Mon, 18 May 2009 07:41:16 -0700</pubDate>
      <category>Python</category>
    </item>
    <item>
      <title>Re: Wing IDE</title>
      <link>http://www.programmersheaven.com/mb/python/391083/391856/re-wing-ide/#391856</link>
      <description>It may be working. &lt;br /&gt;
&lt;br /&gt;
In the Wing IDE either press F5 or, in the debug menu choose start/continue. &lt;br /&gt;
&lt;br /&gt;
Your 'Hello World' Should appear in the Debug I/O window beneath your code view. This window by default is in the same collection of tabs as the Python Shell window. &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/python/391083/391856/re-wing-ide/#391856</guid>
      <pubDate>Tue, 02 Jun 2009 19:29:46 -0700</pubDate>
      <category>Python</category>
    </item>
  </channel>
</rss>