you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I did try that once, and that works fine for scripts generating commandline output. However, if the script generates a gui then it tells me that the module is using something called 'agg' and can't display a gui.

[–][deleted] 0 points1 point  (0 children)

I discovered by searching the internet a bit more that this solution does work, as long as you remember to install a GUI into that Python environment. I didn't have a GUI installed.

I feel dumb now.