Python Forum
Executable [tkinter, cx_oracle] for another pc
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Executable [tkinter, cx_oracle] for another pc
#1
Hi,
I completed a GUI in Pyrhon 3.6.5 that uses many sql queries from a database (Oracle 11g).
I made an executable file (with pyinstaller) that works fine to my PC (in which the db is located).

Is it possible for another PC to run this exe if the second PC has not access to the DB?

(I have already load the exe to a fileserver location where the two PCs are connected, from my PC, the exe runs normally when i open it inside the fileserver, from the other PC, the exe doesn't run at all).

Thanks in advance.
Reply
#2
(Jul-19-2018, 10:49 AM)dimvord Wrote: Is it possible for another PC to run this exe if the second PC has not access to the DB?

If the other computer doesn't have access to the database, then what would running your program do? Act as if there's no data in the database? Create one locally? Throw error messages complaining about the lack of a database?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020