python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android File not Found Exception Kotlin
So I have a really simple project:
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
val bundle = ActivityOptionsCompat.makeCustomAnimation(applicatio...
Nadav Holtzman
Votes: 0
Answers: 2
I can't move a File in Python : File not Found Error
Related Code: This function is bound to the button "Move File"
(https://i.stack.imgur.com/3TBLq.png)
def move_file():
filename_url = "y2meta.com"
format = ".mp3"
sp...
baumanager
Votes: 0
Answers: 0
File not found error altough file does not exist
I am trying to read through a file using the with open () function from python. I hand in the filepath via a base path and then a relative path adding on it:
filepath = base_path + path_to_specific_fi...
mr_harm
Votes: 0
Answers: 2
gui zero not finding image
im working on a program that will randomly choose and display 5 tarot cards. sadly i keep getting this error (*** GUIZERO ERROR ***
Image import error - '[Errno 2] No such file or directory: '6.png''
...
Connor Payne
Votes: 0
Answers: 1