11
votes
4answers
730 views
Differences between Framework and non-Framework builds of Python on Mac OS X
Question
What are the differences between a Framework build and a non-Framework build (i.e., standard UNIX build) of Python on Mac OS X? Also, what are the advantages and disadvantages of each?
…
10
votes
7answers
159 views
What should I be reading for intermediate Cocoa programming instruction?
I'm looking for reading material to bridge the gap between "read Hillegass multiple times" and "productive Cocoa programmer". What materials do you suggest?
I am not particularly looking for …
7
votes
3answers
215 views
python readline license horror. How to really be free ?
I love the GPL as much as the next guy, but it should help to share code, not prevent to do it.
I am currently in a situation where I have to provide a python free from GNU readline, which is GPL, …
6
votes
1answer
71 views
Mercurial: TortoiseHg’s “guess rename” from the commandline?
Is there any hg functionality to mimic the "guess renames" command of TortoiseHG?
I really dig this one, however I am currently using MacOS and have Murky or the commandline interface available.
4
votes
3answers
162 views
Is there an API for the blue email address bubbles?
Hi!
Is there an API that will let me reproduce the blue round email address bubbles easily? You see these bubbles in Mail on MacOS and on the iPhone.
Thanks!
3
votes
2answers
86 views
mac osx development environment
i have a unix c programming assignment in which i do some advanced C network programming.this is my first step into advance programming. so i was wondering what is the best combination of tools for …
3
votes
1answer
88 views
Searching the Mac OSX system dictionaries?
I'd like to search for words in the OS X system dictionary (or dictionaries) using a simple glob or regex rather than a known text. (Currently I'm using /usr/share/dict/words instead, but the OSX dict …
3
votes
2answers
83 views
Mathematica in batch mode from the command line on Mac OS X
I'd like to start writing some unit tests for my Mathematica programs and control everything from the command line with some Makefiles.
It seems like Mathematica can be run from the command line but …
3
votes
2answers
86 views
Is there a way to view the undo stack?
I'm learning about undo, and I'd like a way to peek into the undo objects (NSInvocations) in the undoManager so I can see what's going on. I couldn't see anything like this in the docs, but maybe …
3
votes
5answers
155 views
Moving from Windows API to Mac OS
Hi,
I'm a Windows (native, not .NET) programmer and I'd like to port an application to the Mac.
Actually, I believe it will be more of a rewrite, as the original depends on many activex controls.
…
3
votes
2answers
230 views
Writing unicode strings via sys.stdout in Python
Assume for a moment that one cannot use print (and thus enjoy the benefit of automatic encoding detection). So that leaves us with sys.stdout. However, sys.stdout is so dumb as to not do any sensible …
3
votes
2answers
686 views
cmake settings on snow leopard
I am trying to compile my project on Snow Leopard using the same CMakeLists.txt file that I had on Leopard, however the compilation fails with the following error message:
Linking C executable …
3
votes
6answers
1k views
How do I fix “Symbol not found: _is_prefix” when compiling Perl’s DBD::mysql?
First I wanted to build the DBD::mysql package. That kept failing because whatever make resulted in could not be loaded for the tests with a Symbol not found: _is_prefix. So I assumed that cpan might …
2
votes
0answers
13 views
wxToolBar behavior on OSX
It seems that wxToolBar is not behaving like native OSX apps does.
In most native OSX apps, you can drag the window around by dragging the toolbar, where the space is not occupied by buttons. In …
2
votes
5answers
94 views
ostringstream problem with int in c++
Hi,
I would expect the following code to output hello5. Instead, it only outputs hello.
It seems to be a problem with trying to output an int to the ostringstream.
When I output the same directly to …
