I got that error too, I switched over to use absolute path and it works fine now.
So instead of ws0.insert_bitmap('images/logo.gif', 2, 2) use
ws0.insert_bitmap('C:\Program Files\Google\google_appengine\google\appengine\ext\webapp\images/logo.gif', 2, 2)
I am of course just assuming thats the right path.
lzantal
> --
> You received this message because you are subscribed to the Google Groups "python-excel" group.
> To post to this group, send an email to python...@googlegroups.com.
> To unsubscribe from this group, send email to python-excel...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/python-excel?hl=en-GB.
Hi, I am trying to do the same and still could not get it to work even after reading this thread (!). So the way to do it is:ws0.insert_bitmap(os.path.abspath('images/logo.gif'), 2, 2)??I tried something like that for my case and it still said "file not accessible"Thank you!
To view this discussion on the web, visit https://groups.google.com/d/msg/python-excel/-/JofykDULSsYJ.
To view this discussion on the web, visit https://groups.google.com/d/msg/python-excel/-/nfqLsqujtfkJ.