View previous topic :: View next topic |
Author |
Message |
jescab
Joined: 28 Jan 2008 Posts: 254
|
Posted: Wed Sep 10, 2014 4:53 pm Post subject: Py 2.7.8 AXP |
|
|
Hi.
Just downloaded the JFPPY0600A kit.
I'm confused by the version shown at start of Python:
Code: |
$ sh dev ld
Device Device Error Volume Free Trans Mnt
Name Status Count Label Blocks Count Cnt
$1$LDA1: (OSSBY1) Mounted 0 JFPLIB0006A 187536 1 1
$1$LDA2: (OSSBY1) Mounted 0 JFPPY0600A 475568 4 1
1479104 1 1
$
$ sh log python_root
"PYTHON_ROOT" = "$1$LDA2:[PYTHON276.]" (LNM$SYSTEM_TABLE)
$
$ python
Python 2.7.6 (default, Nov 15 2013, 12:45:17) [DECC] on OpenVMS
Type "help", "copyright", "credits" or "license" for more information.
>>> |
Should it not say 2.7.8 ?
I can not find the new module "Request" either... |
|
Back to top |
|
 |
jfp
Joined: 12 Jul 2004 Posts: 625
|
Posted: Wed Sep 10, 2014 8:40 pm Post subject: |
|
|
Correct, LD image contains 2.7.6 instead of 2.7.8.
A new version is online.
Thanks for reporting.
JF |
|
Back to top |
|
 |
jescab
Joined: 28 Jan 2008 Posts: 254
|
Posted: Thu Sep 11, 2014 1:27 am Post subject: |
|
|
OK.
Now the python_startup.com file (still) says:
Code: |
$ platf = "A"
$ if f$getsyi("arch_name") .eqs. "IA64" then $ platf = "I"
$
$ @disk$jfppy0600'platf':[python276.vms]startup
$ @disk$jfppy0600'platf':[webware100.vms]startup
$ @disk$jfppy0600'platf':[Moin193.vms]startup
$ @disk$jfppy0600'platf':[Mercurial.vms]startup
$ @disk$jfppy0600'platf':[Django.vms]startup
$! @disk$jfppy0600'platf':[Trac.vms]startup
$ |
Changed 276 to 278 and it worked... |
|
Back to top |
|
 |
jfp
Joined: 12 Jul 2004 Posts: 625
|
Posted: Thu Sep 11, 2014 11:33 am Post subject: |
|
|
Fixed.
Tanks.
JF |
|
Back to top |
|
 |
|