Hello,

I made a script that needs to read a local .csv file. I added the path to 
the file in the Spec-file under "datas" as a tuple according to the 
documentation. However I still get the:

FileNotFoundError: [Errno 2] No such file or directory:

My code is as simple as using pandas library to open the file:

df1=pd.read_csv('list.csv',sep=',')

I have read the following threads on it, but I am still not sure how to 
tackle it:
https://github.com/pyinstaller/pyinstaller/issues/1726
https://www.py4u.net/discuss/257695

Is there a simple explanation to what I might need to change?

Many thanks!

-- 
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/3bc59d12-357b-43e1-bd7f-38655666e863n%40googlegroups.com.

Reply via email to