ich habe python 2.7.10 mit pyscripter 2.6.0 und den typischen vc compiler for python 2.7. installiert.
dann habe ich nach:
https://www.youtube.com/watch?v=ddpYVA-7wq4 den path geändert und
das modul numpy:
numpy-1.8.1-win32-superpack-python2.7.exe installiert.
ich bekomme aber leider, sobald ich den scripter starte, die fehlermeldung:
UnicodeEndodeError: 'ascii' codec can't encode character u' \xe4' in position 13: ordinal not in range(128)
mein script startet mit:
Code: Alles auswählen
#!/usr/bin/env python
# -*- coding: utf-8 -*-Code: Alles auswählen
import sys
reload(sys)
sys.setdefaultencoding('utf8')kann mir da jmd helfen?
