Re: [Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-20 Thread RaiMan
Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872 RaiMan proposed the following answer: clapping hands ;-) I would not have it done better. ... you might even put the wanted exe-filename as a parameter to the Popen, when saying: ("python",

Re: [Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-20 Thread Asheru
Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872 Asheru posted a new comment: **theproc = subprocess.Popen(path_to_GetSetupBuildNumber.py, shell = True,stdout=subprocess.PIPE, stderr=subprocess.STDOUT) -- You received this question notification because

Re: [Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-20 Thread Asheru
Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872 Asheru posted a new comment: I found a solution for this. Not the best but simple and quick (works for me). So I have a script named "GetSetupBuildNumber.py", that uses win32 package wich normally would not

Re: [Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-20 Thread RaiMan
Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872 RaiMan proposed the following answer: since "get the build number of an .exe file" is not part of my daily business ;-) I am sorry to leave you alone with that :-( -- You received this question

Re: [Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-20 Thread Asheru
Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872 Asheru posted a new comment: @Manfred Hampl Hmm, i wanted to avoid the use of images for this. @RaiMan Ok then, it seems I have to to some research. -- You received this question notification because

Re: [Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-19 Thread RaiMan
Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872 RaiMan proposed the following answer: It is true, that you cannot use the Python package win32com, since The Python interpreter with SikuliX is the Java based Jython, which cannot access C-based stuff, as is

Re: [Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-19 Thread Manfred Hampl
Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872 Status: Open => Answered Manfred Hampl proposed the following answer: How would you do that without sikuli? Probably: File explorer - navigate to the .exe file - right mouse button - properties -

[Sikuli-driver] [Question #688872]: Get build number of .exe file

2020-02-19 Thread Asheru
New question #688872 on Sikuli: https://answers.launchpad.net/sikuli/+question/688872 Hello, I want to know if it's possible to get the build number of an .exe file. I have found some examples but they require win32com package and from what I have found it's not working with sikuliX since it's