Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form.LoadProps() Can't handle unicode paths #90

Open
PikuZheng opened this issue Apr 24, 2024 · 2 comments
Open

Form.LoadProps() Can't handle unicode paths #90

PikuZheng opened this issue Apr 24, 2024 · 2 comments
Assignees

Comments

@PikuZheng
Copy link

with Form.LoadProps(os.path.join(os.path.dirname(os.path.abspath(__file__)), "Unit1.pydfm")) , there is an issue when the path contains unicode.

image

@fansxs
Copy link

fansxs commented Apr 25, 2024

This is a problem with the string processing encoding in the LoadProps function, and I found that this function will cause the window that appears after PyScripter is run to not be closed.

@lmbelo lmbelo self-assigned this Apr 25, 2024
@lmbelo
Copy link
Member

lmbelo commented Apr 25, 2024

@PikuZheng thank you to report. I will investigate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants