FredsFactory / FreeCAD_AirPlaneDesign

FreeCAD WorkBench Air Plane Design
GNU Lesser General Public License v2.1
79 stars 14 forks source link

Program fails to create a new rib #32

Open RAFmaster64 opened 3 years ago

RAFmaster64 commented 3 years ago

When trying to create a new rib, nothing happens and I get this notice on the bottom stating an error on "airPlaneRib.py", line 243. Freecad 0.18 OS: Windows 10

Desktop Screenshot 2020 10 29 - 15 53 48 51

FredsFactory commented 3 years ago

Hello thanks for your feed back. Some questions : -can you open the report view (Menu View /Panels/Report vierw) and copy the error ? -is it only with NACA profil ? -did you have the same problem with the 0.19 version ? Fred

RAFmaster64 commented 3 years ago

Full error:

Running the Python command 'airPlaneDesignWRib' failed: Traceback (most recent call last): File "C:\Program Files\FreeCAD 0.18\Mod\FreeCAD_AirPlaneDesign-master\airPlaneRib.py", line 243, in Activated editor = SelectObjectUI() File "C:\Program Files\FreeCAD 0.18\Mod\FreeCAD_AirPlaneDesign-master\airPlaneDesignProfilUI.py", line 52, in init self.form=loader.load(path_to_ui)

Unable to open/read ui device

"-is it only with NACA profil ?" The error occurs as soon as I select to create a rib, so I don't get to choose the desired profile, if that's what you mean.

I haven't tried with the 0.19 version yet.

FredsFactory commented 3 years ago

Partially corrected in V0.4. FreeCAD V0.19 => OK, import file and Naca Generator.

FreeCAD V0.18 under windows :

luzpaz commented 1 year ago

Still relevant ?