Questions tagged as 'osx'

1
answer

Problems with MySQL Server for OS X

Hello, Has anyone here been able to install MySQL Server for Mac? I installed it, but I can not start it! I click the button on his panel, he asks for the password, I type and nothing. I try for Terminal , it gets processed and t...
asked by 15.01.2016 / 19:16
1
answer

Can not execute binary file: Exec format error

I'm trying to run a code on Linux and I'm getting this message:    Can not execute binary file: Exec format error I did some research and this could be because of the structure of my pc, but from what I see my pc has the right structure f...
asked by 17.09.2015 / 08:39
1
answer

How to use Twisted in Mac OSX?

I'm following a tutorial to use Twisted to connect to an app. But at the time of testing the connection to localhost for testing, it appears that it is not responding. I am using the following script in the chatserver.py file: from twisted....
asked by 05.12.2014 / 22:00
2
answers

How to reuse and share a private key SSH between Mac OS X and Linux?

I've noticed that Mackup is able to back up the private key in Dropbox. I tried copying my old private key from a Time Machine backup (I did a Mavericks clean install), which was password-free for my home. When I try to use the key in OS X...
asked by 09.02.2014 / 19:57
0
answers

MACOS 10.14.1 MOJAVE [closed]

After upgrading the OS to the MOJAVE version, ssh has stopped connecting to the servers. The screen is frozen in this part:    ssh user @ ipServer -v OpenSSH_7.8p1, LibreSSL 2.7.3 debug1:   Reading configuration data / etc / ssh / ssh_config...
asked by 31.10.2018 / 16:15
0
answers

Netbeans Connector and Chrome - MAC OS

I recently migrated my development IDE, NetBeans, from Linux to MAC OS. The problem is that I can not debug my Java EE project in Chrome using the NetBeans Connector extension. By simply debugging, Chrome opens only one blank page with the...
asked by 15.12.2017 / 19:22
0
answers

CSS Ionic 1 works correctly on Android, but not on iPhone OSx

My layout, some things in it, work great on Android with Windows. Switching to Mac OSx, creating the project and copying everything. When I scroll like ionic server or ionic server --lab Both are left without my CSS applied correctly....
asked by 26.10.2017 / 16:32
1
answer

import openpyxl / ModuleNotFoundError: No module named 'openpyxl'

When I type in IDLE, import openpyxl, the following error message appears: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import openpyxl ModuleNotFoundError: No module named 'openpyxl' I searc...
asked by 06.09.2017 / 17:05
1
answer

how to install imagemagick on macintosh (Xampp)

I was trying to install imagemagick on the mac, I opened the terminal and executed the following command ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)". Then I checked brew install imagemagick b...
asked by 06.05.2017 / 23:10
0
answers

tableViewSelectionDidChange does not work in Xcode 8

After upgrading to the Sierra macOS, and consequently to Xcode 8, the tableViewSelectionDidChange function no longer works. I think my code is correct. func tableViewSelectionDidChange(_ notification: Notification) { if let sel...
asked by 30.09.2016 / 22:31