Error installing matplotlib on cygwin

-c src/agg.cxx -o

    > build/temp.cygwin-1.5.18-i686-2.4/src/agg.o
    > C:\cygwin\bin\python2.4.exe (260) *** unable to remap
    > C:\cygwin\bin\tk84.dll to same address as
    > parent(0x18C90000) != 0x191A0000 1068 [main] python
    > 1216 fork_parent: child 260 died waiting for dll
    > loading error: Error

    > ---

    > How can I fix this?

Run linux? <wink> Talk to Darren, he'll tell you.

JDH

John Hunter <jdhunter@...4...> writes:

    > -c src/agg.cxx -o
    > build/temp.cygwin-1.5.18-i686-2.4/src/agg.o
    > C:\cygwin\bin\python2.4.exe (260) *** unable to remap
    > C:\cygwin\bin\tk84.dll to same address as
    > parent(0x18C90000) != 0x191A0000 1068 [main] python
    > 1216 fork_parent: child 260 died waiting for dll
    > loading error: Error

    > ---

    > How can I fix this?

rebaseall

You may have to explicitly list dlls you have compiled yourself (eg
with Numeric, pygtk).

There seems to be a bug that stops emacs working after you have done
this. Try reinstalling libncurses7.
   

Run linux? <wink> Talk to Darren, he'll tell you.

Indeed :slight_smile:

Chris

I'll second that.

···

On Wednesday 09 November 2005 02:53 am, Chris Walker wrote:

John Hunter <jdhunter@...4...> writes:

>
> > -c src/agg.cxx -o
> > build/temp.cygwin-1.5.18-i686-2.4/src/agg.o
> > C:\cygwin\bin\python2.4.exe (260) *** unable to remap
> > C:\cygwin\bin\tk84.dll to same address as
> > parent(0x18C90000) != 0x191A0000 1068 [main] python
> > 1216 fork_parent: child 260 died waiting for dll
> > loading error: Error
>
> > ---
>
> > How can I fix this?

rebaseall

You may have to explicitly list dlls you have compiled yourself (eg
with Numeric, pygtk).

There seems to be a bug that stops emacs working after you have done
this. Try reinstalling libncurses7.

> Run linux? <wink> Talk to Darren, he'll tell you.

Indeed :slight_smile: