Re: easyGUI and py2exe

2010-10-27 Thread Tim Roberts
Snooky wrote: >I have a python program that imports the following: > >import sys >from easygui import * ### This is line 11 in the source code ### >import SOAPpy >import datetime >import win32com.client > >This program works OK (compiled using py2exe) on my development >Windows Vista Noteboo

easyGUI and py2exe

2010-10-27 Thread Snooky
I have a python program that imports the following: import sys from easygui import * ### This is line 11 in the source code ### import SOAPpy import datetime import win32com.client This program works OK (compiled using py2exe) on my development Windows Vista Notebook PC. I am trying to dist