google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

Mind Mapping In KDE #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Forwarded from https://launchpad.net/ubuntu/+source/labyrinth/+bug/97064

Running Kubuntu Feisty Fawn (7.10)

ProblemType: Crash
Architecture: i386
Date: Tue Mar 27 13:26:04 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/labyrinth
InterpreterPath: /usr/bin/python2.5
Package: labyrinth 0.3-0ubuntu2
PackageArchitecture: all
ProcCmdline: python /usr/bin/labyrinth
ProcCwd: /home/zeke
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/labyrinth']
SourcePackage: labyrinth
Uname: Linux zs-elx-lp 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC
2007 i686 GNU/Linux

Traceback (most recent call last):
  File "/usr/bin/labyrinth", line 44, in <module>
    import Browser
  File "/usr/lib/python2.5/site-packages/labyrinth/Browser.py", line 33, in
<module>
    import MainWindow
  File "/usr/lib/python2.5/site-packages/labyrinth/MainWindow.py", line 33,
in <module>
    from MapList import MapList
  File "/usr/lib/python2.5/site-packages/labyrinth/MapList.py", line 189,
in <module>
    MapList.load_all_from_dir(utils.get_save_dir ())
  File "/usr/lib/python2.5/site-packages/labyrinth/utils.py", line 44, in
get_save_dir
    os.mkdir (dirname)
OSError: [Errno 2] No such file or directory: '/home/zeke/.gnome2/labyrinth/'

Original issue reported on code.google.com by daniel.h...@googlemail.com on 27 Mar 2007 at 5:45

GoogleCodeExporter commented 9 years ago
Thanks for the bug.  The issue is that the intermediate directory
(/home/zeke/.gnome2) doesn't exist.  As a work around, you can create this 
directory
and everything should work properly.

I've committed a fix for this to SVN:
2007-03-28 Don Scorgie <Don@Scorgie.org>

    * src/utils.py:
    Make intermediate dirs for savedir (should fix issue #50)

Marking as Fixed.

Original comment by DonScor...@gmail.com on 28 Mar 2007 at 6:04