[SciPy-user] TimeSeriesPackage

Matthieu Brucher matthieu.brucher at gmail.com
Tue Jul 10 02:18:10 EDT 2007


Hi,

What compiler are you using ?

The problem with Python for Windows out of the box is that it requires
Visual Studio 2003 and not Visual Studio 2005. So you must find the free
toolkit from Microsoft, but Microsoft does not support anymore (moved to
2005 which is perfectly logical, gcc does not support the old 3.x series as
well) or compile Python with VS 2005.
What is more, for the Express version of VS 2005 (the free one, contrary to
what Pierre's link says, Microsoft provides a free compiler), you have to
install the platform SDK.

Matthieu


2007/7/10, Krishnan Maheswaran <kmaheswaran at hotmail.com>:
>
> Hi All,
> I would appreciate any help on installing the scipy timeseries module ( I
> had no problem installing the maskedarray package). Please see errors
> below.
>
> Many Thanks,
> KM
>
>
>
>
>
> Tasks:
>   i       - Show python/platform/machine information
>   ie      - Show environment information
>   c       - Show C compilers information
>   c<name> - Set C compiler (current:None)
>   f       - Show Fortran compilers information
>   f<name> - Set Fortran compiler (current:None)
>   e       - Edit proposed sys.argv[1:].
>
> Task aliases:
>   0         - Configure
>   1         - Build
>   2         - Install
>   2<prefix> - Install with prefix.
>   3         - Inplace build
>   4         - Source distribution
>   5         - Binary distribution
>
> Proposed sys.argv =
> ['C:\\Python25\\Lib\\site-packages\\timeseries\\setup.py']
>
>
>
> Tasks:
>   i       - Show python/platform/machine information
>   ie      - Show environment information
>   c       - Show C compilers information
>   c<name> - Set C compiler (current:None)
>   f       - Show Fortran compilers information
>   f<name> - Set Fortran compiler (current:None)
>   e       - Edit proposed sys.argv[1:].
>
> Task aliases:
>   0         - Configure
>   1         - Build
>   2         - Install
>   2<prefix> - Install with prefix.
>   3         - Inplace build
>   4         - Source distribution
>   5         - Binary distribution
>
> Proposed sys.argv =
> ['C:\\Python25\\Lib\\site-packages\\timeseries\\setup.py', 'install']
>
> ------------------------------------------------------------------------
> running install
> running build
> running config_cc
> unifing config_cc, config, build_clib, build_ext, build commands
> --compiler
> options
> running config_fc
> unifing config_fc, config, build_clib, build_ext, build commands
> --fcompiler
> options
> running build_src
> building extension "timeseries.cseries" sources
> running build_py
> creating build
> creating build\lib.win32-2.5
> creating build\lib.win32-2.5\timeseries
> copying .\const.py -> build\lib.win32-2.5\timeseries
> copying .\parser.py -> build\lib.win32-2.5\timeseries
> copying .\reportlib.py -> build\lib.win32-2.5\timeseries
> copying .\tcore.py -> build\lib.win32-2.5\timeseries
> copying .\tdates.py -> build\lib.win32-2.5\timeseries
> copying .\tmulti.py -> build\lib.win32-2.5\timeseries
> copying .\tseries.py -> build\lib.win32-2.5\timeseries
> copying .\__init__.py -> build\lib.win32-2.5\timeseries
> creating build\lib.win32-2.5\timeseries\lib
> copying .\lib\filters.py -> build\lib.win32-2.5\timeseries\lib
> copying .\lib\interpolate.py -> build\lib.win32-2.5\timeseries\lib
> copying .\lib\moving_funcs.py -> build\lib.win32-2.5\timeseries\lib
> copying .\lib\__init__.py -> build\lib.win32-2.5\timeseries\lib
> creating build\lib.win32-2.5\timeseries\io
> copying .\io\__init__.py -> build\lib.win32-2.5\timeseries\io
> creating build\lib.win32-2.5\timeseries\plotlib
> copying .\plotlib\mpl_timeseries.py ->
> build\lib.win32-2.5\timeseries\plotlib
> copying .\plotlib\__init__.py -> build\lib.win32-2.5\timeseries\plotlib
> running build_ext
> No module named msvccompiler in numpy.distutils, trying from distutils,
> trying from distutils. The .net framework sdk needs to be installed before
> building extension for python.
>
> _________________________________________________________________
> Advertisement: New jobsjobsjobs.com.au. Find thousands of jobs online now!
>
> http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fad%2Eau%2Edoubleclick%2Enet%2Fclk%3B114014868%3B17770752%3Bi%3Fhttp%3A%2F%2Fwww%2Ejobsjobsjobs%2Ecom%2Eau&_t=762242361&_r=Hotmail_email_tagline_July07&_m=EXT
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070710/b3e20d93/attachment.html>


More information about the SciPy-User mailing list