Skip to content

SVG.Save() on window #12

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Download svgfig
2. write the 'hello world' svg as outlined in tutorial
3. issue the s.save() command

What is the expected output? What do you see instead?
expected to see tmp.svg but error message:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python26\lib\site-packages\svgfig.py", line 433, in save
    f = codecs.open(fileName, "w", encoding=encoding)
  File "C:\Python26\lib\codecs.py", line 865, in open
    file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or 
directory: 'C:\\home\\AuChan\\Desktop\\tmp.svg

What version of the product are you using? On what operating system?
latest version on window

Please provide any additional information below.
Thank you very much ... 


Original issue reported on code.google.com by kenauc...@gmail.com on 18 Feb 2010 at 11:52

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions