Strongly want to support variable names other than English #1463
FishConsole
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
@rmartin16: This is on Windows, so could it be fixed by the work you did last week on #1407? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Y U I J - 自动回复邮件已经收到了,但是现在我有些事,没法回你.你等我一会儿,我看到就回.
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the Beeware you developed to encapsulate my backend, so that it can run normally on Android phones. During the encapsulation process, I did not create it through new, create and other methods. Instead, I directly created a single file and started the development. So I just took this template and did a simple makeover and ended it, so when I wanted to package it I was forced to do a makeover of the entire back end to make it meet Beeware's structural requirements, but when I packaged it I found that it seemed to be very unfriendly to languages other than English, I don't know why, I added the code modified to gbk in the python code, and added "# -- coding: gbk --" in the first line to meet the coding needs, but still did not solve the problem. And when I run my single file directly, it is very normal to run, this is the biggest problem for me is that I can not package, dev command can not be used, a package can not be found, the following is my code, a person blood request to adapt, I spent 3 days did not solve this matter
This is running a single file directly from the console
This is shown when you run the project using the "briefcase dev" command
This is the entire code and you can repeat the problem
🥹💕
Beta Was this translation helpful? Give feedback.
All reactions