ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Olexander Chernetskyy" <sp_archer@meta.ua>
To: "Community@lists.altlinux.org" <Community@lists.altlinux.org>
Subject: [Comm] Eric. Помогите настроить.
Date: Thu, 08 Oct 2009 22:01:36 +0300 (EEST)
Message-ID: <60106.195.230.140.18.1255028496.metamail@webmail.meta.ua> (raw)

Установил в p5 eric4, а в branch4 - просто eric.
Начал читать http://www.altlinux.org/Books:PythonSchool и ставить опыты.
Беру из http://www.altlinux.org/images/a/af/Examples.tar.gz первый скрипт
script-01.py

# -*- coding: utf-8 -*-
# Простейший ввод и вывод
#
print "Привет!"
# input - для чисел
# raw_input - для строк
s1=raw_input("Как тебя зовут? ")
print "Здравствуй, "+s1+"!"

Запускаю.

В просто eric под бранч4
-------------------------
 в окне выполнения вижу такое:
Python 2.5.4 (r254:67916, Feb  6 2009, 12:35:27)
[GCC 4.1.2 20070626 (ALT Linux, build 4.1.2-alt2)] on
archer.elitenet.kr.ua, Qt-Version
>>> Как тебя зовут?

 а в stderr такое:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/eric3/Debugger/DebugServer.py",
line 889, in handleLine
    line = str(us)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5:
ordinal not in range(128)

Ввожу asdf
Получаю в stderr:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/eric3/Debugger/DebugServer.py",
line 889, in handleLine
    line = str(us)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-9:
ordinal not in range(128)

В eric4 под p5
--------------
В окне выполнения:
Python 2.5.4 (r254:67916, May 19 2009, 22:58:03)
[GCC 4.4.0 20090514 (ALT Linux 4.4.0-alt3)] в
comp-Celeron-CPU-990325.localdomain, Standard
>>> Привет!
Как тебя зовут? asdf

После ентера такое окно с ошибкой:
Отлаживаемая программа выбросила исключение unhandled UnicodeDecodeError
"'ascii" codec can't decode byte 0xd0 in position 0: ordinal not in
range(128)"
Файл <такой-то>, строка 8

Если 8-ю строку привести к виду
print "Zdorovo, "+s1+"!"
то работает.

В настройках eric смотрел. Везде где упоминаются кодировки указано utf8.
Python HowTo Unicode читал.
Гуглил.

Победить ума не хватает.

И еще. В  eric4 под p5 в окне редактора не работает стрелка вниз. Ни одна.
А также не работает Enter на цифровой клавиатуре.

И самое противное. В консоли в обеих системах этот скрипт работает без мата.

Помогите настроить хоть в одной какой-то системе.
Заранее благодарен.
-- 
Best regards,
ArCher




             reply	other threads:[~2009-10-08 19:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-08 19:01 Olexander Chernetskyy [this message]
2009-10-09  5:38 ` Ivan Khakhaev
2009-10-09  5:46 ` Ivan Khakhaev
2009-10-09  8:55   ` Olexander Chernetskyy
2009-10-09  9:12     ` Ivan Khakhaev
2009-10-09  9:26       ` alisher
2009-10-09  9:57         ` Olexander Chernetskyy
2009-10-09 18:40           ` Olexander Chernetskyy
2009-10-09  9:52       ` Olexander Chernetskyy
2009-10-09  9:27     ` Владимир
2009-10-12  8:54 ` Владимир
2009-10-12 10:10   ` Ivan Khakhaev
2009-10-12 12:24     ` Владимир Чёрный
2009-10-12 14:28       ` Ivan Khakhaev
2009-10-12 15:50         ` Андрей Черепанов

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60106.195.230.140.18.1255028496.metamail@webmail.meta.ua \
    --to=sp_archer@meta.ua \
    --cc=Community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git