HotspotAutoLogin.pyw modules
fernhad opened this issue · 6 comments
fernhad commented
hi I'm new to this technology which you created but during configuration of the module I'm facing a challenge where the import pystry module can't be called at the main.
Glad if you could cover me on this.
Thank you for your time.
denizsafak commented
Did you run it from "run.bat"? Running the python file directly can cause problems. Can you explain how you get that error so I can test it myself?
fernhad commented
I ran the python file directly on my MicrosoftVS after I configured it.
…On Mon, 22 Jul 2024, 12:35 Deniz Şafak, ***@***.***> wrote:
Did you run it from "run.bat"? Running the python file directly can cause
problems. Can you explain how you get that error so I can test it myself?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYTGF33SV3YC6ZPCYYWUWHTZNSVLVAVCNFSM6AAAAABLFEWP36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSGIZTOMJRGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
denizsafak commented
You should run it using run.bat file. Just configure the config.json file, nothing more needed
fernhad commented
I am facing pystray module issue not being able to be found ..
Inoder to run from run.bat file which app should be used.
…On Wed, 24 Jul 2024, 00:24 Deniz Şafak, ***@***.***> wrote:
Closed #2 <#2> as
completed.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYTGF34AXHQCWA4AW7IC7JTZN2RERAVCNFSM6AAAAABLFEWP36VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGYZDAMBYGA4DSMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
denizsafak commented
The program works only in Windows, If you don't want to use the .bat file you need to download the modules in the requirements.txt file, then try to run it directly. The bat file works only in Windows.
fernhad commented
finally thank you.