PartDesign Gear tool not working

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

PartDesign Gear tool not working

Post by jmaustpc »

Hi all

If I click on the PartDesign Gear tool in current master I get the following error and no gear tool.

Traceback (most recent call last):
File "/home/user/Downloads/cad/FreeCAD/clone2/build_master_release_oce_master_tbb_2/Mod/PartDesign/InvoluteGearFeature.py", line 114, in setEdit
taskd = _InvoluteGearTaskPanel(self.Object,mode)
File "/home/user/Downloads/cad/FreeCAD/clone2/build_master_release_oce_master_tbb_2/Mod/PartDesign/InvoluteGearFeature.py", line 136, in __init__
self.form=FreeCADGui.PySideUic.loadUi(FreeCAD.getHomePath() + "Mod/PartDesign/InvoluteGearFeature.ui")
File "<string>", line 4, in <module>
<type 'exceptions.RuntimeError'>: Cannot open file
Running the Python command 'PartDesign_InvoluteGear' failed:
Traceback (most recent call last):
File "<string>", line 1, in <module>

Failed to set object 'InvoluteGear' in edit mode


Jim

OS: Ubuntu 14.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4172 (Git)
Branch: master
Hash: 9426f5d4cfc506a6e6f0337911f92dcdd9829b07
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.7.1
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: PartDesign Gear tool not working

Post by quick61 »

This post made with 0.0% Micro$oft products - GOT LINUX?
Post Reply