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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:04:54+00:00 2026-06-13T19:04:54+00:00

Can I have a package and a module with the same name in Python?

  • 0

Can I have a package and a module with the same name in Python?

ex:

import json
import myapp.json.jsoncustommodule

I don’t know if this has anything to do with the fact that json is in Python built-in library.

In most languages, this is acceptable. However, Python seems to confuse both things, even if they are in different parent packages.

  • 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-13T19:04:55+00:00Added an answer on June 13, 2026 at 7:04 pm

    To answer your question, there’s no issue with doing something like this in python.

    However if you have a namespace conflict resulting from something like this:-

    import json
    
    from myspecialpackage import json
    

    You will need to resolve it by using as keyword, like this:-

    from myspecialpackage import json as special_json
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a follow-up question to import python modules with the same name ,
In Python 2.6.6, I have a module named the same as its grandparent. My
If I import a module defining a class of the same name belonging to
Python has a win32service package that seems to allow windows service creation. I have
I have next package structure webService.ear -- dependency.jar -- some.class Can I remove some.class
I have a data.frame (X,Y,a,b,c,d,e) Is there a package where I can predict both
I have a scenario where combobox can have same string values. for exa combo
I have two different packages with the same name, each with a set of
I have a package with the following structure (okay, this is greatly simplified, but...)
I have two files in the same folder, Eval.hs and Data.hs , module in

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.