You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most reliable way to inject files (stable in most systems) is using: import os open(os.path.join(sys.path[0], "file_name.txt"), "r")
That's what I am going to do.
On a fresh new clone of this repo:
Running
Speed typing.py
leaves me with the error:Fixing this leaves me again with:
This issue might be system centric.
The text was updated successfully, but these errors were encountered: