Results 1 to 9 of 9
I used the Windows form of Python's IDLE for a long time and loved it, and now that i have fedora, I only can get into the command line interactive. ...
- 04-02-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
[SOLVED] IDLE in Python 2.6.2 in Fedora 12
I used the Windows form of Python's IDLE for a long time and loved it, and now that i have fedora, I only can get into the command line interactive. I have TKinter and a bunch of packages for it, so I don't think thats the problem, I just cant get into idle. Help?
- 04-02-2010 #2
- 04-02-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
- 04-02-2010 #4
- 04-02-2010 #5Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
Actually, I get no error message, I just don't know how to open IDLE. But this is the error for the tk install
Code:[root@Chris Chris]# yum install tk Loaded plugins: presto, refresh-packagekit Setting up Install Process Package 1:tk-8.5.7-3.fc12.x86_64 already installed and latest version Nothing to do
- 04-02-2010 #6
- 04-02-2010 #7Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
idle brings up a standard code error message
Code:Python 2.6.2 (r262:71600, Jan 25 2010, 18:46:47) [GCC 4.4.2 20091222 (Red Hat 4.4.2-20)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> idle Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'idle' is not defined
- 04-02-2010 #8
no, execute command in terminal, not under python prompt
- 04-02-2010 #9Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
Well that sure makes a difference, can't believe I forgot to try that.
thanks a ton, gedit has nothing on IDLE



