Changeset 1356 for TI05-delivery
- Timestamp:
- 03/08/06 12:44:01 (13 years ago)
- Location:
- TI05-delivery/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/README
r1354 r1356 1 1 In order to build the DeliveryService do the following: 2 2 3 1. Make sure your default python is fairly modern (v2.3+) 3 1. Make sure your default python is fairly modern (v2.3+) which includes: 4 - distutils (part of the python-devel package in some linux distributions) 4 5 5 6 2. $ make -C src … … 17 18 18 19 Run the python-embedded tests. 20 -
TI05-delivery/trunk/src/python_ext/bbftpd.c
r1353 r1356 242 242 int len; 243 243 PyObject *ret; 244 245 ndg_debug_sleep(15);246 244 247 245 if (!PyArg_ParseTuple(args, "")) {
Note: See TracChangeset
for help on using the changeset viewer.