windows-7-x64

Compiling Python modules on Windows x64

亡梦爱人 提交于 2019-11-27 10:37:01
问题 I'm starting out some projects in words processing and I needed NumPy and NLTK. That was the first time I got to know easy_install and how to compile new module of python into the system. I have Python 2.7 x64 plus VS 11 and VS 12. Also Cygwin (the latest one I guess). I could see in the file that compiles using VS that it looks for VS env with the same version as the one that compiled the python code, why? When I hardcoded 11.0 which is my version, numpy failed to build on several strange

How to add multiple terminals in VS Code?

好久不见. 提交于 2019-11-27 10:29:31
Can we add multiple different terminals in the VS Code? I am planning to add following three terminal and work with all of those : Windows Command prompt PowerShell Git Bash I know I need to add the following command in Preferences => Setting // // 64-bit cmd if available, otherwise 32-bit "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe", // // 64-bit PowerShell if available, otherwise 32-bit "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe", // // Git Bash "terminal.integrated.shell.windows": "C:\\Program Files\\Git\

How to update Python?

拥有回忆 提交于 2019-11-27 10:18:36
I have version 2.7 installed from early 2012. I can't find any consensus on whether I should completely uninstall and wipe this version before putting on the latest version. "Soft"-removing old versions? Hard-removing/wiping old versions? Installing over top? I've seen somewhere a special install/upgrade process using a "segmenting" method of Python installations, keeping different versions separate and apart, but functional. Not sure if this is the standard, de facto way. I also wonder if Revo gets too overzealous and may cause issues with wiping out still-needed remnants, like environment

VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed

不羁岁月 提交于 2019-11-27 10:09:55
So I am using Win7 x64 with VS2010 and have installed the IE10 Win7 Preview and ReSharper 6.1. When I attempt to Start Debugging, I receive the following: "Attaching the Script debugger to process '[1111] iexplore.exe' on machine 'MINE' failed. A debugger is already attached." I can click OK and look at attached debug sessions - [1111] is grayed out and there is another instance of iexplore.exe with my solution title. I can attach manually and it works fine. I thought maybe since there were two iexplore.exe pids there would be something wrong, there are not two tabs or windows open and I

How do I start Mongo DB from Windows?

主宰稳场 提交于 2019-11-27 10:02:21
I have installed MongoDB on my Windows 7 (64 bit) machine. I have created the path data/db too but when I tried to start mongodb using the command 'C:\mongodb\bin\mongod.exe' , it is not starting. It is showing admin web console waiting for connections on port 28017 . Help me in starting the MongoDB. And also please suggest if any GUI is available for MongoDB. Step 1 Download the mongodb Step 2 Follow normal setup instructions Step 3 Create the following folder C:\data\db Step 4 cd to C:\Program Files\MongoDB\Server\3.2\bin> enter command mongod by default, mongodb server will start at port

Edit a text file on the console in 64-bit Windows

流过昼夜 提交于 2019-11-27 09:55:39
问题 I'm trying to figure out the easiest way to edit text files in the console (PowerShell in my case). I'm using Windows 7 64 bit. It galls me that I can't just type edit filename.txt to edit a file. That used to work, but that's all changed. What are my options to view and edit text files within the windows console, and if you tell me to install and learn VIM I'm going to punch you in the face. :-) 回答1: Kinesics Text Editor. It's super fast and handles large text files, though minimal in

Can you 'push' to network share using Mercurial on 64bit Windows 7?

江枫思渺然 提交于 2019-11-27 09:46:38
We are in the process of upgrading from Windows XP x86 to Windows 7 x64, and I'm testing for compatibility problems with our current workflow. Currently, we store central Mercurial repositories on a network share, clone copies to our workstations, and push our changes back to the network-based repositories. This works perfectly in WinXP, but in Win7 I consistently get an error message when pushing back to the network share: pushing to t:\datamgt\automat\Kevin\SampleRepo searching for changes [Error 32] The process cannot access the file because it is being used by another process: 'T:\datamgt

How to make DeskBands work on Windows 7 x64?

女生的网名这么多〃 提交于 2019-11-27 08:47:56
问题 I'm going to create an application (C#), which has its DeskBand on the Windows TaskBar. I've found one complete example program, which does this, but I didn't manage to successfully install (add to Toolbars menu on the taskbar) it. I think, it's because my Windows is x64, there are no other visible reasons... So, my question is how to create and add a deskband to Windows 7 x64 taskbar? 回答1: According to Microsoft, Deskbands are not recommended for Windows 7, although they still work. Also

ADB doesn't recognize my Galaxy Nexus - Win7

妖精的绣舞 提交于 2019-11-27 07:13:09
I just bought a Galaxy Nexus, now I got a problem, my ADB doesn't recognize it. The Point is when I connect it, it shows it as Storage-Device on my Computer but it isn't listed as an ADB Device. When I connect my other Phone (HTC Desire HD) it recognize it without any problems. Some information about the System and Config: I'm on Win7 Service Pack 1 64bit Galaxy Nexus is in debugging mode The Device isn't shown in ADB but Windows recognize it as Massstoragedevice Eclipse and Googlepack is updated to the newest Version jsaye Check if you have installed this package in your ADB "Google USB

How do I set Windows Environment variables permanently?

蹲街弑〆低调 提交于 2019-11-27 06:57:38
问题 How do I set Windows Environment variables permanently, I see that the Windows environment variables are reset when you close the command window. I want to set them permanently so that I don't have to repeat the task every time I use CLI. 回答1: Right click on Computer, Advanced system settings, select Advanced tab and click Environment variables. Note: once you modify the environment variables, you will have to restart your applications, including CLI. 回答2: This can also be achieved from