Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'MacPorts or Fink not necessary' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
MacPorts or Fink not necessary
Authored by: leamanc on Jun 22, '10 08:54:07AM

I just downloaded the source (in .tar.gz form), decompressed it, and ran the installer script according to the instructions, and it installed just fine. My system is Snow Leopard with XCode and all the latest updates installed.

mbp17:~ lcrews$ cd Downloads/googlecl-0.9.7
mbp17:googlecl-0.9.7 lcrews$ ls
INSTALL.txt			changelog
MANIFEST.in			googlecl-pylint.rc
README.config			man
README.packaging-new-releases	setup.py
README.txt			src
mbp17:googlecl-0.9.7 lcrews$ sudo python setup.py install


[ Reply to This | # ]
MacPorts or Fink not necessary
Authored by: ScottTFrazer on Jun 22, '10 09:37:34AM
I was also able to install without using macports or fink, but it gave me messages about the missing GData dependency. The steps to install that are just as simple. Download the source, then:

$ tar xzf gdata-2.0.10.tar.gz 
$ cd gdata-2.0.10
$ sudo python setup.py install


[ Reply to This | # ]