What steps will reproduce the problem?
1. >>> writePictureTo(pic, pickAFile())
What is the expected output? What do you see instead?
The file should be saved after the pickAFile() dialogue appears. Instead
this is the result:
>>> pic = makePicture(pickAFile())
>>> writePictureTo(pic, pickAFile())
The error was:pict
Name not found globally.
A local or global name could not be found. You need to define the function
or variable before you try to use it in any way.
What version of the product are you using? On what operating system?
Function works fine in 3.1.1. The problem exists as of version 3.2.
Tested on Windows XP and Windows Vista. Did not test 4.2.
Please provide any additional information below.
It would appear from the error message that a variable is misspelled in the
code for the writePictureTo() function.
Original issue reported on code.google.com by askillen...@gmail.com on 17 Aug 2009 at 8:38
Original issue reported on code.google.com by
askillen...@gmail.com
on 17 Aug 2009 at 8:38