KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

I use KIVYMD to create a "hot reload" project, and it fails with an error

Open ChinaGodzilla opened this issue 1 year ago • 3 comments

windows

Execute the following command:

python -m kivymd.tools.patterns.create_project MVC E:\Python\project MyMVCProject python3.9.12 2.1.0 --name_database firebase --use_hotreload yes

image

FileNotFoundError: [WinError 2] The system can not find the file specified' E:\Python\project\MyMVCProject\Model\database_restdb.py'

ChinaGodzilla avatar Nov 04 '22 07:11 ChinaGodzilla