Re: Py_GetPath() C API in python 3

2008-12-15 Thread stalex
On 12月13日, 上午9�r55分, "Gabriel Genellina" wrote: > En Fri, 12 Dec 2008 04:50:06 -0200, stalex escribió: > > >> I want to build a new, requires total control, python interpreter. So > >> I implement my own version of Py_GetPath(), Py_GetPrefix(), > >> Py_GetExecPrefix() and Py_GetProgramFullPath().

Re: Py_GetPath() C API in python 3

2008-12-12 Thread Gabriel Genellina
En Fri, 12 Dec 2008 04:50:06 -0200, stalex escribió: I want to build a new, requires total control, python interpreter. So I implement my own version of Py_GetPath(), Py_GetPrefix(), Py_GetExecPrefix() and Py_GetProgramFullPath(). When compiling, I always get error messages, for each API functi

Re: Py_GetPath() C API in python 3

2008-12-11 Thread stalex
On 12月11日, 下午5時53分, stalex wrote: > Hi all, > > I want to build a new, requires total control, python interpreter. So > I implement my own version of Py_GetPath(), Py_GetPrefix(), > Py_GetExecPrefix() and Py_GetProgramFullPath(). When compiling, I > always get error messages, for each API function