Skip to content

pyinstaller into exe #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
OwenChen0911 opened this issue Jan 23, 2025 · 0 comments
Open

pyinstaller into exe #115

OwenChen0911 opened this issue Jan 23, 2025 · 0 comments

Comments

@OwenChen0911
Copy link

Hi there
from firebase import firebase
def queryData(pcName):
try:
fdb = firebase.FirebaseApplication(url, None) # 初始化,第二個參數作用在負責使用者登入資訊,通常設定為 None
result = fdb.get("/",pcName)
#print(result)
print('done')
return result # None if no data
except Exception as ex:
print(f"queryData err : {ex}")

queryData(None)

it rus perfect as script.

Once I made it into exe by pyinstaller and done

run the exe file, it works too, but don't stop , runs "queryData()" many time until press ctrl + c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant