473,769 Members | 6,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

setting up scipy in windows

Hi All,
has anyone out there recently set up scipy on Windows? Cause I am
trying to do so know and I am not having much luck. I have ActiveState
and Plone. When I try to import scipy in ActiveState it says
import scipy Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
ImportError: No module named scipy from scipy import *

Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
ImportError: No module named scipy
When I try to the same in Plone it crashes. I have the latest self
install executable from SCIPY. I didn't compile the source.
Scipy looks like just the thing I want, if anyone has got it running on
a Windows box I would like to hear how you did it. Thanks all have a
great day.
Ed Hawkes

Jul 19 '05 #1
3 2639
hawkesed wrote:
Hi All,
has anyone out there recently set up scipy on Windows? Cause I am
trying to do so know and I am not having much luck. I have ActiveState
and Plone. When I try to import scipy in ActiveState it says
import scipy
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
ImportError: No module named scipy
from scipy import *


Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
ImportError: No module named scipy
When I try to the same in Plone it crashes. I have the latest self
install executable from SCIPY. I didn't compile the source.
Scipy looks like just the thing I want, if anyone has got it running on
a Windows box I would like to hear how you did it. Thanks all have a
great day.


The installer was made for the official python.org distribution. The
paths for the ActiveState and Plone distributions are probably
different. Move the files to the appropriate places.

--
Robert Kern
rk***@ucsd.edu

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter

Jul 19 '05 #2

"hawkesed" <ol************ *@hotmail.com> skrev i en meddelelse
news:11******** ************@g4 9g2000cwa.googl egroups.com...

Scipy looks like just the thing I want, if anyone has got it running on
a Windows box I would like to hear how you did it.


With STANDARD Python 2.3 it installs from the Python 2.3 win 32 installers
and runs.

The only problem I had was that "Numeric" needs to be installed before
"Scipy" or Scipy will chrash.
Jul 19 '05 #3
Thanks to both you guys. I got scipy up and running yesterday. Here are
the steps I went through:
1. I un-installed some non-official pythons. (Plone and ActiveState)
2. I loaded STANDARD Python 2.3.5
3. I loaded Python for Windows extensions.
4. I Loaded Numeric
5. Loaded SCIPY
6. Tested it by typing in pythonwin
from scipy import *
Then played around with some of the methods. Pretty cool stuff. Thanks
all!

Frithiof Andreas Jensen wrote: "hawkesed" <ol************ *@hotmail.com> skrev i en meddelelse
news:11******** ************@g4 9g2000cwa.googl egroups.com...

Scipy looks like just the thing I want, if anyone has got it running on
a Windows box I would like to hear how you did it.


With STANDARD Python 2.3 it installs from the Python 2.3 win 32 installers
and runs.

The only problem I had was that "Numeric" needs to be installed before
"Scipy" or Scipy will chrash.


Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1508
by: mike kreiner | last post by:
I'm using the convolve2d(image, mask) function from scipy to blur an image. The image I'm using is 512 by 384. When I display the image that convolve2d returns, the the left-most square of pixels (388 by 388) turn out fine, blurred and everything, however the right side of the image is all black. I've uploaded the practice image to: http://tinypic.com/1g3iox The output image is: http://tinypic.com/1g3iv9 here's what I entered at the...
3
1948
by: beliavsky | last post by:
Is SciPy usable with Python 2.4.1? At http://www.scipy.org/download/ it says that 2.3.3 is recommended, and I don't see a binary for 2.4.1.
2
1763
by: Z.L. | last post by:
I am a newbie to python, and have not so much experiences on package installation and related issues. I am looking for Scipy binaries for python 2.4 on windows. Could somebody here kindly give some suggestion to this? Thanks in advance.
0
1507
by: Julien Fiore | last post by:
Hi, I have problems trying to install the scipy.weave package. I run Python 2.4 on windows XP and my C compiler is MinGW. Below is the output of scipy.weave.test(). I read that the tests should last several minutes, but in my case it only lasts a few seconds. Thanks in advance for any help. Julien Fiore
0
1626
by: jantod | last post by:
I am trying to package my application with py2exe. Unfortunately it uses both scipy/numpy and numarray so I'm having to jump through a lot of hoops to get it going. I'm getting problems packaging an app that uses only scipy. See below. Thanks! Janto ===setup.py=== from distutils.core import setup
2
9743
by: I. Myself | last post by:
And it has to run on Windows, so it can't use xplt. I would prefer that it use the simplest multi-dimensional model, z = k + a*x1 + b*x2 + c*x3 + d*x4 Anyone have such a thing? Thanks, Mitchell Timin
1
2272
by: Vedran Furaè | last post by:
When I call optimize.fsolve(...) python interpreter crashes immediately, no error messages, nothing, just brings me back to c:\ On linux the same code works fine. I tried it on different computers. I seems that it doesn't crash on pentium4, only on athlon and pentium2. python 2.4.3 (activestate), scipy 0.4.8/0.4.9, windows xp Regards,
2
2748
by: Frank Moyles | last post by:
Hi, I want to use SciPy library. I am using W2k, and ActiveState Python 2.5. I have succesfully numpy, but when I run the scipy-0.6.0.win32-py2.5.exe (from the downloads section on the SciPy page), nothing happens - i.e. no information is printed on the console, and the setup application simply quits with no warning/error message. has anyone managed to succesfully install SciPy using scipy-0.6.0.win32-py2.5.exe & ActiveState Python on...
0
1156
by: Frank Moyles | last post by:
Hi, I want to use SciPy library. I am using W2k, and the standard Python 2.5.1 binary distribution from www.pthon.org I have already succesfully installed numpy, but when I try to install SciPy (by running the binary provided at scipy.org) - scipy-0.6.0.win32-py2.5.exe I get nothing. That is to say, nothing happens - i.e. no information is printed on the console, and the setup application simply quits with no warning/error message.
0
9590
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10223
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10051
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9866
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3968
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3571
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.