On Wed, 1 Sep 2010 11:28:32 -0700 (PDT)
"Edward K. Ream" <[email protected]> wrote:

> c:\leo.repo\inkcall>c:\python26\python.exe inkcall.py --inkscape "c:  
> \Program Files (x86)\Inkscape\inkscape.exe"
> Traceback (most recent call last):
>   File "inkcall.py", line 538, in <module>
>     main()
>   File "inkcall.py", line 189, in main
>     inkcall.make_png(filename)
>   File "inkcall.py", line 450, in make_png
>     img = Image.open(outfilename)
>   File "c:\python26\lib\site-packages\PIL\Image.py", line 1952, in
> open
>     fp = __builtin__.open(fp, "rb")
> IOError: [Errno 2] No such file or directory:
> 'some_screen_shot.co.png'

Don't see why, when you're running from the directory containing the file, but 
try 

c:\python26\python.exe inkcall.py \
  --inkscape "c:\Program Files (x86)\Inkscape\inkscape.exe" \
  --png c:\output.png

?

Out to run some errands now.

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to