# Module name Error

**URL:** https://forum.djangoproject.com/t/module-name-error/14757
**Category:** Getting Started
**Created:** [July 12, 2022, 6:35pm UTC](https://forum.djangoproject.com/t/module-name-error/14757 "2022-07-12T18:35:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sayviorc](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/sayviorc/32/9191_2.png) [@sayviorc](https://forum.djangoproject.com/u/sayviorc)
#### Post date: [July 12, 2022, 6:35pm UTC](https://forum.djangoproject.com/t/module-name-error/14757/1 "2022-07-12T18:35:00Z")

</div>

Ok let me explain  
I got a Directory name Apps so inside I got a startapp erp  
I am using test.py form erp folder.

and when I run test.py  
send me this error  
in test.py I got this:  
from DjanWeb.wsgi import \*

-DjanWeb is my Django Files

ModuleNotFoundError: No module named ‘apps.erp’; ‘apps’ is not a package

any suggest please

---

<div class="post-metadata">

### Author: ![leandrodesouzadev](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/leandrodesouzadev/32/8981_2.png) [@leandrodesouzadev](https://forum.djangoproject.com/u/leandrodesouzadev)
#### Post date: [July 13, 2022, 11:11am UTC](https://forum.djangoproject.com/t/module-name-error/14757/2 "2022-07-13T11:11:31Z")

</div>

Hey there!  
Can you post here your file structure?

From what i can imagine, maybe you’re missing the ` __init__.py` file into the `apps` folder.

---

<div class="post-metadata">

### Author: ![AhmdMWddh](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/ahmdmwddh/32/21707_2.png) [@AhmdMWddh](https://forum.djangoproject.com/u/AhmdMWddh)
#### Post date: [July 13, 2022, 4:43pm UTC](https://forum.djangoproject.com/t/module-name-error/14757/3 "2022-07-13T16:43:25Z")

</div>

i can guess also your Hierarchy structure is not made correct.
