<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed Jun 19, 2013 5:40 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed Jun 19, 2013 5:40 pm</pubDate>
  <lastBuildDate>Wed Jun 19, 2013 5:40 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: [Python] Problems with module install after upgrade</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=104523#104523</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=21079'&gt;leke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Feb 21, 2012 7:26 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Ok, fixed it. I had to run &lt;a href=&quot;http://peak.telecommunity.com/dist/ez_setup.py&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;ez_install.py&lt;/a&gt; (which pointed setuptools to the correct python version) and afterwards, was able to install the feedparser module without problems. &lt;br /&gt;
&lt;br /&gt;
Thanks for the guidance &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=104523#104523</comments>
                                        <author>leke</author>
                                        <pubDate>Tue Feb 21, 2012 7:26 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=104523#104523</guid>
                                      </item>
                                      <item>
                                        <title>Re: [Python] Problems with module install after upgrade</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=104522#104522</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=21079'&gt;leke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Feb 21, 2012 7:07 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Sorry, forgot to mention, I reinstalled setuptools and installed distutils for the first time before I tried to install the module. &lt;br /&gt;
I'll google how to check if setuptools is pointing to the correct python version.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=104522#104522</comments>
                                        <author>leke</author>
                                        <pubDate>Tue Feb 21, 2012 7:07 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=104522#104522</guid>
                                      </item>
                                      <item>
                                        <title>Re: [Python] Problems with module install after upgrade</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=104515#104515</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Feb 20, 2012 11:21 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      It is possible that setuptools has been installed in the python 2.6 modules directory. Try reinstalling setuptools,and anything else that installed python modules.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=104515#104515</comments>
                                        <author>nelz</author>
                                        <pubDate>Mon Feb 20, 2012 11:21 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=104515#104515</guid>
                                      </item>
                                      <item>
                                        <title>[Python] Problems with module install after upgrade</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=104507#104507</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=21079'&gt;leke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Feb 20, 2012 7:10 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi, I recently upgraded my python 2.6 to 2.7, but am having some problems installing modules. I've downloaded the feedparser module and the readme instructed me to have either distutils or setuptools installed (which I have) and then to run &amp;quot;python setup.py install&amp;quot; from the module's root directory.&lt;br /&gt;
&lt;br /&gt;
Here's the error I get... &lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;asdf@asdf-laptop ~/Desktop/feedparser-5.1 $ python setup.py install&lt;br /&gt;
Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;
&amp;nbsp; File &amp;quot;setup.py&amp;quot;, line 1, in &amp;lt;module&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; from setuptools import setup&lt;br /&gt;
ImportError&amp;#58; No module named setuptools&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
Any idea how I can get python 2.7 to recognise setuptools or vice versa?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=104507#104507</comments>
                                        <author>leke</author>
                                        <pubDate>Mon Feb 20, 2012 7:10 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=104507#104507</guid>
                                      </item></channel></rss>