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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:42:59+00:00 2026-06-05T02:42:59+00:00

This is my file structure: annotations Helper.py annotations.py test HelloWorld.py This is HelloWorld.py ,

  • 0

This is my file structure:

annotations
    Helper.py
    annotations.py
test
    HelloWorld.py

This is HelloWorld.py, a simple HelloWorld class:

from annotations.annotations import annie

class HelloWorld:
    @annie.mydecorate
    def something():
        echo 'Hello World'

And within annotations.py, I’m just declaring some simple decorators:

from annotations.Helper import Helper

class annie:
    @staticmethod
    def mydecorate(func):
        Helper.prepare()
        print func.__name__

Here I get an error saying No such module: Helper. I guess this is happening when the module HelloWorld is being loaded, it is loading the annotations module, but the function is being called during the module being loaded at which time the Helper module is not loaded. I’m not sure how correct I am, but I am just looking for a solution here.

Is the problem something else? Can I import modules like I am doing in a file which declares decorators? Any help would be greatly appreciated.

Regards,
rohan

  • 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-05T02:43:00+00:00Added an answer on June 5, 2026 at 2:43 am

    In annotations.py, try:

    import Helper
    

    or (relative imports, Python 2.5 and up)

    from . import Helper
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a file structure on my server that looks something like this: My
My file structure looks something like this: ROOT ├── Admin │ └── python_script.py └──
I have this file structure: folderIWantStuffIn/ - old_stuff Now I want to add some
Let's say that I have this website file root structure: frontend /home/username/public_html/ backend /home/username/public_html/admin/
I have a file with structure like this: [05:58:10 08.12.1990] 125.441 [05:58:21 08.12.1990] -2.4158
I would like copy just file.xml without folder structure using overlays like this: <overlays>
I have an xml file that contains a structure.. In this structure, I have
Say I have this file structure Soultion-> Folder1 -> FileIwant.html So this could be
This is my file structure: [mylibrary] __init__.py [codecs] __init__.py < this is the file
I have an xml file that contains in products. File's structure this: <?xml version=1.0

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.