0
votes
1answer
8 views
utf8 with Mysql-5.0.88, ruby 1.8.7, rails 2.2 and snow leopard?
I'm just starting with the depot application in the Pragmatic Programmer's Rails book. When I try doing a rake db:create RAILS_ENV-'development' after creating a rails application, I get the following …
0
votes
0answers
20 views
Why my mouse move inversely on Leopard 10.5.7? [closed]
I have installed a iATKOS v7(Leopard 10.5.7) in Vmware 7 on my Thinkpad T61. All is OK except that the mouse, i.e., trackpoint and touchpad, move inversely along the vertical direction. When I move …
0
votes
1answer
27 views
Unable to use PIL after installing using pythononmac.org package (Mac OS Leopard)
I'm trying to use PIL for a Google App Engine project. I've installed PIL using the installer from pythononmac.org but it doesn't seem to do anything, or at least neither I nor Python can find the …
1
vote
2answers
360 views
Compiling a py2app working build for both Leopard and Snow Leopard?
I currently am making my PyObjC application work for Snow Leopard and I successfully compiled a standalone app. My question would be, how do I make the build to be also Leopard-compatible, given these …
0
votes
1answer
47 views
octave + gnuplot + os x 10.6 : nothing happens
On my first-gen Macbook Pro, with OS X 10.6.1, I can launch gnuplot and get a plot, after I set the terminal to x11, with a command like
plot [-6:6] sin(x).
But when I launch octave, and try a plot …
0
votes
4answers
622 views
SOLVED: “Launch Failed. Binary Not Found.” Snow Leopard and Eclipse C/C++ IDE issue.
Not a question, I've just scoured the internet in search of a solution for this problem and thought I'd share it with the good folks of SO. I'll put it in plain terms so that it's accessible to newbs. …
1
vote
3answers
33 views
Issues instaling MIME::Lite via CPAN on Mac OS X
I am trying to install MIME::Lite using CPAN via Mac OS X Leopard and CPAN just keeps reporting back the following message:
cpan shell -- CPAN exploration and modules installation (v1.9304)
…
1
vote
1answer
111 views
Eclipse Doesn’t Find Java On Snow Leopard
I have Cocoa 64-bit Galileo Eclipse installed on snow leopard. For some reason all my java is underlined in red, even standard java library functions. When i try to add a jre it tells me "Standard VM …
3
votes
4answers
2k views
How to set up PEAR on Mac OS X 10.5 Leopard
I'm ultimately trying to install PEAR so I can easily install PHPUnit. I want to set up a Mac, Apache, MySQL, PHP, PHPUnit development environment so I can test locally. I already have Apach, MySQL …
1
vote
2answers
36 views
Snow Leopard Reference Library
Hi, Does anyone know how to download all the developer reference documentation for snow leopard. For some reason Apple changed it so that whenever you wanted a document you have to get it form their …
0
votes
1answer
78 views
RubyCocoa on PowerPC G5 processor (Leopard 10.5.7)
Does anybody know which version of RubyCocoa runs on this processor (if at all)?
4
votes
3answers
222 views
How to use hotspot probes in dtrace on Mac OS X Leopard?
My Leopard system has dtrace built in. I also have Java 6 installed, using the Apple-provided installer:
$ java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build …
1
vote
1answer
47 views
Strategies for debugging Objective-C Garbage Collection Crash
I have a pretty frustrating crasher that is impacting a small subset of my users. From my analysis it seems to be isolated to PowerPC users running 10.5. When the garbage collector runs in the …
0
votes
1answer
166 views
Can I get Xcode for Leopard still?
I just tried to upgrade my xcode tools on my mac running 10.5.8, but I didn't realize that the latest version of xcode will only run on snow leopard. I can't find the older version of xcode that would …
2
votes
2answers
366 views
can’t install lxml (python 2.6.3, osx 10.6 snow leopard)
I try to:
easy_install lxml
and I get this error:
File "build/bdist.macosx-10.3-fat/egg/setuptools/command/build_ext.py", line 85, in get_ext_filename
KeyError: 'etree'
any hints?
