Pmw.CounterDialog

Richard richard at NOstarfighterSPAM.freeuk.com
Tue Dec 5 14:26:37 EST 2000


Many thanks for your solution to this problem, I'd given up hope of getting
a reply :-)

Richard

<rhamorim at my-deja.com> wrote in message news:90g351$prk$1 at nnrp1.deja.com...
> Hi, to correct it is simple. You'll have to edit PmwCounter.py. Here it
> is:
>
> - Find the function called _changeNumber() (line 273)
> - On line 279 there's the return statement for this function. Change it
> to return str(value) (and not return str(value)[:-1])
>
> That ocurred because str(long) on Python 2.0 doesn't return a number
> with L on the end like Python 1.5.2 did.
>
> Tell me if you have any further problems.
>
> Roberto Amorim
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.





More information about the Python-list mailing list