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

Related Questions

I just installed Cygwin and can launch a bash shell from windows, do ls
We have an application that has a primary window, it can launch multiple other
Launch app from homescreen can't get remote push payload? But launch from Notification Center
When I launch a new Terminal window, it starts me in 'Macintosh HD/Users/MyName'. How
I'd like to (from code) launch a process with highly restricted privileges. Can save
Can you launch a process on top of the topmost window? (csharp wpf) I
How can I launch my IPad app from another native IPad app such as
I have starter new System.Diagnostics.Process and it launchs FireFox. How can I obtain the
I have a c program which I can launch at command prompt. Is it
I have an application where I can launch a modal dialog box over a

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.