Dmitry Birihʼs posts

Dmitry Birih (RHood) has made 7 posts.

py to exe

Post on Dec 9, 2021

I need delete self._lib.TA_PDetsFromPath(wstr(dat_file_loc)) and replase TURBOACTIVATE_API HRESULT T…

Post on Dec 9, 2021

I just want to know how to add path to .dat file in my py code. I used TA_PDetsFromByteArray() and P…

Post on Dec 8, 2021

Please help. I don't undestant how to use TA_PDetsFromByteArray() in Python

Post on Dec 7, 2021

Sorry I forgot to say that use --onefile method, not --onedir. I used dat_file_loc = os.path.join(sy…

Post on Dec 7, 2021

Sorry, where should I add this code? Maybe do you have a python examples?

Post on Dec 7, 2021

May be can I add .dat file just in py code?

Post on Dec 7, 2021

Hello. I used command pyinstaller --add-data "TurboActivate.dll;" --add-data "TurboActivate.dat ;." …