http://bitmsgdyvsmwgsimkxplisxbzpewvkhfm3fmomzd63apaymaxiznz6ad.onion/index.php/Compiling_instructions
To include the DLL file in the EXE, you must follow these steps: After following the steps above, you will see that pyinstaller created a folder called bitmessagemain. In that folder is a file: bitmessagemain.spec. Open it with a text editor. Below the line "a.datas," add this line: a.binaries + [('libeay32.dll', 'c:\\windows\\system32\\libeay32.dll', 'BINARY')], Optionally also include the translations by modifying this file further by adding the lines...