> ">" == <[EMAIL PROTECTED]> writes:
>> line 154, in draw_image image64 = base64.b64encode
>> (imfile.read()) AttributeError: 'module' object has no
>> attribute 'b64encode'
>> Is there something I'm missing ?
It looks like the svg module was written assuming the python2.4
Hi,
I have a script witch saves to graphs to SVG. The script works on 2 of my
computer (ArchLinux and Gentoo) but the SVG saves doesn't on Fedora Core 3. The
3 uses matplotlib v0.87.4. The error I get is :
> Traceback (most recent call last):
> File "src/affichage/affichage_E.py", line 1091, i