Questions tagged [osx-mavericks]

OS X Mavericks (version 10.9) is the tenth release of OS X, Apple's desktop and server operating system for Macintosh computers.

It was released October 22, 2013 and is available as a free upgrade from any version of OS X starting with Snow Leopard (10.6.8) or later only downloadable from the Mac App Store.

1988 questions
0
votes
1 answer

Sending Keyboard Shortcuts to OSX instead of separate commands

I was wondering how osx interprets keyboard shortcuts vs multiple keys being pressed at the same time. For example, I have the control + left setup to move spaces to the left. When I use my keyboard osx interprets it as a shortcut. Using…
dm03514
  • 54,664
  • 18
  • 108
  • 145
0
votes
2 answers

Using AppleScript to enable assistive access for an application on Mavericks: localization and elegance

Starting with Mac OS 10.9 Mavericks, Apple requires that Assistive Access must be enabled explicitly for each application that wants to use it. I have written the following AppleScript function to deal with this, for a given application. The script…
James Newton
  • 6,623
  • 8
  • 49
  • 113
0
votes
2 answers

I am unable to access my Webserver directory

I am trying to setup my Apache local server. I noticed that my access was denied after I typed localhost into both Safari and Chrome. In Chrome it works but in Safari I given error 403 and told "Forbidden" and "you do not have permission to access…
0
votes
0 answers

Cython installation warning on Mac OS X 10.9.4

I am trying to install the Cython package for Python 2.7.5. I am getting this output when running setup.py from the source code: (After it hits this warning it freezes) running install running bdist_egg running egg_info writing…
0
votes
1 answer

golang syslog failure: Unix syslog delivery error

I'm on OSX running Mavericks 10.9.2. I'm trying to get my Revel app logging to syslog. My code is failing on this line: sysLog, err := syslog.New(syslog.LOG_NOTICE|syslog.LOG_LOCAL0, "myApp") with this error: Unix syslog delivery error Syslog is…
l15a
  • 2,547
  • 5
  • 29
  • 41
0
votes
1 answer

OSX Mavericks shell mount NTFS network drive that has no share

I migrated from Windows 7 to OSX. I am trying to recreate the functionality of "net use" on the Mac via Terminal. Problem is the machine I want to mount has no shares. In Windows7 I could map the drive and have full access via: net use…
vashavoc
  • 129
  • 2
  • 10
0
votes
1 answer

JNI_CreateJavaVM on 10.9 with jdk 1.7 is showing the popup dialog to install JAVA SE 6 on Mac

I have read through StackOverflow for the answer for this query of mine but have some doubts still. To make use of the jdk 1.7, is updating the Info.plist with JNI, BundledApp as JVMCapabilities the only solution or is there any other way to invoke…
0
votes
2 answers

Change path to MPICH installed by macport in mac osx 10.9

I'm trying to install a library on my mac and one of the requirements of this library that I should install MPICH and ensure that the system paths are configured to point to it instead of the default OpenMPI installation. So I installed MPICH2…
Lily
  • 816
  • 7
  • 18
  • 38
0
votes
1 answer

jEdit change PHP highlight background color

How to change background color for PHP code in jEdit when mixed with HTML or Javascript or text? I mean how to do something like this screenshot: [dreamweaver example] or suggest any other free editor that does that trick.
superstar
  • 33
  • 9
0
votes
0 answers

MAvericks default PHP extension error

Trying to run via command line a PHP script. I am getting warnings and wondering how to fix them. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no- debug-non-zts-20100525/php_curl.dll' -…
jrock2004
  • 3,229
  • 5
  • 40
  • 73
0
votes
1 answer

mkdir: /admin.rvm/src: Permission denied when installing RVM

Trying like heck to install RVM on Mavericks OSX. using \curl -L https://get.rvm.io | bash -s stable --ruby and getting back mkdir: /admin.rvm/src: Permission denied Any help is appreciated... please....
0
votes
3 answers

NameError: name 'Tk' is not defined

I am attempting to use Tkinter for the first time on my computer, and I am getting the error in the title, "NameError: name 'Tk' is not defined", citing the "line root = Tk()". I have not been able to get Tkinter to work in any form. I am currently…
Bob1122
  • 3
  • 1
  • 2
0
votes
0 answers

Error in running mpi codes on mac os 10.9.3 mavericks

Suddenly I cannot run any mpi program. I tried running a simple mpi example that I found online and used to work on my computer. this is the example http://mpitutorial.com/mpi-hello-world/ the error I'm getting when I type make is the following ld:…
Lily
  • 816
  • 7
  • 18
  • 38
0
votes
2 answers

issue setting up eclipse on mac osx mavericks

I have a Macbook pro running OSX Mavericks that I'm attempting to setup for Android development. I downloaded the standard version of Luna Eclipse. I then downloaded and installed Java 7. I then attempted to open Eclipse and it wanted to…
turbo2oh
  • 2,849
  • 6
  • 34
  • 46
0
votes
0 answers

Python/Pillow won't install on MacosxMavericks

Recently I upgraded my system to MacOSX 10.9.4. My whole development environment is messed up right now. I'm trying to re-install or recover modules, libraries, even some applications. I'm using Django1.6, and one of my models have ImageField in it,…
0xmtn
  • 2,625
  • 5
  • 27
  • 53
1 2 3
99
100