<?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 Install Jython on HP-UX  B.11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270497#M656156</link>
    <description>I install Jython on hp-ux, the installation is successfuly, but when I try to run Jython, I got the following error msg. &lt;BR /&gt;jython2.5.2rc3 &amp;gt; ./jython&lt;BR /&gt;No such file or directory: bash&lt;BR /&gt;It is strange, the file is there and I use ksh on the hp-ux.&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX  B.11.11 U 9000/800&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Jan 2011 01:59:54 GMT</pubDate>
    <dc:creator>Alain Yoshida</dc:creator>
    <dc:date>2011-01-19T01:59:54Z</dc:date>
    <item>
      <title>Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270497#M656156</link>
      <description>I install Jython on hp-ux, the installation is successfuly, but when I try to run Jython, I got the following error msg. &lt;BR /&gt;jython2.5.2rc3 &amp;gt; ./jython&lt;BR /&gt;No such file or directory: bash&lt;BR /&gt;It is strange, the file is there and I use ksh on the hp-ux.&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX  B.11.11 U 9000/800&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2011 01:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270497#M656156</guid>
      <dc:creator>Alain Yoshida</dc:creator>
      <dc:date>2011-01-19T01:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270498#M656157</link>
      <description>have you tried any different method to run it?&lt;BR /&gt;&lt;BR /&gt;e.g.: jython  or sh jython</description>
      <pubDate>Wed, 19 Jan 2011 02:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270498#M656157</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2011-01-19T02:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270499#M656158</link>
      <description>sh jython&lt;BR /&gt;jython[50]: Syntax error at line 51 : `(' is not expected.</description>
      <pubDate>Wed, 19 Jan 2011 02:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270499#M656158</guid>
      <dc:creator>Alain Yoshida</dc:creator>
      <dc:date>2011-01-19T02:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270500#M656159</link>
      <description>What is in that program?  Is this compatible with the shell / platform ?</description>
      <pubDate>Wed, 19 Jan 2011 03:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270500#M656159</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2011-01-19T03:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270501#M656160</link>
      <description>&amp;gt;./jython&lt;BR /&gt;&amp;gt;No such file or directory: bash&lt;BR /&gt;&amp;gt;It is strange, the file is there and I use ksh&lt;BR /&gt;&lt;BR /&gt;Why is this strange?  It says you must have bash, even though you said you use a real shell.&lt;BR /&gt;&lt;BR /&gt;The first line of jython most likely uses the bash interpreter and you will either have to install bash or port your jython script to a real shell.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;jython[50]: Syntax error at line 51 : `(' is not expected.&lt;BR /&gt;&lt;BR /&gt;This is one of the areas you would need to port.</description>
      <pubDate>Wed, 19 Jan 2011 07:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270501#M656160</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-19T07:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270502#M656161</link>
      <description>Jython is just like Perl , Python, I install this on the server, so  I don't think I should  change the source code. When I install Jython,&lt;BR /&gt;I install use root, the installation program suggest to install under /root, but also can select another dir, so I change the dir to /opt. if this cause issue ?someone have the experience to install Jython on hp-ux ?</description>
      <pubDate>Wed, 19 Jan 2011 12:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270502#M656161</guid>
      <dc:creator>Alain Yoshida</dc:creator>
      <dc:date>2011-01-19T12:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270503#M656162</link>
      <description>if you do not want to change the code (why not? it's open source after all, so you can!) you will need to install bash.&lt;BR /&gt;&lt;BR /&gt;do 'head jython', you'll probably notice it uses bash.&lt;BR /&gt;&lt;BR /&gt;$ head jython&lt;BR /&gt;#!/usr/bin/env bash&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there's your proof.</description>
      <pubDate>Thu, 20 Jan 2011 07:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270503#M656162</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2011-01-20T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Install Jython on HP-UX  B.11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270504#M656163</link>
      <description>ok</description>
      <pubDate>Sat, 29 Jan 2011 17:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-jython-on-hp-ux-b-11-11/m-p/5270504#M656163</guid>
      <dc:creator>Alain Yoshida</dc:creator>
      <dc:date>2011-01-29T17:19:27Z</dc:date>
    </item>
  </channel>
</rss>

