<?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: Python and OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264918#M44522</link>
    <description>Thanks.. This may have solved my issue. I am waiting for a C compiler to be placed on our system to see if the module truly compiles correctly...&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Sep 2008 20:18:32 GMT</pubDate>
    <dc:creator>George Javier</dc:creator>
    <dc:date>2008-09-08T20:18:32Z</dc:date>
    <item>
      <title>Python and OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264916#M44520</link>
      <description>I have a Python script that is UNIX/LINUX centric. In short, it creates a module to connect to an Oracle Database. However, it does not translate directory-type logicals in the VMS fashion (ex. disk1:[oracle_home] vs. /disk1/oracle_home/). It is looking for a UNIX style directory structure. Is there a way to make a local session "think" in this UNIX/LINUX fashion? If more of an explanation is needed, please let me know. Thanks</description>
      <pubDate>Mon, 08 Sep 2008 17:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264916#M44520</guid>
      <dc:creator>George Javier</dc:creator>
      <dc:date>2008-09-08T17:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Python and OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264917#M44521</link>
      <description>The C run-time library that's underneath most of these environments allows direct access to Unix-format file specifications on OpenVMS; did you try /disk1/oracle_home under Python?&lt;BR /&gt;&lt;BR /&gt;Otherwise, please post up the Python kit identity and the OpenVMS versions and architecture, and a short example reproducer of what you're trying to do here.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Sep 2008 17:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264917#M44521</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-09-08T17:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python and OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264918#M44522</link>
      <description>Thanks.. This may have solved my issue. I am waiting for a C compiler to be placed on our system to see if the module truly compiles correctly...&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Sep 2008 20:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264918#M44522</guid>
      <dc:creator>George Javier</dc:creator>
      <dc:date>2008-09-08T20:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Python and OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264919#M44523</link>
      <description>Python on OpenVMS use Unix style filename, this allow to port more easily Unix application on OpenVMS.&lt;BR /&gt;But it also provide routines to convert filename from one environment to the other:&lt;BR /&gt;&lt;BR /&gt;$ python&lt;BR /&gt;Python 2.5.2 (r252:60911, Aug  2 2008, 10:38:44) [DECC] on OpenVMS&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import vms.crtl&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; print vms.crtl.to_vms.__doc__&lt;BR /&gt;to_vms(name) -&amp;gt; vms_name&lt;BR /&gt;&lt;BR /&gt;Converts UNIX style file specifications to OpenVMS file specifications.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; print vms.crtl.from_vms.__doc__&lt;BR /&gt;from_vms(name) -&amp;gt; unix_name&lt;BR /&gt;&lt;BR /&gt;Converts OpenVMS style file specifications to Unix file specifications.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt; &lt;BR /&gt;JF</description>
      <pubDate>Tue, 09 Sep 2008 04:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/python-and-openvms/m-p/4264919#M44523</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2008-09-09T04:53:03Z</dc:date>
    </item>
  </channel>
</rss>

