Skip to main content
Question

Using Python within Netexpress5.1

  • March 25, 2026
  • 0 replies
  • 7 views

Shatty

I have an application written in MF Netexpress 5.1, 
within this application I'm trying to use Tree View thru Python 

I did use the following command:

CALL "SYSTEM" USING "python fa_tree.py"

it's working but it displays CMD black screen which is I don't want that, is there a solution for this issue please?