Questions tagged [compiled]
163 questions
1
vote
1 answer
Python importing compiled functions
I've downloaded a 'custom' fisher exact test that is based on the R function that was in turn compiled from C/FORTRAN (source)
The package includes the main file/function (Fisher.py) which in turn imports functions from fexact, asa159 and asa205…

dter
- 1,065
- 2
- 11
- 22
1
vote
3 answers
autoit doesnt detect windows in compiled python script
I am using AutoItX3.Control via win32com.client to detect and close Windows security dialog ("do you trust..."). I use WinExist with window title\text and It works fine when running the python script (Autoit version is 3.3.8.1).
Problem is with the…

Ido A
- 87
- 1
- 1
- 8
1
vote
1 answer