Seite 1 von 1

kann spyder nicht starten (Mac)

Verfasst: Sonntag 12. Februar 2017, 18:21
von JuppTo
Hallo,

ich bin Python Neuling. Nutze einen Mac. Leider bin ich quasi auch Mac-Neuling.

Wenn ich spyder starten möchte, dann bekomme ich dieser Meldung:
Spyder crashed during last session.

If Spyder does not start at all and before submitting a bug report, please try to reset settings to defaults by running Spyder with the command line option '--reset':
python spyder --reset

Ich habe versucht im Terminal: python spyder --reset.
klappt nicht.

Kann mir bitte jamand helfen?

Vielen Dank GRuß JuppTo

Re: kann spyder nicht starten (Mac)

Verfasst: Sonntag 12. Februar 2017, 18:24
von Cronut
Was heißt denn "klappt nicht"?
Erhälst du irgendeine Art von Rückmeldung? :K

Re: kann spyder nicht starten (Mac)

Verfasst: Sonntag 12. Februar 2017, 18:31
von JuppTo
Sorry. Ja diese Rückmeldung:
python: can't open file 'spyder': [Errno 2] No such file or directory

bin auch ins Verzeichnis: .spyder gewechselt.
Gleiches ERgebnis.

Re: kann spyder nicht starten (Mac)

Verfasst: Sonntag 12. Februar 2017, 18:40
von Cronut
python spyder.py --reset? :)

Re: kann spyder nicht starten (Mac)

Verfasst: Sonntag 12. Februar 2017, 19:35
von JuppTo
leider nein :-(:
Jupps-air:~ JuppTo$ python spyder.py --reset
python: can't open file 'spyder.py': [Errno 2] No such file or directory
Jupps-air:~ JuppTo$ cd .spyder
Juppss-air:.spyder JuppTo$ python spyder.py --reset
python: can't open file 'spyder.py': [Errno 2] No such file or directory

ich habe den Reset inzwischen aber ausgeführt:
bin in Verzeichnis: "/Users/JuppTo/anaconda/pkgs/spyder-3.1.2-py27_0/bin/spyder" gewechselt.
Dort habe ich python spyder --reset ausgeführt
Jupps-air:bin JuppTo$ python spyder --reset
*** Reset Spyder settings to defaults ***
removing: /Users/JuppTo/.spyder/spyder.ini
removing: /Users/JuppTo/.spyder/temp.py
removing: /Users/JuppTo/.spyder/template.py
removing: /Users/JuppTo/.spyder/history_internal.py
removing: /Users/JuppTo/.spyder/workingdir
removing: /Users/JuppTo/.spyder/.ropeproject
removing: /Users/JuppTo/.spyder/langconfig
removing: /Users/JuppTo/.spyder/spyder.lock

Beim Starten von spyder aus anaconda-Navigator bekomme ich noch immer die Meldung:Spyder crashed during last session.

If Spyder does not start at all and before submitting a bug report, please try to reset settings to defaults by running Spyder with the command line option '--reset':
python spyder --reset

Warning: this command will remove all your Spyder configuration files located in '/Users/eriktonner/.spyder').

If restoring the default settings does not help, please take the time to search for known bugs or discussions matching your situation before eventually creating a new issue here. Your feedback will always be greatly appreciated.

Re: kann spyder nicht starten (Mac)

Verfasst: Montag 13. Februar 2017, 05:58
von JuppTo
Hat sicher erledigt. Es läft wieder. :-D

Danke!