Reed only error when using my appimage

Hello, i have a python script, that is not yet public but i want to package it as an appimage so this way i can ship it to other people. My script writes on too csv files.

The problem is that when i run my script i get that the filesystem is reed only. I have a folder in my appDir that celled extras and here is the files my script edits. When i get to this part of the script i get this error.

Traceback (most recent call last):
  File "BackEndControls_appimage_testing.py", line 828, in <module>
  File "BackEndControls_appimage_testing.py", line 616, in UpdateTheHystory
OSError: [Errno 30] Read-only file system: 'output.csv'
[129826] Failed to execute script 'BackEndControls_appimage_testing' due to unhandled exception!

Any ideas on what is the problem … ?

What i use
os = archlinux
python version = 3.10.4
filesystem = ntfs (coz i use that disk to pull data from windows too)
evrithing else on the script seems to work fine. I use appimagetool to build. And the script manual is working fine with python script.py.