ebranlard / pyDatView

A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
MIT License
107 stars 41 forks source link

Main.py - Local time issue? #182

Open scks6 opened 6 months ago

scks6 commented 6 months ago

Screenshot 2024-03-15 132245

Issue appears when uploading the file into the standalone exe file. Anyone knows the reason? Thanks in advance!

scks6 commented 6 months ago

Latest version 4.2 & appears also in the pre-releases.

ebranlard commented 2 months ago

Hi @scks6 Sorry that you are having this issue.

You can potentially try commenting the following line: https://github.com/ebranlard/pyDatView/blob/4140c241cb3632cc4482e814d233794a9b019d60/pydatview/main.py#L958

If you installed a Windows executable, you can fine the file main.py in the directory structure where you installed pydatview, for instance: C:\Users\USERNAME\AppData\Local\Programs\pyDatView\pkgs\pydatview\main.py

If that doesn't work, can you look at the following discussion and see if you can try other changes to make it work? https://github.com/ebranlard/pyDatView/issues/128

Other potential questions: in which language is your Windows, and which country setting did you set?

Thanks a lot.