I want to install wxPython 2.6 on Solaris10 x86. I have passed "make install", and want to execute python setup.py install. but i got some problems.
first i run "python setup.py install",and i got the following: unable to execute cc: No such file or directory error: command 'cc' failed with exit status 1 so, it seams no cc in my solaris10. I have installed SunStudio11, and there is a cc at /opt/SUNWspro/bin this cc is the suncc,so i added "/opt/SUNWspro/bin" to my PATH but i still got problem : cc: Warning: option -3 passed to ld cc: No input file specified, no output generated error: command 'cc' failed with exit status 1 I also tried to replace "cc" with "gcc", and still failed. Anyone installed wxPython successfully on solaris10? ps: sorry for my poor english. -- http://mail.python.org/mailman/listinfo/python-list