[SciPy-dev] New implementation for gui_thread

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Fri Oct 10 11:17:07 EDT 2003


>>>>> "PP" == Pearu Peterson <pearu at scipy.org> writes:

[...]
    PP> I am using debian colorgcc hooks to achieve switching
    PP> compilers: I have the following files in my home directory:

    PP> # .colorgccrc-2.95.4
    PP> g++: /usr/bin/g++-2.95 gcc: /usr/bin/gcc-2.95 c++:
    PP> /usr/bin/g++-2.95 cc: /usr/bin/gcc-2.95
[...]

    PP> and a link .colorgccrc to one of these files. Switching a
    PP> compiler means just changing this link.

Thanks for the tip!

[...]

    PP> This does not happen here with Python-2.3 (also tried
    PP> ipython), so it could be due to Python-2.2.. I hope you can
    PP> live with this until I get a moment to rebuild scipy under
    PP> Python-2.2 (and 2.1) and fix it.

Sure, that would be great.  I am in absolutely no big hurry.  I just
wanted to see how it all worked since I did spend quite a bit of time
on gui_thread a couple of years back and was interested in the new
solution.  

I think a similar solution should work nicely for pyGTK also since
both pyGTK and wxPythonuse SWIG to generate the wrappers.

cheers,
prabhu



More information about the SciPy-Dev mailing list