Re: How to convert uint64 in C into Python 32bit Object [ I am using Python2.2 ]

2008-12-11 Thread Saju Pillai
On Dec 11, 6:45 pm, Explore_Imagination <[EMAIL PROTECTED]> wrote: > On Dec 11, 4:45 am, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On Dec 11, 9:49 am, Explore_Imagination <[EMAIL PROTECTED]> > > wrote: > > > > Hi all > > > > I am new to C and python ... I want to convert C data type uint64 >

Re: How to convert uint64 in C into Python 32bit Object [ I am using Python2.2 ]

2008-12-11 Thread Explore_Imagination
On Dec 11, 4:45 am, John Machin <[EMAIL PROTECTED]> wrote: > On Dec 11, 9:49 am, Explore_Imagination <[EMAIL PROTECTED]> > wrote: > > > Hi all > > > I am new to C and python ... I want to convert C data type uint64 > > variable into the Python 32bit Object. I am currently using Python 2.2 > > [ It

Re: How to convert uint64 in C into Python 32bit Object [ I am using Python2.2 ]

2008-12-10 Thread John Machin
On Dec 11, 9:49 am, Explore_Imagination <[EMAIL PROTECTED]> wrote: > Hi all > > I am new to C and python ... I want to convert C data type uint64 > variable into the Python 32bit Object. I am currently using Python 2.2 > [ It is necessary to use it ] > > Kindly give your suggestion how and in which