Tag: py2app

Here you can see a listing of all the posts tagged with py2app on this website.

  • App'ing with py2app

    Posted on Sept. 26, 2006 at 20:48 +0200 Tagged with , , ,

    Today I wanted to write a small little tool that I could stick into my MacOSX dock and simply drag'n drop stuff onto it. Since the whole processing in the background is already done using some Python libs I wanted to see how I could get a simply Python script into that dock. The problem here is, that MacOSX has two different areas in the dock:

    • One for handling applications
    • and one for files and folder (like the trash bin)

    ... and MacOSX recognizes scripts as the later one. Everything following in the first category seems to be a really .app.

    [more ...]

    0 comments