I've been using pyinstaller to create applications based upon the  mne 
package for eeg signal analysis. Until the most recent update of mne, 
everything worked fine.

However, now during the process of building my app,I'm encountering the 
error, 

No such file or directory: 
'/dist/MyApp.app/Contents/MacOS/mne/report/js_and_css/report.js'

The error persists when I try to run the unix executable from the command 
line. I can see report.js within the mne module directory, and I've tried 
to modify my .spec file so that pathex includes its location: 

'/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/mne/report/js_and_css/report.js'

However, this does not solve the problem. How can I get pyinstaller to find 
the location of report.js during the build process? 

Thanks

Paul F



-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/e6dfbf37-5ccf-4f04-9ebe-5e999cf21eb3n%40googlegroups.com.

Reply via email to