windows-7-x64

Installing PIL (Python Imaging Library) in Win7 64 bits, Python 2.6.4

对着背影说爱祢 提交于 2019-11-27 16:53:39
I'm trying to install said library for use with Python. I tried downloading the executable installer for Windows, which runs, but says it doesn't find a Python installation. Then tried registering ( http://effbot.org/zone/python-register.htm ) Python, but the script says it can't register (although the keys appear in my register). Then I tried downloading the source package: I run the setup.py build and it works, but when I run setup.py install it says the following: running install running build running build_py running build_ext building '_imaging' extension error: Unable to find vcvarsall

How to run Qt 5 applications on other computers (Windows 7)

杀马特。学长 韩版系。学妹 提交于 2019-11-27 16:11:04
问题 I have developed a simple application with Qt 5.0.2 on Windows 7 Ultimate. As a compiler the QtCreator used MSVC2012_64bit. And I cannot move my application onto other computer. It does not work. Qt application requires DLLs that I can't find. The dependency explorer thinks that the .dll s below are not found. Where I can find them? Why is this problem so wide spreaded? All the people complain that they can not get their .exe , which is developed with Qt, work on other computer . EDIT1: BTW

How can I create a local multi-node Cassandra cluster on Windows 7 64 bit?

旧时模样 提交于 2019-11-27 15:25:38
I am looking for a set of instructions to create a local multi-node Cassandra 2.x cluster on a Window 7 64 bit PC. It should preferably use CCM “Cassandra Cluster Manager” and allow management using DataStax OpsCenter I followed the instructions in “ Getting Started with Apache Cassandra on Windows the Easy Way ” but they are for a single node cluster. EDIT: I got stuck on deploying OpsCenter agents on each node using CCM, any ideas? Articles used for this tutorial: CCM 2.0 and Windows Cassandra Wiki - Windows Development Setting up a multi-node Cassandra cluster on a single Windows machine

Visual Studio 2013 runs project twice

本秂侑毒 提交于 2019-11-27 15:03:39
When I press the "Local Windows Debugger" button when working on any basic C++ project in Visual Studio 2013, the console opens and the program outputs, but when the console closes, another console opens, the UI changes slightly and the program outputs again. Steps to reproduce: Create a new C++ project Inside the "Source Files" directory of the new project, create a file named "main.cpp" Put a basic hello world program into the file: #include &ltiostream&gt using namespace std; int main() { cout &lt&lt "Hello world!"; cin.get(); } Save the code and press the "Local windows debugger" button on

How to fix 'Microsoft Excel cannot open or save any more documents'

牧云@^-^@ 提交于 2019-11-27 12:55:57
问题 I am running C# ASP.NET 4.5 web application on Windows 7 64-bit using IIS 7.5. The application pool it uses has the name 'ASP.NET v4.0' and its identity is ApplicationPoolIdentity. The application uses MS Office Interop (Microsoft Excel 14.0 Object Library). At line wBook = wBooks.Add(Missing.Value); , it throws the following error: Microsoft Excel cannot open or save any more documents because there is not enough available memory or disk space. u2022 To make more memory available, close

Profiling x86 executable with Dependency Walker hangs on Windows 7 x64

一笑奈何 提交于 2019-11-27 12:26:01
Under Windows 7 x64 , when I try to profile an x86 executable with the latest version of Dependency Walker (2.2.6000) the profiling process always hangs at a certain point. Most of the time the last DLL that is loaded is c:\windows\syswow64\URLMON.DLL , so it seems that something inside that DLL is causing a problem. Profiling the same executable on Windows 7 x86 works flawlessly. I have googled quite extensively, but couldn't come up with a solution to the problem. One suggestion that I found was to uninstall IE 8 or IE 9 and replace it with IE 7, but this doesn't really help. The only effect

How do I increase the stack size for Apache running under Windows 7?

白昼怎懂夜的黑 提交于 2019-11-27 11:49:54
I think I am getting stack overflows running a cakePHP application on an Apache server under Windows 7. This problem happens more often on Windows platform, because of smaller Apache's default stack size. There is 1 MB default stack size on Windows, unlike 8 MB on Unix/Linux platforms. It could be a reason, why some for example PHP scripts works properly on Linux, but cause crash of Apache on Windows. Furthermore, the crash is silent ( segmentation fault ), there is no error message, Apache just stops responding and the child process is restarted. Browser gets no data and renders a blank page,

How do you disable ASLR (address space layout randomization) on Windows 7 x64?

半城伤御伤魂 提交于 2019-11-27 11:42:24
How do you disable ASLR on Windows 7 x64 so that my program will always load the shared CRT at the same address? A registry setting is available to forcibly enable or disable ASLR for all executables and libraries and is found at HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\MoveImages . Mr. S Previously you had to opt in to allowing the linker to use ASLR. Now, you have to opt out : /DYNAMICBASE[:NO] (Visual Studio 2012: Configuration Properties -> Linker -> Advanced -> "Randomized Base Address") You can also do it programmatically . josh The Enhanced Mitigation

Cannot use CreateObject from VB scripts on Windows 7 x64

旧城冷巷雨未停 提交于 2019-11-27 11:33:41
问题 When I try to create a COM object in VB script on a Windows 7 (64 bit) machine, I always get the following error: "ActiveX component can't create object 'xxx.xxx'. Code: 800A01AD I have applications that use the COM object without any problem. I have tried running the command line in admin mode, no difference. Is there any way to enable this? 回答1: The VBScript interpreter (cscript.exe/wscript.exe) comes in two flavors on a 64-bit version of Windows: a 32-bit version and a 64-bit version. The

Git credential helper - update password

霸气de小男生 提交于 2019-11-27 10:49:18
I'm currently using GitHub over HTTPS and have the latest version of Git installed (1.9.0) along with the Git credential helper on Windows 7. On setting up my environment, I told git-credentials to permanently remember my username and password. I've recently updated my GitHub password via the website and I'm now no longer able to push/pull/fetch, etc. How I would go about updating my password on git-credentials helper on Windows 7? xgo None of these answers ended up working for my Git credential issue. Here is what did work if anyone needs it (I'm using Git 1.9 on Windows 8.1). To update your