-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug: folder name with dot not found by PyQt5 #44
Comments
Hi @stone-cloud, Thank you for your persistence (and for opening a new issue). I am not exactly sure that I understand your problem. Can you send me a very minimal example of your app so that I can test on my end (reproduce the error)? Can you explain as well:
|
Ok, I am building an app, the repo address is classdemo. It can select a picture and perform classification prediction, then return and print the classification results. The program will use Python packages |
@stone-cloud, thank you for sharing. I had a look at the code: do you have an issue with PyQt5 or any python dependency then? (that means you don't have an issue with If that is the case, then I will set the priority as low and come back later if I can! Besides, a little warning: I am still trying to figure out how to "cleanly" add non-standard python packages (like |
I am not exactly sure that I understand what you mean. I am confused because my demo and the demo in PyQt-CroM both include the Python package |
Ok, let's take a step back then because there is mutual confusion there. I suppose that you are trying to create a custom app based on the demo app.
If no -> try it
If no -> let's see what is going on
If no -> let's see what is going on
If no -> you'll have to debug that first
According to the initial message, it does not. To narrow the problem down:
I suggest that you remove the "imported modules" (and associated functions) one by one until you figure out which one is the problem. For instance, run your app with only |
I will try it and am excited for the next version. Thank you. |
Hi @achille-martin,
It's me! Opening a new issue is for the convenience of others who encounter the same problem to query.
Thank you so much again. pyqt-crom is very simple and user-friendly.
Description
When I run my own app, python package file copying failed. I found the reason is that some folder names contain
" . "
, such as"Models.2"
. But when copying, it will be replaced with" / "
. TO BE HONEST, I feel strange. Because the demo ran successfully and also included the pyqt5 package. If you know how to solve it, please let me know.Issues
The text was updated successfully, but these errors were encountered: