Just base64 encode the file, store it as a string in the file, and decode it to 
a byte-stream when you need the image.  Everything required to do that is in 
the standard library.
>Would you please let me know that how can I 
>store a .png or .gif or .jpg file, in a python script? 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to