Karsten Hilbert wrote:
>>126752.95 9841
>><type 'instance'> <type 'PgInt8'>
>>
>>the above values can'ts be / by. it returns a none type. but if i just
>>int() the last value it works like a charm
>>
>>
>You will have to post more information to find help.
>
>Karsten
>
>
theres kind of nothing more to it :\
the above values were part of a list, i was doing x = Totals[4] /
Totals[9] the above out put is the result of
print Totals[4], Totals[9]
print type(Totals[4]), type(Totals[9])
|