Opened 5 years ago
Closed 5 years ago
#1944 closed help (answered)
Building UM vn10.5 documentation on PUMA
Reported by: | markr | Owned by: | ros |
---|---|---|---|
Component: | Other | Keywords: | |
Cc: | Platform: | PUMA | |
UM Version: | 10.5 |
Description (last modified by ros)
Hello,
I am trying to build the trunk of the documentation checkout in:
/home/markr/Trunks/trunk
(I know the name is not ideal at the moment)
But I get:
markr@puma trunk $ ./build_umdoc.py Traceback (most recent call last): File "./build_umdoc.py", line 17, in <module> import argparse ImportError: No module named argparse
because it requires Python 2.7
How can I access that?
Mark
Change History (3)
comment:1 Changed 5 years ago by ros
comment:2 Changed 5 years ago by ros
- Component changed from UM Model to Other
- Description modified (diff)
- Owner changed from um_support to ros
- Status changed from new to accepted
comment:3 Changed 5 years ago by ros
- Resolution set to answered
- Status changed from accepted to closed
Closing this ticket due to lack of activity. Please reopen if you require anymore help with this.
Regards,
Ros.
Note: See
TracTickets for help on using
tickets.
Hi Mark,
Please try using the python installation at /usr/local/python/bin/python. We don't have python2.7 installed on PUMA, but coincidentally I needed argparse the other day so Andy has installed it in that python installation; vn2.6.6 which is used by Rose, etc. The build_umdoc.py script doesn't specify python2.7 so hopefully it will work.
We've never tried to rebuild the documentation; I don't know what utilities it requires and if it's like any of the other build systems you'll probably find you'll need to do some site specific setting up. ..
Regards,
Ros.