![]() |
|
#1
|
|||
|
|||
![]()
I just got an error even with the whrandom change...
Code:
rand = whrandom.whrandom() Quote:
|
#2
|
|||
|
|||
The “TypeError: 'int' object is not callable” error message indicates that python expected a function in the place of an int object type. Perhaps there is a variable named int like in the following code.
Code:
import viz viz.go() int = 4 print int(1.1) |
#3
|
|||
|
|||
In my code, there are no variables named "int"
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|