приветствую всех.

успешно установил питон 3.1.2
и ерик5.

в эрике, зашел в меню project/new создал проект test

создался файл __init__.py

в нем я написал print(“Hi”);

далее запустил из start/run script и ни чего не произошло.

выдал чушь какую-то
Traceback (most recent call last):
File “C:\Python31\Lib\site-packages\eric5\DebugClients\Python3\DebugClient.py”, line 38, in <module>
debugClient.main()
File “C:\Python31\Lib\site-packages\eric5\DebugClients\Python3\DebugClientBase.py”, line 1903, in main
self.__interact()
File “C:\Python31\Lib\site-packages\eric5\DebugClients\Python3\DebugClientBase.py”, line 962, in __interact
self.eventLoop()
File “C:\Python31\Lib\site-packages\eric5\DebugClients\Python3\DebugClientBase.py”, line 990, in eventLoop
self.readReady(self.readstream.fileno())
File “C:\Python31\Lib\site-packages\eric5\DebugClients\Python3\AsyncIO.py”, line 66, in readReady
self.handleLine(s)
File “C:\Python31\Lib\site-packages\eric5\DebugClients\Python3\DebugClientBase.py”, line 754, in handleLine
socket.gethostname(), self.variant))))
UnicodeDecodeError: ‘utf8’ codec can't decode bytes in position 0-1: invalid data


как запустить и что делать?