I don't was it my python version problem or what
when I try to use gpg.encrypt(stream, passhrase, output)
that can work on every fopen data stream override all system
but only when I try to use gpg.encrypt_file(...) in Linux and OSX it not work for encrypt anythings
as well in windows I have use the same python3.8 in 32bit
but even linux and Mac OS I used x64 of python3.8 same
sure I have to know the problem are not about the different of 32 or 64bit
but really I'm work it with Ubuntu 20.04 and python3.8 version
Was it a bug with encrypt_file???
I don't was it my python version problem or what when I try to use
gpg.encrypt(stream, passhrase, output)
that can work on every fopen data stream override all system but only when I try to usegpg.encrypt_file(...)
in Linux and OSX it not work for encrypt anythingsas well in windows I have use the same python3.8 in 32bit but even linux and Mac OS I used x64 of python3.8 same sure I have to know the problem are not about the different of 32 or 64bit but really I'm work it with Ubuntu 20.04 and python3.8 version Was it a bug with encrypt_file???