DEV Community

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

Collapse
 
kuajonieto profile image
franco nieto

Hi, nice post!! It works perfectly. Im compiling the aplication in a 64 (x86) bits system, i wanna know if there is any way to make the programm works in a 32 bits system. Or i have to compile it in a 32 bit system?

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