The exe installer is built using the standard setup.py command. bdist_win32 or something like that.
By the way, I forgot that Matthew Brett has a bot that should have build Windows installers for this release. I'll need to check on it and see if they work. Aaron Meurer > On Nov 26, 2014, at 3:10 PM, Colin Macdonald <[email protected]> wrote: > >> On 24/11/14 19:45, Aaron Meurer wrote: >> Hmm, I think py2exe changes some behavior of the interpreter. I've >> seen some issues on StackOverflow in the past where it couldn't >> compile SymPy, for instance. In this case, it looks like it sets >> __doc__ on a method to be None instead of the docstring. This really >> looks like a but in py.exe or py2exe. > > Is there anything special about the sympy/ directory from the windows > .exe installer? CRLF endlines? Anything else? I ask b/c I took sympy/ > from the source .tar.gz file not the .exe installer. > > I'd like to debug a little further, then take up with the py.exe > maintainer, given that it works for Abhas Bhattacharya with py.exe (!) > > thanks, > Colin > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/54764FB8.6060401%40maths.ox.ac.uk. > For more options, visit https://groups.google.com/d/optout. > <0xC5326EE5.asc> -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/3CE599D7-4049-463E-A7D1-2763C3F2790B%40gmail.com. For more options, visit https://groups.google.com/d/optout.
