Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
My documents, Dolphin Emulator
If you're running in portable, use your Dolphin program folder.
If you don't know what portable is, you probably don't have it on.
(01-18-2015, 05:20 AM)jimbo1qaz Wrote: [ -> ]My documents, Dolphin Emulator
If you're running in portable, use your Dolphin program folder.
If you don't know what portable is, you probably don't have it on.
I'm on a Mac and the script doesn't work...
I get this:
Traceback (most recent call last):
File "/Users/******/Desktop/source.py", line 147, in <module>
do_it()
File "/Users/******/Desktop/source.py", line 79, in do_it
profile_path = input()
File "<string>", line 1
~/Library/Application Support/Dolphin
Also you should add that the folder for OS X is ~/Library/Application Support/Dolphin
The script was run in Python 2.
Is the first line of your script "#!/usr/bin/env python3"?
If it's not, try adding that (without quotes) and retest.
If it still doesn't work, try installing Python 3.
I'll add Python 2 compatibility at some point.
Is it really worth making a new release just to add OSX-specific instructions, given that I don't use OSX at all? I can slip in OSX and Linux instructions, just need to detect OS and only print relevant instructions. Or should I add it into the readme? (Do people even read README's?)
I can not get this to work... Whenever I run it, it says ": No such file or directory".
I'm probably forgetting to give it a path to Dolphin or something but I can't find how to do it.
When reporting bugs, give complete information:
OS, 32/64
Which version you used (Windows or cross-platform)
Which versions of Python you have installed, if any
Exactly what you did to trigger the error.
PureTryOut, I have no clue what you did wrong and no information to help debug it, unless you provide more information,
Woops sorry thought it was something so easy somebody would be able to explain it in 1 sentence
So specs are in my signature:
Using 64-bit Arch Linux with latest kernel (3.18.4-1 at the moment), and of course I used the cross-platform Python script.
I use Python 3.4.2, and I just ran it after using "chmod +x" on it after downloading.
I've tried moving it to "~/.dolphin-emu" and run it there, but it gave me the same error.
(01-30-2015, 06:46 AM)jimbo1qaz Wrote: [ -> ]The script was run in Python 2.
Is the first line of your script "#!/usr/bin/env python3"?
If it's not, try adding that (without quotes) and retest.
If it still doesn't work, try installing Python 3.
I'll add Python 2 compatibility at some point.
Is it really worth making a new release just to add OSX-specific instructions, given that I don't use OSX at all? I can slip in OSX and Linux instructions, just need to detect OS and only print relevant instructions. Or should I add it into the readme? (Do people even read README's?)
Yes the code is there and doesn't work, Thank you for your help I'm running Yosemite 10.10.2 and python is built into the OS no need to install anything.
Try running "python3 <script.py>".
(02-01-2015, 06:50 AM)jimbo1qaz Wrote: [ -> ]Try running "python3 <script.py>".
Nope. Didn't work.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14