Junbo Yang

Results 5 comments of Junbo Yang

Here is my script: def muscle_main(): muscle_input = dpg.get_value("DPrime_input_fasta") muscle_output = dpg.get_value("DPrime_msa_output") os.system("{}/muscle5.1.win64.exe -align {} -output {}".format(os.path.abspath(os.path.join(os.path.dirname(__file__),"Scripts")), muscle_input, muscle_output))

Oh! Thanks for your reply. Sorry about the delayed response. Here is an overview of my DearpyGUI application. When I click the run button, nothing happens and there is no...

Additionally, sometimes Python scripts can't run successfully and throw a bug report, but the main window won't show any response. If there is a log file in this Windows that...

Well, my problem has been resolved, but I'm still wondering if the dearpygui window can provide a log or bug report for developers. Maybe there is a similar function that...

@Pcothren, I appreciate your assistance. Can DearPyGUI provide a real-time interactive interface?