#๐Ÿ”’ ImportError: attempted relative import with no known parent package/module not found error

4 messages ยท Page 1 of 1 (latest)

stable rivet
#

im having a problem with running a file independently from the rest of my file to rest of my project as well as having it be found in my project when running the entire thing from main
both are with my file envutils and me trying to import my load variable function

error being attempted relevant import with no known parent package when trying to run the file independently with vs code and module not found error when running it from main/having windows task scheduler run it from main

.
โ””โ”€โ”€ Auto-media-harvest/
โ”œโ”€โ”€ tools/
โ”‚ โ”œโ”€โ”€ init.py(empty file)
โ”‚ โ”œโ”€โ”€ envutils.py
โ”‚ โ””โ”€โ”€ service.py
โ””โ”€โ”€ main.py

https://paste.pythondiscord.com/36WA

half joltBOT
#

@stable rivet

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

half joltBOT
#

@stable rivet

Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.