SanjoSolutions / sims4-mod-development-tools

Sims 4 mod development tools
https://www.patreon.com/SanjoSolutions
Apache License 2.0
3 stars 0 forks source link

ModuleNotFoundError: No module named 'settings' #1

Closed Mobin-khorushi closed 4 months ago

Mobin-khorushi commented 1 year ago

image

i followed all your steps shared at

https://medium.com/swlh/the-sims-4-modern-python-modding-part-5-project-template-c9ffee48ab4e and https://medium.com/@junebug12851/the-sims-4-modern-python-modding-part-1-setup-83d1a100c5f6

but when I want to run the devmod.py I get this errors ! what I missed ?

Mobin-khorushi commented 1 year ago

sorry for my silly issue by the way you changes settings.py to settings_global.py also not included project_name as sample in settings_global.py that was the issue anyway lets keep it here for future if anyone had this problem too

SanjoSolutions commented 4 months ago

Fixed with https://github.com/SanjoSolutions/sims4-mod-development-tools/commit/4ce944ac31c8fa0d73d83b0cace17e9e0333b678. See step 1 in the documentation for how it's done with the latest version.

@Mobin-khorushi Thanks for reporting it.