Re: [Numpy-discussion] windows install problem for 1.2

2008-10-21 Thread Ryan Krauss
Firefox. After turning off my firewall and antivirus software, I re-downloaded, got the correct md5sum, and everything is fine. Thanks for your help. Ryan On 10/21/08, David Cournapeau <[EMAIL PROTECTED]> wrote: > > Ryan Krauss wrote: > > OK, I was sure this couldn't

Re: [Numpy-discussion] windows install problem for 1.2

2008-10-21 Thread Ryan Krauss
ich is different. I will try turning off all virus and firewall stuff and try again. How does this happen? Ryan On 10/20/08, David Cournapeau <[EMAIL PROTECTED]> wrote: > > Ryan Krauss wrote: > > I need to upgrade my Python installation. I just uninstalled > > everything,

[Numpy-discussion] windows install problem for 1.2

2008-10-20 Thread Ryan Krauss
I need to upgrade my Python installation. I just uninstalled everything, deleted C:\Python25, installed Python 2.5.2 from the msi, and am now trying to install numpy 1.2 from numpy-1.2.0-win32-superpack-python2.5.exe. It flashes something up for a second and then goes away giving me no informatio

Re: [Numpy-discussion] Test failure with latest SVN

2008-01-18 Thread Ryan Krauss
I just built from svn in Ubuntu and get this same error. Ryan On Jan 16, 2008 5:26 AM, Robin <[EMAIL PROTECTED]> wrote: > I am on OS X 10.5.1 and get a test failure with the latest numpy svn. > (Previously ran with no errors with svn as of a few weeks ago). > > test_zero_probability (numpy.tests.

Re: [Numpy-discussion] Compiler change for Windows version between 1.0.3.1 and 1.0.4?

2007-12-19 Thread Ryan Krauss
Sounds like exactly the problem Jarrod Millman is working to solve. The new binary uses SSE2 options which P3's and older Athlons don't support. It sounds like Jarrod has found a machine he can use to create the new binaries and solve the problem. On Dec 18, 2007 1:07 PM, Stuart Brorson <[EMAIL P

Re: [Numpy-discussion] Changing the distributed binary for numpy 1.0.4 for windows ?

2007-12-11 Thread Ryan Krauss
Near as I can tell, this is still unresolved for people with non-sse2 machines. Is that right? I have a student trying to get started with such a machine. Numpy is causing Python to crash. What is the easiest solution? Does he need to build numpy from source on that machine (I actually still h

Re: [Numpy-discussion] Citing Numeric and numpy

2007-08-29 Thread Ryan Krauss
Obviously this is mainly Travis' question to answer and it depends on the nature of the reference, but I would like to see Travis's article in the recent special issue on Python for scientific use in CiSE cited as well because I think it does a great job of presenting why Python should be taken ser

Re: [Numpy-discussion] additional thanks

2007-08-24 Thread Ryan Krauss
click and choose "Run as Administrator" regardless of what account you are logged into (I think, based on my limited Vista experience). Ryan On 8/24/07, Alan G Isaac <[EMAIL PROTECTED]> wrote: > On Fri, 24 Aug 2007, Ryan Krauss apparently wrote: > > I helped a couple of my

Re: [Numpy-discussion] additional thanks

2007-08-24 Thread Ryan Krauss
I helped a coulpe of my students install on Vista. It was enough to right click on the exe and choose "Run as Administrator". A pop-up window then comes up asking you if you trust the file or something and you have to chose an option that is something like, "yes, let it proceed". On 8/24/07, Ala

Re: [Numpy-discussion] I am volunteering to be the release manager for NumPy 1.0.3.1 and SciPy 0.5.2

2007-08-10 Thread Ryan Krauss
I have access to one non-SSE (or at least non-SSE2) machine that I can test on. I sort of championed this cause the last time this came up out of fear that my students would have these problems. No one did. So, I don't know how many non-SSE machines are really out there. This may not be a big p

Re: [Numpy-discussion] column_stack with mixed data types

2007-07-30 Thread Ryan Krauss
I just tend to think in terms of lists rather than tuples. Why is a tuple a more reasonable choice than a list? (I'm really asking and not being argumentative, since you can't hear my tone.) Ryan On 7/30/07, Robert Kern <[EMAIL PROTECTED]> wrote: > Ryan Krauss wrote: > &

Re: [Numpy-discussion] column_stack with mixed data types

2007-07-30 Thread Ryan Krauss
x27;), (50, 10.0, 'HE 4.0 pcf', 'Flat', 'Small', 10.25, 2.25, ''), (51, 10.0, 'HE 4.0 pcf', 'Flat', 'Small', 10.25, 2.25, ''), (52, 10.0, 'E175', 'Flat', 'Small', 10.25, 2.25, &#x

[Numpy-discussion] column_stack with mixed data types

2007-07-30 Thread Ryan Krauss
I have data in a spreadsheet where the first column is an integer. the second is a float, columns 3-5 are strings, and columns 6 and 7 are floats. I have each column as a list, but when I use column_stack, I get back a 2D array of strings. What is the easiest way to get a recarray out of this lis

Re: [Numpy-discussion] VMWare Virtual Appliance of Ubuntu with numpy, scipy, matplotlib, and ipython available

2007-06-11 Thread Ryan Krauss
I was able to share some folders in Windows and then browse to those shared folders from the VMware guest Ubuntu OS. I think there is some default samba stuff already running looking for shared folders. I think I had to set something in the VMware player to say that I trusted the guest OS to allo

Re: [Numpy-discussion] Vista installer?

2007-05-29 Thread Ryan Krauss
that this works, please let me know. Ryan On 5/29/07, Ryan Krauss <[EMAIL PROTECTED]> wrote: > Success. I think this is officially a viable alternative for running > Scipy/Numpy/Matplotlib/IPython in Vista. I turned off my firewall on > my host (XP) and I was able to brow

Re: [Numpy-discussion] Vista installer?

2007-05-29 Thread Ryan Krauss
d up under Places > Network as I should have expected for Ubuntu SMB shares. Another of my students supposedly has everything working in Vista with no problems. I will have to check that out and report back. Ryan On 5/29/07, Andrew Straw <[EMAIL PROTECTED]> wrote: > Ryan Krauss wrot

Re: [Numpy-discussion] Vista installer?

2007-05-28 Thread Ryan Krauss
I need to plot things using matplotlib, so I don't think it works for me without X. Thanks though. Ryan On 5/28/07, David Cournapeau <[EMAIL PROTECTED]> wrote: > Ryan Krauss wrote: > > I have this more or less working, the only problem is that my guest > > Ubuntu O

Re: [Numpy-discussion] Vista installer?

2007-05-28 Thread Ryan Krauss
sted a question to the VMWare forum about networking, but will welcome any help from here. Thanks, Ryan On 5/28/07, Ryan Krauss <[EMAIL PROTECTED]> wrote: > Thanks again. I guess I just read that wrong. > > On 5/28/07, Bill Baxter <[EMAIL PROTECTED]> wrote: > > No, the

Re: [Numpy-discussion] Vista installer?

2007-05-28 Thread Ryan Krauss
e page, and is for Intel 32: > http://www.vmware.com/vmtn/appliances/directory/scripts/va-stats/appliance-redirect.php?nid=595&target=http%3A%2F%2Fisv-image.ubuntu.com%2Fvmware%2FUbuntu-6.06.1-desktop-i386.zip > > --bb > > On 5/29/07, Ryan Krauss <[EMAIL PROTECTED]> wrote: > &

Re: [Numpy-discussion] Vista installer?

2007-05-28 Thread Ryan Krauss
n 5/29/07, Ryan Krauss <[EMAIL PROTECTED]> wrote: > > It appears that the free VMware player can't just read an iso. Where > > can I get a good Ubuntu virtual appliance? > > The 'image' you're looking for is not an iso, it's a special VMWare imag

Re: [Numpy-discussion] Vista installer?

2007-05-28 Thread Ryan Krauss
er, then get an image from somewhere (you can find a plethora of them on > the VMWare web site). After downloading the image, its as simple as double > clicking on the file in explorer or launching it via the start menu. > > Bryce > > > Ryan Krauss wrote: > What is the easiet

Re: [Numpy-discussion] Vista installer?

2007-05-28 Thread Ryan Krauss
What is the easiet way to get started with VMWare with windows as the host operating system? Do I need just VMware player? Do I need some Ubuntu kernel or image or something? Ryan On 5/27/07, Andrew Straw <[EMAIL PROTECTED]> wrote: > Charles R Harris wrote: > > > > > &g

[Numpy-discussion] Vista installer?

2007-05-24 Thread Ryan Krauss
I am trying to use Numpy/Scipy for a class I am teaching this summer. I have one student running Vista. Is there an installer that works for Vista? Running the exe file from webpage gives errors about not being able to create various folders and files. I think this is from Vista being very restr

Re: [Numpy-discussion] [SciPy-user] Getting started wiki page

2007-05-12 Thread Ryan Krauss
You can add the -pylab switch to the desktop shortcut under Windows. I had created a Windows IPython installer that automatically creates a second entry under Start > All Programs > IPython that includes the -pylab -p scipy option. You can download my installer from here: http://www.siue.edu/~rkra

Re: [Numpy-discussion] [Matplotlib-users] Python issue of Computing in Science and Engineering available

2007-04-25 Thread Ryan Krauss
My CiSE article can be downloaded from here: http://www.siue.edu/~rkrauss/python_stuff.html Ryan On 4/25/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 4/25/07, Fernando Perez <[EMAIL PROTECTED]> wrote: > > Since authors are allowed by their publication policy to keep a > > publicly available c