Thanks everyone for your views. Joe- Thank you for the link. It's really
worthy.
On Thu, Nov 7, 2013 at 3:53 AM, Piet van Oostrum wrote:
> Paul Hobson wrote:
>
> > On Wed, Oct 23, 2013 at 9:30 PM, Sourav Chatterjee
> wrote:
> >
> > Hello,
> >
> > I have stereographic projection of
There is a quite simple workaround to this problem. Find the directory from
which mpl_tools is imported and simply add an empty text file named
"__init__.py" in that directory. py2exe will now find and include this
module without any special imports needed in the setup file.
You can find the mpl_t