DEV Community

Discussion on: How to convert .py to .exe? Step by step guide.

Collapse
 
eshleron profile image
Eshleron • Edited

Hi!
I think 64/32 bit depends on the libraries you choose to include.
For example, you only have 1 lib in your project.
If you install Python 32bit and PyQt 32bit, compile it, then it should work with 32 bit system.

Some comments have been hidden by the post's author - find out more