On 2012-10-29 13:36, bagrat lazaryan wrote:
> TypeError: an integer is required.
>       cubeVal = 1,

First thing I notice without even running the code is that the statement
quoted above ends with a comma effectively assigning a tuple to cubeVal
and not an integer. Could this be the cause of the Type Error?

-- 
Michael Petch
CApp::Sysware Consulting Ltd.
OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304



_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to