Jump to content

volev

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. volev

    How to execute function in Python script

    Hi 4 all. I see that the problem is in the use of tkinter mainloop. If there are only analytical functions in the Python script, then the call works. I can't find a solution to this problem
  2. volev

    How to execute function in Python script

    Maximum simplifying of program: Only one Tkinter window with one arithmetic function. Program not working as it should (access violation error) P4D - 02.ZIP
  3. volev

    How to execute function in Python script

    Thanks for answer Unfortunately it didn't work for me. I use classes in the program - one for the main window, the second additional for working with the camera. I tried to call a class instance method - an error, I wrote a function in python code that calls - the result is the same P4D_opencv_pillow.ZIP
  4. Hi for all. Please help - how to run a function inside a Tkinter GUI application and get its result (or tuples of results). I successfully launch my application, but cannot understand, how do this simple step. for example: we have such function in __main__.py: def run_settings(): global vid vid.set(cv2.CAP_PROP_SETTINGS, 1) #launch webcam settings How I can run it from Delphi via Python4Delphi?! Sincerely
×