Python Forum
Can application developed Run on windows of users?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can application developed Run on windows of users?
#1
Hi All
I am beginner, I am trying to solve a problem in my company of using excel by users to create user friendly forms, which are linked to database and easily seen in excel.

The users are mac, ipad, windows users across and have no access to install the application I intend to download and certainly get stressed out if asked to install the list of things needed.

1. So my question with that background, are the applications we develop with python, GUI, database and using excel are deployable ? usable ?

2. Which is best GUI for my requirements tck/tk ? can this work on excel and database?

Any suggestions, steps I should do as a beginner in python to accomplish this will be greatly appreciated.

Thanks a ton in advance
Reply
#2
I don't think you can do this unless you have an enterprise license with microsoft.
As an alternative you can use a grid widget from one of the popular GUI Packages.
wxpython grid: https://wxpython.org/Phoenix/docs/html/w...SGrid.html
also see: https://dzone.com/articles/excel-spreads...production

Qt5: https://doc.qt.io/qt-5/qtwidgets-itemvie...ample.html
Acernz likes this post
Reply
#3
(Oct-18-2020, 08:41 AM)Larz60+ Wrote: I don't think you can do this unless you have an enterprise license with microsoft.
As an alternative you can use a grid widget from one of the popular GUI Packages.
wxpython grid: https://wxpython.org/Phoenix/docs/html/w...SGrid.html
also see: https://dzone.com/articles/excel-spreads...production

Qt5: https://doc.qt.io/qt-5/qtwidgets-itemvie...ample.html

Thank you @Larz60,
So python because python executes running the program each time, so python based applications cannot be delivered as OS independent executables? I am aware this was the limitation years ago, is this still the case?
Please may I ask additional question, how does the suggested links like XLS grid and QT help me in ensuring I deploy the developed solution across the teams ?
Reply
#4
Running an application on iPad and Windows limits your choices. Apple prefers their proprietary languages that are not well supported on Windows (Objective C, Swift). And, it is a lot of fun trying to install your own company apps on an iPad. Been there, done that.

Best suggestion I have is to develop a webapp, and using Python for that is fine. Top 2 choices (popularity) are Flask and Django as your frameworks.
Acernz likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  OnExit closes windows, but dosen't exit application Larz60+ 3 4,744 Sep-23-2017, 06:12 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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