Opened 14 years ago

Closed 14 years ago

#2193 closed defect (fixed)

TurtleArt assumes it can write to the current directory

Reported by: lfaraone Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Turtleart Version: Git as of bugdate
Severity: Critical Keywords:
Cc: Distribution/OS: Debian
Bug Status: Unconfirmed

Description

If you run "turtleart" in a directory you can't write to, TA crashes on start.

Traceback (most recent call last):
  File "/usr/bin/turtleart", line 612, in <module>
    TurtleMain()
  File "/usr/bin/turtleart", line 143, in __init__
    data_file = open('.turtleartrc', 'a+')
IOError: [Errno 13] Permission denied: '.turtleartrc'

Change History (1)

comment:1 Changed 14 years ago by walter

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.