<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>15690</bug_id>
          
          <creation_ts>2008-05-16 20:46:46 +0400</creation_ts>
          <short_desc>Неправильная ссылка в меню KDE при установке IDLE (пакет python-tools-idle)</short_desc>
          <delta_ts>2009-05-16 15:24:30 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Distributions</classification>
          <product>Branch 4.0</product>
          <component>python-tools-idle</component>
          <version>4.0</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>16003</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Konstantin Baev">kipruss</reporter>
          <assigned_to name="Ivan Fedorov">ns</assigned_to>
          
          
          <qa_contact name="Q.A. 4.0">qa-4.0</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>70132</commentid>
    <comment_count>0</comment_count>
    <who name="Konstantin Baev">kipruss</who>
    <bug_when>2008-05-16 20:46:46 +0400</bug_when>
    <thetext>Установил пакет python-tools-idle, при попытке запустить из меню KDE пункт
Разработка &gt; IDLE ничего не происходит. 

Решение: данный пункт меню ссылается на /usr/bin/idle, а по этому адресу ничего
не оказалось. Зато &quot;рядом&quot;, по адресу /usr/bin/idle2.5 оказался симлинк на
/usr/lib/python2.5/idlelib/idle

Надо либо в каталог /usr/bin поместить симлинк idle, также ссылающийся на
/usr/lib/python2.5/idlelib/idle либо, что на мой взгляд более правильно,
поместить симлинк /usr/bin/idle, ссылающийся на /usr/bin/idle2.5 (который в свою
очередь ссылается на программу)
Steps to Reproduce:
Установил пакет python-tools-idle
запускаю из меню KDE пункт Разработка &gt; IDLE
Actual Results:  
ничего не происходит

Expected Results:  
должна запускаться IDLE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70133</commentid>
    <comment_count>1</comment_count>
    <who name="Konstantin Baev">kipruss</who>
    <bug_when>2008-05-16 20:47:31 +0400</bug_when>
    <thetext>Забыл добавить: у меня Branch 4.1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70510</commentid>
    <comment_count>2</comment_count>
    <who name="Fr. Br. George">george</who>
    <bug_when>2008-05-25 19:14:12 +0400</bug_when>
    <thetext>Там вообще как-то угрюмо всё. Запустите idle2.5 из командной строки, наберите в
окне &quot;lo&quot; (без кавычек) и нажмите Teb :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70568</commentid>
    <comment_count>3</comment_count>
    <who name="Konstantin Baev">kipruss</who>
    <bug_when>2008-05-27 01:03:53 +0400</bug_when>
    <thetext>(если я правильно понял)

1. Запустил idle
2. Набрал lo и нажал tab - ничего не произошло, но после этого, если нажать
Enter, то lo превратится в locals
3. Если нажать Enter после появления locals в строке, то появится строка:
&lt;built-in function locals&gt;
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70837</commentid>
    <comment_count>4</comment_count>
    <who name="Fr. Br. George">george</who>
    <bug_when>2008-05-28 23:13:33 +0400</bug_when>
    <thetext>Это вы не из консоли запускали. idle нужен кто-то, кто им пользуется и имеет
время чинить.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70843</commentid>
    <comment_count>5</comment_count>
    <who name="Konstantin Baev">kipruss</who>
    <bug_when>2008-05-28 23:46:37 +0400</bug_when>
    <thetext>(In reply to comment #4)
&gt; Это вы не из консоли запускали. idle нужен кто-то, кто им пользуется и имеет
&gt; время чинить.

Из консоли. Просто не понял, что требуется. А требуется, видимо, вывод сообщений
в консоли.

Вот они:

[kipruss@localhost ~]$ idle
Exception in Tkinter callback
Traceback (most recent call last):
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 1403, in __call__
    return self.func(*args)
  File &quot;/usr/lib/python2.5/idlelib/AutoCompleteWindow.py&quot;, line 217, in
winconfig_event
    x, y, cx, cy = self.widget.bbox(self.startindex)
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 2833, in bbox
    self.tk.call((self._w, &apos;bbox&apos;) + args)) or None
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 1030, in _getints
    return tuple(map(getint, self.tk.splitlist(string)))
ValueError: invalid literal for int() with base 10: &apos;(39,&apos;
Exception in Tkinter callback
Traceback (most recent call last):
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 1403, in __call__
    return self.func(*args)
  File &quot;/usr/lib/python2.5/idlelib/AutoCompleteWindow.py&quot;, line 217, in
winconfig_event
    x, y, cx, cy = self.widget.bbox(self.startindex)
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 2833, in bbox
    self.tk.call((self._w, &apos;bbox&apos;) + args)) or None
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 1030, in _getints
    return tuple(map(getint, self.tk.splitlist(string)))
ValueError: invalid literal for int() with base 10: &apos;(39,&apos;
Exception in Tkinter callback
Traceback (most recent call last):
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 1403, in __call__
    return self.func(*args)
  File &quot;/usr/lib/python2.5/idlelib/AutoCompleteWindow.py&quot;, line 217, in
winconfig_event
    x, y, cx, cy = self.widget.bbox(self.startindex)
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 2833, in bbox
    self.tk.call((self._w, &apos;bbox&apos;) + args)) or None
  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 1030, in _getints
    return tuple(map(getint, self.tk.splitlist(string)))
ValueError: invalid literal for int() with base 10: &apos;(39,&apos;


IDLE в данное время активно не использую, но учил студентов раньше на питоне при
помощи IDLE и, конечно, готов помочь в починке. По мере сил.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91276</commentid>
    <comment_count>6</comment_count>
    <who name="Ivan Fedorov">ns</who>
    <bug_when>2009-05-16 15:24:30 +0400</bug_when>
    <thetext>мне ни idle ни 4.0 не интересны особо...</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>