[Idle-dev] [ idlefork-Bugs-742815 ] Problem with Slackware 9.0

SourceForge.net noreply@sourceforge.net
Mon, 26 May 2003 15:15:58 -0700


Bugs item #742815, was opened at 2003-05-24 13:33
Message generated for change (Settings changed) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=742815&group_id=9579

Category: None
Group: None
>Status: Pending
Resolution: Postponed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem with Slackware 9.0

Initial Comment:
I cannot use Menu ( File, Edition etc...) to open or
save any files.

This is what I get when I try to open a file with File : 

user1@darkstar:~/IDLEfork-0.9a2$ ./idle
Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python2.2/lib-tk/Tkinter.py", line
1299, in __call__
    args = apply(self.subst, args)
  File "/usr/lib/python2.2/lib-tk/Tkinter.py", line
1032, in _substitute
    e.num = getint(b)
ValueError: invalid literal for int(): ??
 

Anyone any idea ? I am just very python newbie. Does
exists a IDLE Slackware package ?



----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2003-05-26 17:14

Message:
Logged In: YES 
user_id=149084

I believe there was a problem with Tk8.4.2 which
was handled in Python2.3.  If you are using
Tk8.4 (check the IDLE About dialog) then I'd say
move to Python2.3b1.

See Python Patch 707701:
http://sourceforge.net/tracker/?
group_id=5470&atid=305470&func=detail&aid=707701

The rest of us are not seeing this problem, so it's
probably something in your configuration.  Try 
some simple Tk programs without using IDLE and
see what happens.

There is no Slackware package.  0.9a2 is pure 
Python, so if you follow the release notes on the
SF IDLEfork Files page, you will have no problem
with the installation.  Use the tar.gz package.
Good luck and welcome to Python!  

If this doesn't help, you might try asking at
comp.lang.python, I'm sure someone is running
Slackware.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=742815&group_id=9579