Wazman
1st September 2009, 17:06
I have written rather simple application that parses a data file then based on the command line arguments set by the user the app will generate a plot (using the qwt lib) and saves it as a .png file. The plot is never displayed by the actual application. The purpose of the app is to only parse and generate the .png file.
How the plot application is even called is a slightly more complicated matter. The user interface is provided through a web browser that eventually passes the desired settings to a python script that actually calls my executable.
The problem I have is that instead of a .png file being generated the following debug statement is displayed on the webpage
dwp: cannot connect to X server
I really have no idea how to fix this. I'm trying to demonstrate the power and usability of Qt and the derived libraries to my co-workers.
How the plot application is even called is a slightly more complicated matter. The user interface is provided through a web browser that eventually passes the desired settings to a python script that actually calls my executable.
The problem I have is that instead of a .png file being generated the following debug statement is displayed on the webpage
dwp: cannot connect to X server
I really have no idea how to fix this. I'm trying to demonstrate the power and usability of Qt and the derived libraries to my co-workers.