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 8219047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:01:07+00:00 2026-06-07T13:01:07+00:00

I have a script.py located in a folder called subfolder1. This folder is inside

  • 0

I have a script.py located in a folder called subfolder1. This folder is inside a folder called mainfolder. There is another folder inside mainfolder called subfolder2. I would like for script.py to open an image inside subfolder2 and do some cropping etc, but I don’t know how to get the directory right. I have tried:

import os
rel = "../subfolder2/1.bmp"
impath = os.path.abspath(rel)
im = Image.open(impath)

But the error message appears:

IOError: [Errno 2] No such file or directory: 'C:\\Users\\****\\Desktop\\mainfolder\\subfolder2\\1.bmp'

By the way, I am using Windows.

  • 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-06-07T13:01:10+00:00Added an answer on June 7, 2026 at 1:01 pm

    If your directory structure looks like this:

    mainfolder/
        subfolder1/
            script.py
        subfolder2/
            1.bmp
    

    … Then you can construct a path relative to the script.py. Right now you are only working with a path relative to the current working directly where you have launched your shell command.

    You can do something like this:

    import os
    scriptDir = os.path.dirname(__file__)
    impath = os.path.join(scriptDir, '../subfolder2/1.bmp')
    

    __file__ is a builtin attribute in the module, that tells you the filesystem path of that module.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a view folder called 'HelloWorld', inside it I have another folder called
I have a script located at /tmp/My Batch Script Files/Processing How would I run
I have script like this : fullscript.sh if [ ! -f /opt/laks/linux-2.6.33.2.tar.bz2 ] then
I have a PHP script located in my Wordpress installation's root folder wordpress-root/includes/login.php When
I have an application located in one folder, and templates for it in another
I have a PowerShell script located at D:\temp . When I run this script,
I have got this code inside a file called .htaccess to remove the extensions
I need to have script.sh , that would create files f1.txt and f2.txt with
I have this javascript: <script type=text/javascript> $('.publish_post').click (function(){ var info = 'some info'; $.ajax({
I know there have been plenty of questions about this, but I've been trying

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.