Skip to content

UserWarning: 32-bit application should be automated using 32-bit Python (you use 64-bit Python) #31

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

Open
mitch10593 opened this issue Mar 13, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mitch10593
Copy link
Contributor

On a ce message d'erreur:

UserWarning: 32-bit application should be automated using 32-bit Python (you use 64-bit Python)

c'est lié au fait d'utiliser une version de python 64 bits alors qu'on pilote une application windows 32 bits (mais comme ça fonctionne, il faudra peut-être juste masquer les warning).

@mitch10593 mitch10593 added the bug Something isn't working label Mar 13, 2025
@mitch10593 mitch10593 self-assigned this Mar 13, 2025
@mitch10593
Copy link
Contributor Author

A (bad ?) way:

import warnings
warnings.simplefilter("ignore", UserWarning)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant