SGladys / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

JES 3.2 writePictureTo() fails with error #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This bug was inadvertently introduced in 3.2/4.2 due to variable renaming.  It 
was
fixed with the 3.2.1 and 4.2.1 releases.  

Original comment by bjdorn@gmail.com on 9 Nov 2009 at 5:13