WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Winter 9.4.1 installed in a pure project is not working #204

Closed andrejromanov closed 2 years ago

andrejromanov commented 2 years ago

Describe the bug Attempt to call import winter_django raises exception ModuleNotFoundError: No module named 'winter_django'

To Reproduce

Expected behavior Module is found and imported (there will be error related to lack of Django but it's expected)

Environment(please complete the following information):

Additional context Version 9.4.0 works correctly

zhukovny commented 2 years ago

@andrejromanov version 9.5.1 works fine. I think we can close this issue