<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'how to convert .pyc files to .py files in python' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'how to convert .pyc files to .py files in python' posted on the 'Python' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 20:58:29 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 20:58:29 -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>how to convert .pyc files to .py files in python</title>
      <link>http://www.programmersheaven.com/mb/python/417262/417262/how-to-convert-pyc-files-to-py-files-in-python/</link>
      <description>hi,&lt;br /&gt;
&lt;br /&gt;
i am new to python , currently i want to decompile a python project and make changes&lt;br /&gt;
that project  doesnt have any .py files it contains .pyc files &lt;br /&gt;
for that i have to convert .pyc files to .py files &lt;br /&gt;
so how can i do that&lt;br /&gt;
any suggestions to this issue kindly help me &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/python/417262/417262/how-to-convert-pyc-files-to-py-files-in-python/</guid>
      <pubDate>Wed, 16 Jun 2010 22:10:05 -0700</pubDate>
      <category>Python</category>
    </item>
    <item>
      <title>Re: how to convert .pyc files to .py files in python</title>
      <link>http://www.programmersheaven.com/mb/python/417262/417862/re-how-to-convert-pyc-files-to-py-files-in-python/#417862</link>
      <description>Hello, &lt;br /&gt;
&lt;br /&gt;
2 things: &lt;br /&gt;
&lt;br /&gt;
1. Make sure the project that you have is OK with you changing their software, otherwise what you're doing is illegal.&lt;br /&gt;
&lt;br /&gt;
2. I found a couple of places where this could be done, but one is not free if the files are over 5kb.&lt;br /&gt;
&lt;br /&gt;
DePython is an online service which will do this, but only up to Python 2.5, and costs some money after 5kb.&lt;br /&gt;
&lt;a href="http://depython.net/"&gt;http://depython.net/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
UnPyc supports 2.6 as well, but some people say it doesn't work. I've never needed to use the tool, so I'm not sure.&lt;br /&gt;
&lt;br /&gt;
Hope it helped!&lt;br /&gt;
&lt;br /&gt;
-Rick</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/python/417262/417862/re-how-to-convert-pyc-files-to-py-files-in-python/#417862</guid>
      <pubDate>Wed, 14 Jul 2010 06:08:45 -0700</pubDate>
      <category>Python</category>
    </item>
  </channel>
</rss>