Hi again everyone,

So a few months later, I started wondering again about some of
these things.

On April 22, Ronald Oussoren wrote:
 > On 21-apr-2006, at 22:44, Jacob Rus wrote:
 >> While we're adding a bunch of icons to Mac Python, and editing
 >> Info.plist files, and so on, I think we might as well make a
 >> few other changes:
 >>
 >>   1. If it doesn't already, I think Mac Python should ship
 >> with a  python spotlight importer (I got one somewhere else,
 >> but should be default)
 >
 > For the moment anything in the official installer needs to be
 > part of the official python.org distribution. Anything else
 > needs to be installed seperately for now.
 >
 > That may change in the future, but not until I've had time to
 > think about the issues and write down a proposal about what to
 > include and what not.

Do you think it would be possible to get an mdimporter included in
the python.org distribution?  What's lacking for that to happen?
It would be good to have an importer for python

 >>   2. Let's export some UTI's for .pyc/.pyo files and .egg
 >> files (maybe public.python-bytecode and public.python-egg or
 >> something, or maybe they need to be org.python.python-bytecode,
 >> etc.)
 >
 > At least some of these are part of the OS. It can't hurt to add
 > these UTIs to the Info.plist for IDLE of course.

So names seem to have gotten added to the plists, but never any
UTI's.  I still get dynamic UTI's for compiled python scripts and
eggs.  Regular python scripts have the content type tree:

        "public.python-script",
        "public.shell-script",
        "public.script",
        "public.source-code",
        "public.plain-text",
        "public.text",
        "public.data",
        "public.item",
        "public.content"

I'm not sure exactly what the UTI's for eggs and pyc files should
be, but we should figure it out and add them.

In fact, because none of the applications which ship with official
python claim any ownership over eggs at all, we can't even get that
nice egg icon that took so long to get right. I'm not sure if
there's any GUI app which can deal with eggs, but it would maybe
even be good to assign them to an app which can't deal with them,
just for the sake of the icon.  :)

 > Now that we (almost) have new icons it would be great if someone
 > could have a look at IDLE and at the very least writes down what
 > could be done to make it a better OSX citizen. Actual patches
 > would of course even be better.
 >
 > Please keep in mind that IDLE is a cross-platform application
 > using tkinter and that it is probably virtually impossible to
 > make it a really great OSX application.

I'm not volunteering (and therefore not complaining), and I don't
use IDLE myself and am not likely to start any time, but this would
still be nice to see.  Anyone?

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to