[SciPy-user] Re: need help with gcc error (Digest, Vol 5, Issue 7)

ehaux at ucmerced.edu ehaux at ucmerced.edu
Thu Feb 5 17:22:00 EST 2004


Also following up from Jan 27...

I get the following when using this script:

:/usr/lib/python2.3/site-packages/scipy$ python setup.py
/usr/bin/python scipy_core/setup.py
SciPy Core Version 0.2.1_alpha_40.1448
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help
 
error: no commands supplied
Traceback (most recent call last):
  File "setup.py", line 127, in ?
    setup_package(ignore_packages)
  File "setup.py", line 77, in setup_package
    assert not s,'failed on scipy_core'
AssertionError: failed on scipy_core

> 
> Message: 3
> Date: Tue, 27 Jan 2004 06:17:31 -500
> From: scipy at zunzun.com (James R. Phillips)
> Subject: Re:  [SciPy-user] need help with gcc error
> To: scipy-user at scipy.net
> Message-ID: <401648cb9456c1.76981309 at mercury.sabren.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> > i downloaded from cvs and did $python setup.py build
> > but got the following errors:
> > 
> > Lib/xplt/src/play/x11/playx.h:11:22: X11/Xlib.h: No such file or 
> directory
> You may need to configure the setup.py file for
> scipy to not build anything with X windows.  Here
> is the file I used as an example:
> 
> http://zunzun.com/no_X_setup.py
> 
>     James Phillips
> 




More information about the SciPy-User mailing list