Hacker Newsnew | past | comments | ask | show | jobs | submit | more tixzdk's commentslogin

Do you have xcode installed?


To expand on this, if you want to do pretty much any development on a Mac, you are going to want to install Xcode and the Xcode Command Line tools - as that'll allow anything else you want to run to build.


"going to want to install Xcode" is maybe a little strong. I think you're going to have to install Xcode, but that doesn't mean you'll want to.


I second this!


Great job! Seen tons of similar services, but this is really polished. I already signed up, but was looking for a way to create my own playlists. I'd use this all the time if it had custom playlists


Thanks ! Many people ask me to add playlist support, so I will try to add it in a future update. :)


I keep getting stuck at:

Traceback (most recent call last): File "/usr/bin/selfspy", line 19, in <module> from activity_store import ActivityStore File "/private/var/lib/selfspy/activity_store.py", line 9, in <module> import sniff_cocoa File "/private/var/lib/selfspy/sniff_cocoa.py", line 1, in <module> from Foundation import NSObject, NSLog ImportError: No module named Foundation


I think Foundation provided by pyobjc. I suppose it's possibly you don't have a suitable version installed in site-packages, in which case you might try running the following command globally (i.e. outside the virtual environment):

  sudo pip install pyobjc


I've kept my favorite shortcuts open in a panel for about a week, so I could learn them by heart: http://pastebin.com/hQtYKzhN Favorites include: Expand selection (to various levels), close tag, block commenting and splitting lines!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: