Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

import

Import a python module without the .py extension

August 17, 2022 by Magenaut

I have a file called foobar (without .py extension). In the same directory I have another python file that tries to import it:

Categories Python, Q&A Tags import, python Leave a comment

How to import module when module name has a ‘-‘ dash or hyphen in it?

August 17, 2022 by Magenaut

I want to import foo-bar.py. This works:

Categories Python, Q&A Tags hyphen, import, module, python Leave a comment

How to import all submodules?

August 17, 2022 by Magenaut

I have a directory structure as follows:

Categories Python, Q&A Tags import, module, python Leave a comment

Modules are installed using pip on OSX but not found when importing

August 16, 2022 by Magenaut

I successfully install different modules using pip and they are shown in the

Categories Python, Q&A Tags import, macos, module, python, python-2.7 Leave a comment

Import Error: No module named numpy

August 16, 2022 by Magenaut

I have a very similar question to this question, but still one step behind. I have only one version of Python 3 installed on my Windows 7 (sorry) 64-bit system.

Categories Python, Q&A Tags import, numpy, python, python-3.x, scipy Leave a comment

How to change a module variable from another module?

August 16, 2022 by Magenaut

Suppose I have a package named bar, and it contains bar.py:

Categories Python, Q&A Tags import, module, python Leave a comment

Use a library locally instead of installing it

August 16, 2022 by Magenaut

I’ve written a script in python that occasionally sends tweets to Twitter
It only uses one library called tweepy. After installing the library it works.

Categories Python, Q&A Tags import, module, python Leave a comment

Python module with a dash, or hyphen (-) in its name

August 16, 2022 by Magenaut

I have an existing python module with a dash in its name, foo-bar.py

Categories Python, Q&A Tags import, module, python Leave a comment

How to access a standard-library module in Python when there is a local module with the same name?

August 16, 2022 by Magenaut

How can a standard-library module (say math) be accessed when a file prog.py is placed in the same directory as a local module with the same name (math.py)?

Categories Python, Q&A Tags import, module, python, standard-library Leave a comment

How does Python importing exactly work?

August 16, 2022 by Magenaut

I have two specific situations where I don’t understand how importing works in Python:

Categories Python, Q&A Tags import, module, python Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page6 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress