Source tarball should not include setup.cfg (was: 0.99.1.1 build attempts to import non-existing wx)

Erin Sheldon <erin.sheldon@...149...> writes:

I just downloaded 0.99.1.1 and I'm finding this error:

              wxPython: no
                        * wxPython not found
Traceback (most recent call last):
  File "setup.py", line 146, in <module>
    import wx
ImportError: No module named wx

This is because the distribution includes a setup.cfg file by mistake.
Deleting setup.cfg should allow the autodetection logic to disable
building wxagg. This is bug #2871530 on Sourceforge:

https://sourceforge.net/tracker/?func=detail&aid=2871530&group_id=80706&atid=560720

I suggest we release a 0.99.1.2, possibly with just this bug fixed,
since this problem keeps being reported on the mailing lists.

···

--
Jouni K. Seppänen

My OSX build machine died recently so would take some time. Perhaps
we should just upload a 0.99.1.1 tarball only to the sf site? Earlier
I tried deleting 0.99.1 and reuploading, and it apparently worked on
the one mirror I tested, but clearly it did not propagate through.

JDH

···

On Wed, Oct 28, 2009 at 1:09 AM, Jouni K. Seppänen <jks@...278...> wrote:

This is because the distribution includes a setup.cfg file by mistake.
Deleting setup.cfg should allow the autodetection logic to disable
building wxagg. This is bug #2871530 on Sourceforge:

https://sourceforge.net/tracker/?func=detail&aid=2871530&group_id=80706&atid=560720

I suggest we release a 0.99.1.2, possibly with just this bug fixed,
since this problem keeps being reported on the mailing lists.