Executing python script that writes to file system in meteor

Hello,

I am developing a meteor app that creates a data visualization from a .csv file. The .csv file is created by a python script. I can call the python script successfully using python-shell, but the output file does not get created. Is there a way to allow python-shell to write output files in meteor to the /private directory on the server?

Thx