Open GoogleCodeExporter opened 8 years ago
I am having the same issue with two Mac laptops, running 10.6.8. The line pic
= makePicture(pickAFile()) brings up the dialog box to pick the file just fine,
but then makePicture gives the error message:
The error was: expected 1-2 args; got 0
Inappropriate argument type.
An attempt was made to call a function with a parameter of an invalid type.
This means that you did something such as trying to pass a string to a method
that is expecting an integer.
Additionally, the turtle code t = makeTurtle(makeWorld()) does not give an
error, but no turtle is displayed on the screen.
This error only occurs on my two personal laptops, not the 20 Macs which I have
in a cart for student use. I have installed different versions of Python and
Tcl/Tk on these machines than the standard OS X ones--could this be the culprit?
Original comment by sgr...@headroyce.org
on 16 May 2013 at 8:03
Original issue reported on code.google.com by
djsimend...@verizon.net
on 3 Mar 2013 at 10:17