Replies: 3 comments 3 replies
-
Positron Version: 2025.04.0 (user setup) build 250 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It definitely looks like something is going wrong with path escaping there! Notice where it says this (looks OK):
But then this (not OK):
The code that finds the file is coming from ipython here: Could you try running some of that interactively in the console, to see what is happening (since we can't reproduce the problem)? Something like this: import os
name = os.path.expanduser("c:\\Users\\nathaniel.culberson\\Repositories\\KYWSS-main\\2_create_WVAL_data.py")
os.path.isfile(name) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I cannot run python source files "in console," which is the default run button action. I get the following error:
Beta Was this translation helpful? Give feedback.
All reactions