#๐Ÿ”’ WebTrust help

14 messages ยท Page 1 of 1 (latest)

tepid tokenBOT
#

@pale wasp

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

pale wasp
#

I'm working on a serious school project. I've created a Python code that successfully work with WHOIS. However, when I converted the Python script to an exe, the exe doesn't ping the website or retrieve WHOIS information but only taking information from the database. Everything works fine in the Python script except for exe. Can anyone help me solve this problem?

i have tried everything, searched for solution in internet but nothing

for some reason i'm getting this error while converting py to exe

7462 INFO: Looking for dynamic libraries
7734 INFO: Extra DLL search directories (AddDllDirectory): []
7734 INFO: Extra DLL search directories (PATH): []
7975 WARNING: Library not found: could not resolve 'api-ms-win-crt-conio-l1-1-0.dll', dependency of 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.752.0_x64__qbz5n2kfra8p0\python312.dll'.
7976 WARNING: Library not found: could not resolve 'api-ms-win-crt-time-l1-1-0.dll', dependency of 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.752.0_x64__qbz5n2kfra8p0\python312.dll'.
7976 WARNING: Library not found: could not resolve 'api-ms-win-crt-convert-l1-1-0.dll', dependency of 'C:\Program

the rest...

https://paste.pythondiscord.com/RYAQ - my python code

i rely on you guys

normal rivet
#

Is there a particular reason you need to convert it to an .exe file?

#

I'd just distribute the project as is.

pale wasp
#

i'm planning to make software application with license included

normal rivet
#

What are you using to convert it?

#

if it's pyinstaller you probably just have to define your PATH correctly so it can find those dependencies

pale wasp
#

pyinstaller --icon=web_RPQ_icon.ico WebTrust.py its only i use

normal rivet
pale wasp
#

let me see..

normal rivet
#

Keep in mind people will be able to easily convert your .exe back to source code if they want.

pale wasp
#

No idea, i have tried to deal with path and anything but still nothing

#

maybe you can give me suggestion what i should do step by step?

tepid tokenBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.