Hey All, requesting some help.
I have been developing scripts for automating hardware tests. I have been able to use py2exe to compile them and run them on other machines. To make it user friendly and keep it basic for myself, I am trying to use Easygui. When I run my program within python, i get my expect dialog boxes, etc.
I then compiled my code with py2exe, but now all that happens is the command prompts opens and closes immediately. I don't get my dialogs boxes and my tests don't work.
I am sure it is a basic questions, but if someone could shed some light, I would appreciate it.
Please keep in mind that I only started coding 2 weeks ago so am, needless to say, an amateur
Thanks in advance for the help.
I have been developing scripts for automating hardware tests. I have been able to use py2exe to compile them and run them on other machines. To make it user friendly and keep it basic for myself, I am trying to use Easygui. When I run my program within python, i get my expect dialog boxes, etc.
I then compiled my code with py2exe, but now all that happens is the command prompts opens and closes immediately. I don't get my dialogs boxes and my tests don't work.
I am sure it is a basic questions, but if someone could shed some light, I would appreciate it.
Please keep in mind that I only started coding 2 weeks ago so am, needless to say, an amateur
Thanks in advance for the help.
Comment