[Tutor] py2exe and modules

paul clanoftheinsane@hotmail.com
Mon, 20 Aug 2001 18:14:45 -0400


ok, i know how to use py2exe to turn a basic program into an executable.
but, i wrote a program using Tkinter, and when i ran py2exe to convert it to
executable, it gave me a list of modules that it could not find.  i know i'm
supposed to do something with these modules, like copy them into some
directory, am i correct?  if i am correct, though, there are some modules
that i cannot find.  for example, the list of modules was as follows:

win32api
riscosenviron
ce
riscos
riscospath


i can only find riscosenviron and riscospath.

can someone help?