Questions tagged [windows64]

102 questions
0
votes
1 answer

OSError: [WinError 126] Module not found

I have a program that should play a mp.3 file from my computer via python-vlc but everytime I run it I get that error message. Does anyone know what I have to do? import vlc player =…
0
votes
1 answer

fetch/gclient sync fails as teamcity's command line

fetch/gclient sync works fine from the terminal window on the Windows Server 2012 (64 bits) host. TeamCity build agent is 32bits application and I can't change it. When I try to run fetch/gclient sync as a build step it fails. Here the error…
Yurii
  • 1
  • 2
0
votes
1 answer

Node JS 8.12.0 unable to install on windows 64 bit.

node-v8.12.0-x64.msi Using this file downloaded from the website, I am installing Node js on my windows 64 bit. Home Personal computer. I do have Java installed. UNable to install node js as there is some missing DLL which I am not…
0
votes
0 answers

ProcessStartInfo got empty StandardError result from lpr command

I have tried this command on cmd. lpr -S 127.0.0.1 -P testP -J testJ D:\output\test.txt >> d:\result.txt it's worked and result wrote in "d:\result.txt" Error: could not open D:\output\test.txt for reading. But when run lpr command via…
0
votes
1 answer

GULP [Browsersync] Couldn't open browser

Problem - When I run gulp, this message appears: [Browsersync] Couldn't open a browser (if you are using BrowserSync in a headless environment, you might want to set the open option to false) gulpfile.js code: gulp.task('serve', function() { …
Ray Macz
  • 85
  • 2
  • 9
0
votes
0 answers

Trying to install Spark on a different drive

I'm trying to install Spark 2.3.0 on a Windows x64 machine, on the D drive. Specifically, I downloaded Spark 2.3.0 Hadoop 2.7. When I try to run spark-shell, I get the following error: Error: Could not find or load main class…
user3684314
  • 707
  • 11
  • 31
0
votes
1 answer

Issue with whois and subprocess (Python 3.4; 64-bit Windows)

So I'm just trying to get the suggested query (domain = whois.query("google.com")) working. But whenever I run it, I get the following traceback: File "file.py", line x, in weight_sources domain = whois.query("google.com") File "C:\Users\User…
user3684314
  • 707
  • 11
  • 31
0
votes
0 answers

On windows 64 and access 10, application.quit result into "reserved error"

I am facing a problem with win64 while on win 32 everything is fine. On access Vba I have a simple function to close the db: application.quit While it works on win32 access 2007, it prompt the error "reserved error" on win64 access 10/16. Do you…
m.falconelli
  • 61
  • 11
0
votes
0 answers

Undefined symbols building MQTT Paho on Windows

I'm trying to build paho_mqtt.c on Windows X86 (64-bit). I'm using Visual Studio Community 2013. Its a supported configuration. To build paho_mqtt.c for 64-bit, one needs OpenSSL compiled for Windows 64-bit. To build OpenSSL I found I needed a new…
Don Mclachlan
  • 419
  • 4
  • 8
0
votes
0 answers

langid - classify error language identification

I am trying to classify several languages from a combination of tweets texts. I am getting classify import error. import langid df1 = pd.read_csv(old_dir+"\\"+"merged_all_csv.csv", sep=',',encoding = "ISO-8859-1",error_bad_lines = False) …
Sitz Blogz
  • 1,061
  • 6
  • 30
  • 54
0
votes
1 answer

Pango Import is not working

I am very new into this python and its dependencies. I'm trying to install Cairo and Pango, I have successfully installed Cairo, Cairocffi, cffi, Pygi, and gtk+, and they are working just fine. I have tried many ways for the past three days to set…
0
votes
0 answers

How inject a 32 bit dll in a 32 bit process on Windows 64 bits?

I have a dll injector app and want inject a 32bit dll file in a 32bit process like for example 32 bit version of cmd.exe on Windows x64, but only is possible inject a 64 bit dll :-( String sysdir = System.getenv("WINDIR") +…
user6365505
0
votes
1 answer

Windows 64 bit porting issue

We have few projects, which are compiling my makefile. These make file working fine on Windows 32 and Visual Studio 2005. For Windows 64 porting, we are using Visual Studio 2008. In make file we defined /d “_WIN64” to set the 64 bit includes and…
CrazyC
  • 1,840
  • 6
  • 39
  • 60
0
votes
1 answer

Error when installing webpack module

Error description: "/ Installing for-in@^0.1.5platform unsupported webpack@1.13.3 › watchpack@0.2.9 › chokidar@1.6.1 › fsevents@1.0.15 Package require os(darwin) not compatible with your platform(win32) [fsevents@^1.0.0] optional install error:…
Young.Yang
  • 11
  • 1
0
votes
1 answer

Where can I download apache module binaries from?

I don't have VC or an other c compiler installed on my Win7 environment. I have located the x64 binary for Apache 2.4 but can't seem to find the same for mods. Any idea where i can find compiled, 64 bit versions…
glez
  • 1,170
  • 3
  • 16
  • 42