chiefenne / PyAero

PyAero is an open-source airfoil contour analysis and CFD meshing tool.
MIT License
171 stars 31 forks source link

PToolbar.xml = PToolBar.xml #1

Closed marcovanderbijl closed 5 years ago

marcovanderbijl commented 5 years ago

FileNotFoundError: [Errno 2] No such file or directory: '/home/marco/Programs/PyAero-master/data/Menus/PToolbar.xml' Segmentation fault (core dumped)

the file /home/marco/Programs/PyAero-master/data/Menus/PToolBar.xml does exist.

I simply copied the file and changed the name of the copy to be able to run the program.

chiefenne commented 5 years ago

Which version did you use? Did you run from source? In the actual source this should be correct. The Windows executable unfortunately is outdated.

chiefenne commented 5 years ago

Sorry. You are right. This error does not show up when running the source under Windows (as it is not case sensitive). Seems that I need to do some Linux testing.

chiefenne commented 5 years ago

fixed