View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000367 | FreeCAD | Bug | public | 2011-06-01 19:18 | 2011-06-05 18:51 |
| Reporter | yorik | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Fixed in Version | 0.12 | ||||
| Summary | 0000367: Draft module is not loaded when opening freecad by double-clicking a fcstd file in file manager | ||||
| Description | When 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? | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
On Windows it work fine. can you get a log file out? Maybe a problem with the start current directory.... |
|
|
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! |
|
|
Hei, thats the best bugs! Dont need to do a thing ;) |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-06-01 19:18 | yorik | New Issue | |
| 2011-06-05 17:17 |
|
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 |
|
Note Added: 0000888 |
FreeCAD