Paul Sijben wrote: > In packaging my stackless project with py2exe I find that the stackless > module can not be found. > > What do I need to do to make py2exe play nice with stackless? > > Paul > Probably you have to patch source of py2exe loader to call some stackless initialization and then rebuild py2exe with stackless python . HTH, Niki