Module not found Error in Python.

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Tsukasa-credit-card-gag-scam

    A script I made to resemble a joke video I saw on reddit ( https://www.reddit.com/r/luckystar/comments/m8p9ul/tsukasa_wants_your_credit_card_info/ )

  • Ideally you'd make your project "installable", and use absolute imports for everything. This way, when your project is installed as a package, assuming there are no circular dependencies any part of it can import from any other part. Mainly this makes the job of your unit tests a lot easier. Either of these two examples will probably showcase that just fine.

  • buutti_maze_solver

    Discontinued A solver for two mazes

  • Ideally you'd make your project "installable", and use absolute imports for everything. This way, when your project is installed as a package, assuming there are no circular dependencies any part of it can import from any other part. Mainly this makes the job of your unit tests a lot easier. Either of these two examples will probably showcase that just fine.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • RPGenie

    A set of tools to help you develop RPG games in Python

  • But if all you care about is getting something working ASAP, regardless of whether it's actually a good idea or not, you can use sys.path.insert to help your code find what it needs. I've deliberately not fixed the package yet because I use it as an example for this scenario. I don't recommend this, but I want to show you the options you have anyway.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts