2.8.3 Install Procedure Question

Hi Daniel,

Hi folks,

This is a question about installing on a Fedora Core 6 machine. I've installed Python 2.5.1 in /opt/python2.5 and wx in /opt/wx/2.8 so I can keep my yum installed Python 2.4.4 / wxPython 2.6.3 intact. Everything works fine under both configurations. Is there a way I can re-run setup.py to install wx in my python2.5/site-packages dir? If so, what switches do I specify? I've read the BUILD/INSTALL pages but it isn't clear to me this case was discussed.

In addition to what others have said, make sure you either put /opt/wx/2.8/bin at the front of your path, or run the setup command like: "/opt/python2.5/bin/python setup.py install WX_CONFIG=/opt/wx/2.8/bin/wx-config".

Otherwise, if your 2.6 wx-config is on the path, it will build wxPython against that version instead.

Regards,

Kevin

ยทยทยท

On May 9, 2007, at 10:15 AM, Daniel B. Koch wrote:

Thanks,
Dan

--
Dr. Daniel B. Koch
Oak Ridge National Lab
http://www.ornl.gov/sci/gist/bios/bio_koch.html
(865) 241-9096

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org