mfarragher / obsidiantools

Obsidian tools - a Python package for analysing an Obsidian.md vault
Other
402 stars 28 forks source link

Can't build an exe with pyinstaller #40

Open AlessandroBonomo28 opened 5 months ago

AlessandroBonomo28 commented 5 months ago

``I am building a python app with the obsidiantools library. Everything works fine when I run it with python but when I try to build an exe of the application I get this error:

error

I tried to run:

 pyinstaller app.py --onefile --paths=C:\Users\Alessandro\OneDrive\Desktop\programmazione\myapp\env\Lib\site-packages