osx-yosemite

Python's 'site.py' gone after Yosemite upgrade. Is that okay?

陌路散爱 提交于 2019-12-09 23:37:40
问题 The Yosemite (OS X 10.10) upgrade includes Python 2.7.6, and the process, as usual with Apple system updates, seems to completely replace the system packages directory, in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python This time, the process appears to have entirely omitted site.py. My understanding was that this file was essential to the functioning of Python, in particular, the proper construction of package search paths; but my Python (which uses nothing more

Mac IntelliJ cursor style/type does not change (stays as default)

瘦欲@ 提交于 2019-12-09 20:40:31
问题 Sometimes (every 10 minutes in average) the cursor style/type does not change from the default to edit or drag / resize when hoovering between various window components in IntelliJ Idea (OSX Yosemite). It stays stuck in the default style unless I do some weird combo such as right click in the editor window and then again right click anywhere in the drop down menu. I'm not sure if this is just problem of Java/IntelliJ Idea or a general problem of Yosemite though as far as I remember it happens

XAMPP NOT WORKING! - OS X Yosemite

僤鯓⒐⒋嵵緔 提交于 2019-12-09 19:00:43
问题 I was working with XAMPP 1.8.3-3 on OS X Mavericks. After upgrading to Yosemite Mysql server stopped working. And an upgrade to XAMPP 1.8.3-5 fixed the problem and mysql server starts working. Now the entire database list is showing on phpmyadmin, but no access to the tables. Its showing “#1146 - Table ‘DB_NAME.TABLE_NAME’ doesn’t exist”. Unfortunately I don't have any DB backup! I have the entire XAMPP folder backup. So how I can able to retrieve the mysql tables? 回答1: just type

Python-ldap set_option not working on Yosemite

为君一笑 提交于 2019-12-09 17:23:44
问题 We've installed the python-ldap(2.4.19) module without errors and perform most of the operations successfully. However ldap.set_option always returns a exception when we try to load certificates to use ssl (ldaps). It occurs on notebooks running Yosemite but not on Mavericks or Linux. (All Macbooks have xcode installed) We think it should be some missing/outdated/updated lib but we don't know how to find it. Any clues? $python Python 2.7.6 (default, Sep 9 2014, 15:04:36) ... >>>import ldap >>

SecurityAgentPlugin not working anymore on Yosemite (SFAuthorizationPluginView)

大兔子大兔子 提交于 2019-12-09 13:18:55
问题 We have developed an Authorization Plug-in that uses an SFAuthorizationPluginView to present UI to the user. This example is based on the "old" NameAndPassword example provided by Apple. We are using this Authorization Plug-in to unlock the session (we have updated the "system.login.screensaver" authorization in the authorizationdb) using a custom view. This worked well until the last update to Yosemite. Since Yosemite, the SFAuthorizationPluginView is not closing anymore after the user

Qt designer via homebrew

喜欢而已 提交于 2019-12-09 03:54:30
问题 I installed Qt5 via homebrew, but I didn't find the designer. I also installed qtcreator ( Caskroom/cask/qt-creator ) but the designer icon is grayed out: Any ideas where I can find the designer? p.s. Does this means that designer is going to retire? 回答1: If you double-click on a .ui-File (within Creator), the Designer will become active. Or you need to add a Qt-Designer-Form with the wizard if you have no ui file yet. 回答2: otherise you can open Qt Designer alone (not inside Qt Creator) by

Image resources (xcassets) not displayed correctly on Yosemite in application built on El Capitan using xcode6.4

送分小仙女□ 提交于 2019-12-09 02:55:03
问题 When I build my application on El Capitan using Xcode6.4 (Xcode7 is no option right now), all images/icons (except the AppIcon) does not show, or looks garbled. Looking at the output from the asset compiler it looks fine, but there are two outputs I suspect could be related, but I am far from certain: 2015-10-02 12:26:53.569 ibtoold[28899:273288] NSFileCoordinator is doing nothing. 2015-10-02 12:26:54.906 ibtoold[28899:276436] CoreUI(DEBUG): CSIGenerator using 'LZFSE' Compression coreui

Yosemite upgrade broke ruby.h

梦想与她 提交于 2019-12-08 22:58:37
问题 Ever since upgrading to Yosemite, I get this error trying to build anything that includes ruby.h : In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/ruby.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/ruby/ruby.h

using startMonitoringEventWithType: error: in the effort to detect wifi SSID change

最后都变了- 提交于 2019-12-08 15:26:57
问题 Apple seems to introduce quite a change with Yosemite and CoreWLAN framework. I would like to use its new API, quoting the header file: /*! * @method * * @param type * A CWEventType value. * * @param error * An NSError object passed by reference, which upon return will contain the error if an error occurs. * This parameter is optional. * * @result * A BOOL value indicating whether or not an error occurred. YES indicates no error occurred. * * @abstract * Register for specific Wi-Fi event

Are there obvious sources for the Brew Doctor warnings I'm seeing?

为君一笑 提交于 2019-12-08 11:24:17
问题 I have recently installed Hombrew on Yosemite with Xcode installed and would like to better understand what brew doctor is warning me about. I understand that these warnings are nothing to worry about (until they are) and am not asking how or whether to respond to them; but I would like to do the best I can to understand the likely causes so that I can be prepared when issues come up (and also to head off issues that others in my office may encounter on similar systems). Are any of the items