05-24-2012, 12:30 PM
Does Quick Macros have any kind of Python support/integration?
Python in QM
|
05-24-2012, 12:30 PM
Does Quick Macros have any kind of Python support/integration?
05-24-2012, 12:40 PM
Python can be embedded in QM like in C/C++. It is documented in ActivePython documentation.
Other way - active scripting. Easier. Copy QM function VbsExec and similar functions and edit for Python. Example: Function PythonExec ;/ I tested with ActivePython 2.7: http://www.activestate.com/activepython/downloads Initially did not work. Need to install Python for Windows Extensions (PyWin32) from sourceforge. Also may need to run C:\YourPythonVersion\Lib\site-packages\win32comext\axscript\client\pyscript.py.
05-30-2012, 05:18 AM
Hi Gintaras, are you using Python? Is it worth to learn?
05-30-2012, 05:23 AM
not using
|
« Next Oldest | Next Newest »
|