GliderGeek / PySoar

Gliding competition analysis
http://www.pysoar.com
GNU General Public License v3.0
17 stars 7 forks source link

link to excel file in gui #30

Closed GliderGeek closed 8 years ago

GliderGeek commented 8 years ago

after analysis, there should be an icon to be clicked which leads you to the folder in which the excel sheet is placed.

roeles commented 8 years ago

Why not open the file directly? Libre Office for Linux, Windows has a command to open a file in the standard application as if you double-click the file. Op 16 dec. 2015 14:55 schreef "GliderGeek" notifications@github.com:

after analysis, there should be an icon to be clicked which leads you to the folder in which the excel sheet is placed

— Reply to this email directly or view it on GitHub https://github.com/GliderGeek/PySoar/issues/30.

GliderGeek commented 8 years ago

good point, this would be preferable. i dont get it to work directly. should be some combination of the subprocess module of python and the correct terminal command.

roeles commented 8 years ago

In Windows you can just use os.system("filename.xls"), in my experience.

Roel

On Thu, Dec 17, 2015 at 12:32 AM, GliderGeek notifications@github.com wrote:

good point, this would be preferable.

— Reply to this email directly or view it on GitHub https://github.com/GliderGeek/PySoar/issues/30#issuecomment-165284652.

GliderGeek commented 8 years ago

implemented in commit 9f6556b4f4d17951e4f43950972f03cf30ab784d