I have Python 2.7.2 installed on OS X 10.7.1.
I installed numpy using distribution file numpy-1.6.1-py2.7-python.org-macosx10.3.dmg. It didn't appear to install correctly, so I ran easy_install numpy, which did appear to work.
Python now uses numpy 1.5.1 which (I think) was installed by setuptools in folder:
/Library/Frameworks/Python.framewor k/Versions/2.7/Extras/lib/python/numpy
Version 1.6.1 resides...
Search Result
Collapse
10 results in 0.0013 seconds.
Keywords
Members
Tags
-
Questions on installing numpy
-
Build PXE Image That Doesn't Install ('live' image on PXE device)
Maybe I haven't looked enough, but I would like to create a PXE-bootable 'live' image that would sit in buffer memory of a server so that I don't have to keep running over to servers with my portable DVD drive.
Does anyone know of a good guide that covers this? I have found how to create a regular Linux image - is there a difference between one that installs and one that doesn't? -
Can I create an autoinstall to choose the version of MS database required?
I have developed an MS Access database for Office 2003 and 2007. Can an auto install be created to allow the client to choose the version they use and install that only? -
Help installing pywin32 - Can't find a version in Windows.h
Please excuse my newbie question, but I'm trying to install pywin32 using Python26 on Windows 7 64-bit machine. When I run the "python setup.py -q install" command I get the following error:
File "\download\pywi n32-214\setup.py", line 2152, in <module>
('', ('pywin32.pth', )),
File "D:\Python26\li b\distutils\cor e.py", line 152, in setup
dist.run_comman ds()
... -
Albert Lingelbach started a topic problem solved: error occurred while initializing the Profile Registryin DB2problem solved: error occurred while initializing the Profile Registry
Just some notes from a recent problem, now solved, that might help the next poor soul who encounters it:
At some point recently, my install of Toad for db2 on Win7 64-bit got fubared. I tried various re-installs, reboots, etc., of Toad, IBM db2 drivers, etc. Somewhere in that process, during one of the re-installs of Toad, I got the following error, after which the install would refuse to proceed and then unwind:
... -
Why when upgrading my web server I get unexpected $end
Just so everyone can know, I would LOVE to stay with yellowtip webserver, if you know how to install the GD files to it PLEASE let me know.
This php worked on my 4.x php server but I get unexpected end with any other.
Needless to say I only upgraded to 5.2 because
Yellowtip web server 2.0's php did not come with the GD librarys which I needed to upload pics using mini file host.
If you can fix... -
Problem installing Pylons on OS X
I am reading chapter two of the Pylons book. In the text I am told to run:
This is what I got back:Code:$ python virtualenv.py --no-site-packages env
...Code:$ python virtualenv.py --no-site-packages env New python executable in env/bin/python Installing setuptools........... Complete output from command env/bin/python -c "#!python \"\"\"Bootstrap setuptoo...
-
ngen install - a very long time
Hi!
I've been working with ngen.exe for a long time. there is the first time, when i've got the problem:
ngen the libraries on one client workstation takes a veeery long time
see log:
02/01/2009 11:21:28 [2552]: Command line: C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \ngen.exe INSTALL C:\Ngen.tmp\cmn DokumentySprzed azy.dll
02/01/2009 11:21:28 [2552]: Installing assembly C:\Ngen.tmp\cmn DokumentySprzed azy.dll... -
Perl SMS Script Install
Hello:
Im working on a shopping cart perl script and want it to send an SMS notification intead of an email.
I found a free script which apparently is used to send SMS notifications from a perl script.
I dont have a clue as to how to install it or make it work... I would like to have someone install it in my Unix server and send me an SMS to my cell phone.
I will provide you the FTP access... -
Changing icons with DOS commands
Hi, I'm in the proccess of building a windows installer from the ground up and I was wondering if there is anyway to change a file types icon with DOS commands? Any information at all would be really appreciated.