Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1011731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T09:16:42+00:00 2026-05-16T09:16:42+00:00

How can I launch a new Finder window (or Explorer on Win) from python

  • 0

How can I launch a new Finder window (or Explorer on Win) from python in a specific folder. The behaviour I’m looking for is the equivalent of “Show in finder” link in a tracks context menu in iTunes or most other programs come to think of it.

What I have currently is a UI built with PyQt and I’d like to add a menu option like “show log folder” or something similar, which would pop up a new finder window.

UPDATE:

From katrielalex advice trying subprocess.Popen("/System/Library/CoreServices/Finder.app") throws and OSError: Permission denied. Trying to launch the Finder.app by double clicking it says that it is in use by OS X and cannot be opened.

Surely there must be a way to open a new Finder window.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T09:16:43+00:00Added an answer on May 16, 2026 at 9:16 am

    For OS X, you can use the Finder’s Apple Events (AppleScript) interface via py-appscript:

    >>> from appscript import *
    >>> file_to_show = "/Applications/iTunes.app"
    >>> app("Finder").reveal(mactypes.Alias(file_to_show).alias)
    app(u'/System/Library/CoreServices/Finder.app').startup_disk.folders[u'Applications'].application_files[u'iTunes.app']
    >>> #  Finder window of "Applications" folder appears with iTunes selected
    

    EDIT:

    An even simpler solution on OS X 10.6 is to use the new -R (Reveal) option to the open command (see man 1 open):

    >>> import subprocess
    >>> file_to_show = "/Applications/iTunes.app"
    >>> subprocess.call(["open", "-R", file_to_show])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 516k
  • Answers 516k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Oh the 'joys' of Oracle... Ok basically, I never bothered… May 16, 2026 at 6:49 pm
  • Editorial Team
    Editorial Team added an answer Two things I have changed which resolved this for me:… May 16, 2026 at 6:49 pm
  • Editorial Team
    Editorial Team added an answer Code is Data, and Data is Code. You've got working… May 16, 2026 at 6:49 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a c program which I can launch at command prompt. Is it
OK I know that in Adobe Air you can call navigateToURL(new URLRequest(url)) and it
I create new Window-Based project in xCode and a subclass of UIViewController name Main
I am developing a new Java Desktop app. Something like a media player. I
I want to use vkontakte's new wrapper feature, that enhances your application abilities by
I am going to start a new online trading simulation game. Server Page: A
How do I make a new document in TextMate using rb-appscript or AppleScript? Here
I'm trying to generate a Google Map based off of results from a database.
I have a system tray icon that receives incoming phone calls. When a call
I am asking a small percentage of users on a site if they would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.