search for: pystre

Displaying 3 results from an estimated 3 matches for "pystre".

Did you mean: pyastre
2005 Aug 24
1
installing pystre
Hi I am getting the following error while trying to build pystre It is trying to access a non existent file called channel_pvt.h Can any one help me in this matter???? running build running build_py running build_ext building '_pyastre' extension swigging _pyastre/pyastre.i to _pyastre/pyastre_wrap.c swig -python -o _pyastre/pyastre_wrap.c _pyastre/pyas...
2020 Jan 09
9
[PATCH 0/7] Various Python cleanups.
Patch #7 depends on: https://www.redhat.com/archives/libguestfs/2020-January/msg00035.html No, Python < 3 support is not dropped yet, however it will be easier after this series. Pino Toscano (7): build: enforce a minimum Python version python: drop code for Python < 2.5 python: assume support for Capsules python: remove compile time check for PyString_AsString python: replace
2017 May 09
1
[PATCH v2] python: add simple wrappers for PyObject<->string functions
The current need for #ifdef's based on the presence of PyString_FromString makes both the OCaml code of the generator, and the generated C code a mess to read. Hence, add three simple wrappers to make both the OCaml, and C code more readable, and easier to tweak in the future. --- generator/python.ml | 72 ++++++++++++----------------------------------------- python/handle.c | 65