473,396 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Gnome version of Idle?

I love using Idle as my IDE for python on Windows. I've briefly tried
some other IDE's, but the clean and simple nature of Idle keeps me
coming back to it.

Recently, I tried out Idle on Fedora. The lack of font selection, the
lack of anti-aliasing, and the gaudiness of the widgets were a real
disappointment.

I wish I could have something like a Gnome-Idle IDE, so I can have the
beautiful IDE I'm enjoying in Windows over in Fedora-land.

Is their any such IDE available? or, is it even possible that I'll see
anything like a Gnome clone or version of IDLE within the next few
years?
Jul 18 '05 #1
4 2282
If you ask me, aliased fonts are better for coding.

Gtk+ layer could be added to Idle as an *optional* UI layer, so that
idle could be distributed with python without any fear of dependencies
(tkinter is enough for platforms like windows, ...)
May be you could contribute code to the idle guys :)

Jul 18 '05 #2
Sridhar R wrote:
If you ask me, aliased fonts are better for coding.


I second this statement.

Recently I had to install Slackware 10.0 on my new box. By default, Qt
and GTK2 (so KDE, GNOME and XFce in consequence) use Xft/freetype2
antialiased fonts -- all my editors was broken, even Vim was compiled
with GTK2. Unfortunately, simple switching antialiasing for sizes
smaller than 16pt resulted in ugly looking fonts, no less. Of course,
freetype was compiled without TrueType hinting, as one may expect from
software coming from US of A, where "truetype bytecode interpreting" is
patented. Fortunately for me, this was matter of uncommenting one DEFINE
and recompilation of freetype2.

--
Jarek Zgoda
http://jpa.berlios.de/ | http://www.zgodowie.org/
Jul 18 '05 #3
Dave Anderson wrote:
I love using Idle as my IDE for python on Windows. I've briefly tried
some other IDE's, but the clean and simple nature of Idle keeps me
coming back to it.

Recently, I tried out Idle on Fedora. The lack of font selection, the
lack of anti-aliasing, and the gaudiness of the widgets were a real
disappointment.

I wish I could have something like a Gnome-Idle IDE, so I can have the
beautiful IDE I'm enjoying in Windows over in Fedora-land.
No need to go GTK: just wait for tcl/tk 8.5 and you'll get widgets almost as
cool-looking as GTK ones, since this version will include the tile extension,
adding theme support to tk. See http://tktable.sourceforge.net/tile/
Is their any such IDE available? or, is it even possible that I'll see
anything like a Gnome clone or version of IDLE within the next few
years?


Make it months (maybe even weeks...). If you have a Python version using tk 8.4
(e.g. Python 2.3), you can even try it today by installing the tile package and
do in your Python code something like (untested...):

from Tkinter import *
root = Tk()
root.tk.call('package', 'import', 'ttk::*')

I didn't look how to include this in IDLE, but it should be a matter of adding
one line after the creation of the Tk instance... But take care: according to
http://tktable.sourceforge.net/tile/doc/converting.txt, it will probably break
quite a few things, and may even not work at all...

HTH
--
- Eric Brunel <eric (underscore) brunel (at) despammed (dot) com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com
Jul 18 '05 #4
Eric Brunel wrote:
Dave Anderson wrote:
I love using Idle as my IDE for python on Windows. I've briefly tried
some other IDE's, but the clean and simple nature of Idle keeps me
coming back to it.

Recently, I tried out Idle on Fedora. The lack of font selection, the
lack of anti-aliasing, and the gaudiness of the widgets were a real
disappointment.

I wish I could have something like a Gnome-Idle IDE, so I can have the
beautiful IDE I'm enjoying in Windows over in Fedora-land.


No need to go GTK: just wait for tcl/tk 8.5 and you'll get widgets almost
as cool-looking as GTK ones, since this version will include the tile
extension, adding theme support to tk. See
http://tktable.sourceforge.net/tile/
Is their any such IDE available? or, is it even possible that I'll see
anything like a Gnome clone or version of IDLE within the next few
years?


Make it months (maybe even weeks...). If you have a Python version using
tk 8.4 (e.g. Python 2.3), you can even try it today by installing the tile
package and do in your Python code something like (untested...):

from Tkinter import *
root = Tk()
root.tk.call('package', 'import', 'ttk::*')

I didn't look how to include this in IDLE, but it should be a matter of
adding one line after the creation of the Tk instance... But take care:
according to http://tktable.sourceforge.net/tile/doc/converting.txt, it
will probably break quite a few things, and may even not work at all...

HTH

Yeah, another themed widget set. Just what we needed to improve the desktop
experience for the user.
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Charlie Kim | last post by:
Here is gnome applet source of mine. -------------------------------------------------- #!/usr/bin/env python import pydic import gtk import gnome.applet
0
by: Dan Nawara | last post by:
when installing gnome-python I get the following error.... *** 'pkg-config --modversion gtk+-2.0' returned 2.2.4, but GTK+ (2.2.1) *** was found! If pkg-config was correct, then it is best ***...
16
by: Kerry Neilson | last post by:
For the past couple of months, Idle won't start when I invoke it. I am at a complete loss for why this is. When this happens, they python command line still starts, and python works fine...
1
by: Vincent Montressor | last post by:
I'm playing around with writing my own panel applets, and I'm trying to figure out how to get my panel applets to be restored when I log in. As an experiment, I'm using the simple clock applet...
1
by: Jeremy C. Reed | last post by:
Configuring gramps (genealogy software) says: checking Python bindings for gtk... ok checking Python bindings for GNOME... ok checking Python bindings for gconf... Traceback (most recent call...
1
by: dbrown2 | last post by:
I typically use IDLE for editing and debug. On Windows at least, IDLE and the standard turtle graphics module do not mix. I think both use Tkinter. For now I use IPython and Jedit when using...
3
by: bruce | last post by:
hi... i'm running rh8.0 with gnome.. i'm not sure of the version (it's whatever rh shipped). i've recently updated (or tried to update) python to the latest version. when i try to run the...
2
by: egbert | last post by:
When I start the following script in a gnome-terminal: #!/usr/bin/env python import os print "hello gnome-terminal" print os.environ I see the expected results in the same gnome-terminal...
5
by: Russ P. | last post by:
I've been programming in python for a few years using XEmacs on Solaris and Linux. I've been thinking about trying IDLE for a long time, but either it wasn't available on my system or I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.