Re: Didn't find pellet when executing app built by pyinstaller

Posted by w4ng on
URL: http://owlready.306.s1.nabble.com/Didn-t-find-pellet-when-executing-app-built-by-pyinstaller-tp1574p2301.html

hi,

i get the right app due

pyinstaller --noconfirm --onefile --console --add-data "******path*****/owlready2;owlready2/"  my_file.py -F

without any error

thx!