View Issue Details

IDProjectCategoryView StatusLast Update
0000367FreeCADBugpublic2011-06-05 18:51
Reporteryorik Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Fixed in Version0.12 
Summary0000367: Draft module is not loaded when opening freecad by double-clicking a fcstd file in file manager
DescriptionWhen opening freecad normally, everything goes fine.

When double-clicking a .fcstd file in the file manager, causing freecad to open it, the file opens but the Draft module doesn't get loaded. The following error appears:

<type 'exceptions.AttributeError'>
Traceback (most recent call last):
  File "/home/yorik/.FreeCAD/Mod/Draft/InitGui.py", line 177, in Initialize
    Gui.addLanguagePath(":/translations")
AttributeError: 'module' object has no attribute 'addLanguagePath'

It looks like the GUI module is not loaded before the Draft module loads... Anyone else can confirm this?
TagsNo tags attached.
FreeCAD Information

Activities

Jriegel

2011-06-05 17:17

administrator   ~0000886

On Windows it work fine.

can you get a log file out?
Maybe a problem with the start current directory....

yorik

2011-06-05 18:03

administrator   ~0000887

Okay I got it, it was my fault. I have 2 versions of freecad installed (default debian one and my custom build), and my file manager was using the wrong one (but with the latest draft module, which didn't work of course). Sorry for that!

Jriegel

2011-06-05 18:51

administrator   ~0000888

Hei, thats the best bugs! Dont need to do a thing ;)

Issue History

Date Modified Username Field Change
2011-06-01 19:18 yorik New Issue
2011-06-05 17:17 Jriegel Note Added: 0000886
2011-06-05 18:03 yorik Note Added: 0000887
2011-06-05 18:03 yorik Status new => closed
2011-06-05 18:03 yorik Resolution open => no change required
2011-06-05 18:03 yorik Fixed in Version => 0.12
2011-06-05 18:51 Jriegel Note Added: 0000888