<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 11.23 &amp;amp; Python =&amp;gt; &amp;quot;Name collision between..&amp;quot;? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955449#M97877</link>
    <description>Another way to solve this is to install&lt;BR /&gt;the ncurses package from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.its.tudelft.nl/hppd/hpux/Sysadmin/ncurses-5.5/" target="_blank"&gt;http://hpux.its.tudelft.nl/hppd/hpux/Sysadmin/ncurses-5.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;python will search for "/usr/local/share/terminfo" before using /etc/termcap...&lt;BR /&gt;&lt;BR /&gt;//Michael</description>
    <pubDate>Mon, 05 Mar 2007 07:59:33 GMT</pubDate>
    <dc:creator>Michael Kalisz</dc:creator>
    <dc:date>2007-03-05T07:59:33Z</dc:date>
    <item>
      <title>11.23 &amp; Python =&gt; "Name collision between.."?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955446#M97874</link>
      <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;Just installed ixPython_A.08.00-2.5.001_HP-UX_B.11.23_IA+PA.depot&lt;BR /&gt;(availible from &lt;A href="http://software.hp.com)" target="_blank"&gt;http://software.hp.com)&lt;/A&gt; on my machine (HP-UX B.11.23 U ia64)&lt;BR /&gt;&lt;BR /&gt;When running python I get the following message:&lt;BR /&gt;&lt;BR /&gt;# python&lt;BR /&gt;Python 2.5 (r25:51908, Oct 31 2006, 19:40:53) [C] on hp-ux11&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt; hh hh&lt;BR /&gt;Name collision between hh hh hh&lt;BR /&gt;Name collision between hh hh hh hh&lt;BR /&gt;Name collision between hh hh hh hh hh&lt;BR /&gt;Name collision between hh hh hh hh hh hh&lt;BR /&gt;Name collision between hh hh hh hh hh hh hh&lt;BR /&gt;Name collision between hh hh hh hh hh hh hh hh&lt;BR /&gt;Name collision between hh hh hh hh hh hh hh hh hh&lt;BR /&gt;Name collision between 26 36&lt;BR /&gt;Name collision between hh hh hh hh hh hh hh hh hh hh&lt;BR /&gt;Name collision between D1 D0&lt;BR /&gt;Name collision between Xe Xe&lt;BR /&gt;Name collision between cS c8&lt;BR /&gt;Name collision between d1 d1&lt;BR /&gt;Name collision between g3 Ad&lt;BR /&gt;Name collision between v2 v2&lt;BR /&gt;Name collision between v3 v3&lt;BR /&gt;Name collision between y6 y1&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Any idea whats causing this?&lt;BR /&gt;&lt;BR /&gt;I installed the 11.11 package on another machine&lt;BR /&gt;and there it works fine..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 05 Mar 2007 03:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955446#M97874</guid>
      <dc:creator>Michael Kalisz</dc:creator>
      <dc:date>2007-03-05T03:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: 11.23 &amp; Python =&gt; "Name collision between.."?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955447#M97875</link>
      <description>Michael,&lt;BR /&gt;did you see Stephens last posting re TERMINFO in &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1036910" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1036910&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Mar 2007 04:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955447#M97875</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-03-05T04:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: 11.23 &amp; Python =&gt; "Name collision between.."?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955448#M97876</link>
      <description>Yepp!&lt;BR /&gt;&lt;BR /&gt;Setting the TERMINFO solved it :-)&lt;BR /&gt;&lt;BR /&gt;# export TERMINFO=/usr/share/lib/terminfo &lt;BR /&gt;# python&lt;BR /&gt;Python 2.5 (r25:51908, Oct 31 2006, 19:40:53) [C] on hp-ux11&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;python will try to load /etc/termcap (or /usr/share/lib/termcap)instead....&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 05 Mar 2007 07:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955448#M97876</guid>
      <dc:creator>Michael Kalisz</dc:creator>
      <dc:date>2007-03-05T07:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: 11.23 &amp; Python =&gt; "Name collision between.."?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955449#M97877</link>
      <description>Another way to solve this is to install&lt;BR /&gt;the ncurses package from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.its.tudelft.nl/hppd/hpux/Sysadmin/ncurses-5.5/" target="_blank"&gt;http://hpux.its.tudelft.nl/hppd/hpux/Sysadmin/ncurses-5.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;python will search for "/usr/local/share/terminfo" before using /etc/termcap...&lt;BR /&gt;&lt;BR /&gt;//Michael</description>
      <pubDate>Mon, 05 Mar 2007 07:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11-23-amp-python-gt-quot-name-collision-between-quot/m-p/3955449#M97877</guid>
      <dc:creator>Michael Kalisz</dc:creator>
      <dc:date>2007-03-05T07:59:33Z</dc:date>
    </item>
  </channel>
</rss>

