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. |
0 replies
|
Fantastic. That's the problem. I guess in my refactoring in PyCharm it got changed. Many thanks. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I had a working app with all the code in
app.pyand the file layout,toml, etc. generated bybriefcase new. I then split the all-in-one code inapp.pyinto three filesapp.py,input.py, andmodel.py. I now get the following error when I runbriefcase dev:Same result for
briefcase updateandbriefcase dev -r.However, the
tomldoes have them:Anyone know what's wrong?
Thanks in advance for any help,
Howard.
All reactions