-
Notifications
You must be signed in to change notification settings - Fork 128
Fixed Line 177 error #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
No line 177 error in this version. Runs on both Home and work machine
|
works for me, thanks! |
|
i recieved this error when trying to use the download: I am new to raspberry pi and trying to flash an SD card with V 1. 3. 3. please help? |
|
Can't tell anything about how active exaviorn might be, but in case you run into this bug and don't know how to apply this patch: clone the repository and then: curl https://github.com/exaviorn/RasPiWrite/pull/75.patch | git am |
|
@eazyliving perfect for me! seems to work as expected, thanks |
|
File "raspiwrite.py", line 177 Not exactly what I was hoping for with my first time to load a Raspberry Pi. Any suggestions for how to fix this? |
|
his didn't work either curl https://github.com/exaviorn/RasPiWrite/pull/75.patch | git am |
|
Mike6158, I have the same problem. Just trying to follow the directions from a book to run RasPiWrite to create an SD card from my iMac, and the Python script won't run. It stops and gives this error message. Not knowing anything about Python, I've looked at the code, and see several other If, Else pairs in lines above 177 that I would guess are okay, since it doesn't stop there. What is different about the Else at line 177? I see the note about a patch, but I don't understand what I am supposed to do with that. Why not just have a correct version of the script to download? Any else have some suggestions? Thanks. |
No line 177 error in this version. Runs on both Home and work machine