AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

I tried to repackage py into exe, but there are many problems. Is there a help link:) #493

Closed jiushill closed 4 years ago

jiushill commented 4 years ago

my After I repackage exe, DLL will be missing in other environment

Giawa86 commented 4 years ago

I know its problem. But i hope you can solved this problem.🙏

Pada tanggal Sen, 27 Apr 2020 22.26, 九世 notifications@github.com menulis:

my After I repackage exe, DLL will be missing in other environment

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AlessandroZ/LaZagne/issues/493, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJCWPJAMLM5H5IBHYZPAQSLROWPZLANCNFSM4MSAVKMA .

jiushill commented 4 years ago

@Giawa86 I've tried many things, but nothing works,In fact, using Nuitka can be successful, but there will be many dependencies that cannot be integrated :tired_face:

Papotito123 commented 4 years ago

Hello: If you are using python 2 you can encountered some errors.That's why I installed python 3.7.16.If you want a 64 bit .exe you better install python 64 bit. If you updated python setuptools ,this is causing some issues, so you have to downgrade. Don't install modules manually. Run the requirements.txt to let install the right modules. Install via pip, pyinstaller and pywin32 modules. Some guy mentioned in the past,to copy the 2 .dll files(from system32) mentioned in lazagne.spec, to the lazagne Windows folder,where lasagne.spec resides.

Install any Visual C++ Redistributable Packages needed(for better compatability install x32 and x64 versions). I had to install Visual Studio 2016 free version(a real pain to get it to works.).

I had a very big time trying to make all this working.With some trial and error I get it works.

Hope this guide you to the right path.

Giawa86 commented 4 years ago

I will be check , and i never gone.

Pada tanggal Sab, 2 Mei 2020 04.52, Papotito123 notifications@github.com menulis:

Hello: If you are using python 2 you can encountered some errors.That's why I installed python 3.7.16.If you want a 64 bit .exe you better install python 64 bit. If you updated python setuptools ,this is causing some issues, so you have to downgrade. Don't install modules manually. Run the requirements.txt to let install the right modules. Install via pip, pyinstaller and pywin32 modules. Some guy mentioned in the past,to copy the 2 .dll files(from system32) mentioned in lazagne.spec, to the lazagne Windows folder,where lasagne.spec resides.

Install any Visual C++ Redistributable Packages needed(for better compatability install x32 and x64 versions). I had to install Visual Studio 2016 free version(a real pain to get it to works.).

I had a very big time trying to make all this working.With some trial and error I get it works.

Hope this guide you to the right path.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AlessandroZ/LaZagne/issues/493#issuecomment-622582899, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJCWPJA44UI6HL4HIMJYZ73RPNAB7ANCNFSM4MSAVKMA .

jiushill commented 4 years ago

@Papotito123 thank :)

AlessandroZ commented 4 years ago

@Papotito123 said it all. Hope it will work for you.