Briefcase configuration error: Configuration for 'statmachgen' is incomplete (missing 'description', 'sources') #3066
Closed
hlovatt
started this conversation in
Debugging help
Replies: 2 comments
-
Looks like a copy/paste or search/replace typo to me - the line:
should be:
Not sure how that happened, but I'm guessing it's related to the rename you mentioned. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fantastic. That's the problem. I guess in my refactoring in PyCharm it got changed. Many thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I had a working app with all the code in
app.py
and the file layout,toml
, etc. generated bybriefcase new
. I then split the all-in-one code inapp.py
into three filesapp.py
,input.py
, andmodel.py
. I now get the following error when I runbriefcase dev
:Same result for
briefcase update
andbriefcase dev -r
.However, the
toml
does have them:Anyone know what's wrong?
Thanks in advance for any help,
Howard.
Beta Was this translation helpful? Give feedback.
All reactions