wxPython may need to be build as “python setup.py build_ext” - that’s what I do.
paul
···
On Wed, Jun 25, 2008 at 9:21 PM, Ken Seehart ken@seehart.com wrote:
I’m not completely sure, but think you want this:
python setup.py install
- Ken
D Stuart Pope wrote:
Hi,
I’m a new wxPython user, but very familiar with wxWidgets. I’m trying to install wxPython, but am having trouble. In particular, when following the website installation directions, I issue the command “python setup.py build” and receive the following:
wolfpack04.larc.nasa.gov% python setup.py build
Traceback (most recent call last):
File “setup.py”, line 10, in ?
from my_distutils import run_swig, contrib_copy_tree
File “/home/stuart/MySpace/Applications/wxPython/wxPython-2.2.5/my_distutils.py”, line 125, in ?
ccompiler.default_compiler[‘nt’] = ‘my_msvc’
AttributeError: ‘module’ object has no attribute ‘default_compiler’–
I’m stuck…can you help? Thanks in advance! BTW, this is an installation for Scientific Linux.
Stuart Pope
wxpython-users mailing list