lo there all, i have a gui program that imports a few modules that i don't need if i am using the program remotely. The program has an admin interface and thread interface, only the admin interface is needed when i am using the program from a remote computer.
all of my modules are imported at the start of the file, and not initiated till a certain button is clicked on the GUI, could i put those import statements in the button click event? thanks shawn
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
