how to build wxPython w/ Sun's C++ compiler?

Skip Montanaro skip at pobox.com
Tue Sep 10 14:52:37 EDT 2002


    >> Agreed.  However, disutils commands have this structure:
    >> 
    >> python setup.py [ options ] command [ more options ] ...
    >> 
    >> which I think can get kind of confusing.

    Martin> You forgot 

    Martin>   python [ options ] setup.py [ options ] command [ more options ] ...

    Martin> :-)

I finally concluded that you either need to use command line switches or ini
files plus a setup.py command line switch which enables the .ini file.  If
you use just .ini files which are always enabled, you might well wind up
screwing up a Python install.

Skip




More information about the Python-list mailing list