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
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
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:
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
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
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
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