hp 11.11 64 bit python 2.5 build gets error "import site failed"

2007-05-02 Thread bhochstetler
I am on a hp 11.11 machine doing a 64 bit python 2.5 build. When I get my python executable created and run it, I get the error: "import site failed" OverflowError: signed integer is greater than the maximum. This is happening in the convertsimple() routine when it tries to return a signed int:

Re: hp 11.11 64 bit python 2.5 build gets error "import site failed"

2007-05-03 Thread bhochstetler
On May 2, 5:09 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > "import site failed" > > OverflowError: signed integer is greater than the maximum. > > > This is happening in the convertsimple() routine when it tries to > > return a signed int: > > > ival = PyInt_AsLong(arg) > > > the ival is l

Re: hp 11.11 64 bit python 2.5 build gets error "import site failed"

2007-05-04 Thread bhochstetler
On May 4, 1:17 am, Leo Kislov <[EMAIL PROTECTED]> wrote: > On May 3, 2:54 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > > > > >>> "import site failed" > > >>> OverflowError: signed integer is greater than the maximum. > > >> - what is the value of ival? > > > ival: 4294967295 > > > I see. Th

troubles building python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK

2007-04-03 Thread bhochstetler
I am needing to build python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK and am not finding anything documented on the process to use. Has anyone had any success with this? If so has anyone documented it? The documentation that resides in pcbuild/readme.txt is not helpful at all. Any

Re: troubles building python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK

2007-04-03 Thread bhochstetler
On Apr 3, 2:04 pm, Steven Bethard <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I am needing to build python 2.5 on Windows XP x64 Windows Server 2003 > > sp1 Platform SDK and am not finding anything documented on the process > > to use. Has anyone had any success with this? If so has a

Re: troubles building python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK

2007-04-03 Thread bhochstetler
On Apr 3, 4:16 pm, Steven Bethard <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On Apr 3, 2:04 pm, Steven Bethard <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] wrote: > >>> I am needing to build python 2.5 on Windows XP x64 Windows Server 2003 > >>> sp1 Platform SDK and am not findi

Re: troubles building python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK

2007-04-11 Thread bhochstetler
On Apr 4, 5:04 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > I am needing to buildpython2.5 on Windows XP x64 Windows Server 2003 > > sp1PlatformSDKand am not finding anything documented on the process > > to use. Has anyone had any success with this? > > I did