Changes between Version 5 and Version 6 of dev-lang/python
- Timestamp:
- 04/13/08 12:11:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/python
v5 v6 22 22 Apparently, it is using a {{{Modules/ar_beos}}} script to emulate {{{ar}}} by moving the files into a directory instead of an archive file. 23 23 24 On Haiku, requires another Python first. The BeOS {{{Python-2.4.2-x86.zip}}} seems to install okay. 24 On Haiku, requires another Python first. The BeOS {{{Python-2.4.2-x86.zip}}} seems to install okay. I then get: 25 {{{ 26 /ToBe/python-2.5.x/Objects/funcobject.c: In function `function_call': 27 /ToBe/python-2.5.x/Objects/funcobject.c:501: parse error before `;' 28 }}} 29 among other warnings (such as {{{warning: unknown conversion type character `z' in format}}}). 25 30 26 31 On both, {{{#!/usr/bin/env python}}} needs to be changed to {{{#!/bin/env python}}}.
