08-29-2011 01:09 PM
I have a python code that i want to develop a User Interface for, i found Labview, but can i still use all the add-ons and modules when i run the script in labview? basically, i just want to develop a GUI for my code and I want to use all the modules and add-ons that I had in my code. Addons and modules such as pylab, matplotlib, numpy, scipy, and so on. Thanks!
Solved! Go to Solution.
08-30-2011 11:56 AM
The only integration LabVIEW has with Python is that it can call scripts and use the output from those scripts. Here is an example of how to do that.
https://decibel.ni.com/content/docs/DOC-8995
I would use a Python GUI Framework to control your Python application. Here is a link to the Python Wiki on GUI Frameworks.
http://wiki.python.org/moin/GuiProgramming
Regards,
Matt M.