Closed GoogleCodeExporter closed 8 years ago
This has been fixed and should not be a problem. If you are using the hg clone,
you must delete the build
directory before reinstalling. Ideally, just get it from easy install (sudo
easy_install pygooglevoice)
Original comment by justquick
on 17 Oct 2009 at 4:40
cd /root
rm -r pygooglevoice
doesn't this remove the build directory? If not, how do I remove it?
Original comment by mark...@gmail.com
on 17 Oct 2009 at 8:17
just use easy install
$ sudo easy_install -U pygooglevoice
Original comment by justquick
on 19 Oct 2009 at 2:46
Sorry for the basic question, but I am trying to understand what failed with
the old
instructions, so that I might learn, and others might understand as well. In
the
old setup, is it the "rm -r pygooglevoice" that is failing, or the "python
setup.py
install" that is failing? I assume that you are in the cd /root directory when
you
issue the easy_install -U pygooglevoice? Thank you for your help and
understanding.
Original comment by mark...@gmail.com
on 19 Oct 2009 at 3:59
Thank you, 0.4 is now working. Here are the steps:
yum install python-setuptools
easy_install simplejson (or use python 2.6)
easy_install pygooglevoice
Original comment by mark...@gmail.com
on 27 Oct 2009 at 2:31
Original issue reported on code.google.com by
mark...@gmail.com
on 17 Oct 2009 at 2:03