On Mon, Mar 29, 2010 at 7:50 AM, Grant Olson <[email protected]> wrote: > I'm in the process of updating a project from python 2.4 to python 2.6. > I've got a few binary components in visual studio. When I tried to > build in visual studio, it complained that it couldn't find stackless.h. > > I grabbed the source. I needed to add stackless.h and the 'core' > subdirectory. After that, I could compile. > > Obviously not that big of a deal, and most developers will probably use > the source install anyway, but you may want to add these files into the > windows installer if it's not too much trouble.
Good point Grant, at one stage I am pretty sure they were included, but perhaps I failed to check the code in. One thing people could do if they have this problem is to get them from the zip file, which they are in. Richard _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
