-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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
Reactions are currently unavailable