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
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