Ahhh now I see!! I actually was trying to import a file, now I know it´s just
changing the directory. Next time I´d better read the description of the tool
carefully...
Thank you so much!! You helped a lot!
--
https://mail.python.org/mailman/listinfo/python-list
On 4/1/19, [email protected] wrote:
>
> os.chdir('C:\\Users\\Ayla\\Documents\\Uni\\Master_Umweltingenieurwesen\\
> Study_Project\\kerschbaum_input')
> os.chdir('C:/Users/Ayla/Documents/Uni/Master_Umweltingenieurwesen/
> Study_Project/kerschbaum_input')
These string literals should work if the
What are you actually trying to do?
os.chdir() simply changes the current working directory of your process. It
doesn't read any data or "import" or really have any affect on its own. The
current directory is the directory you ran the script from in the first
place, which is where files will be op