Re: [pythonturtle] Python Turtle in Ubuntu Linux?
- From:
- cool-RR
- Date:
- 2010-06-27 @ 12:46
On Sun, Jun 27, 2010 at 2:29 PM, Cormac McClean <cormac.mcclean@gmail.com>wrote:
> Hi,
>
> I'd like to introduce my kids to programming, and PythonTurtle looks great.
>
> However, we use Ubuntu Linux here, so won't be using the Windows installer.
>
> I tried getting it working via source code, but I'm not familiar with
> git, and have errors:
>
> git clone http://github.com/cool-RR/PythonTurtle.git
> Initialized empty Git repository in
> /data/devel/python/python-turtle/PythonTurtle/.git/
> got 806c9dccd653755fdb1fd5441e62187fe3a0f3d3
> walk 806c9dccd653755fdb1fd5441e62187fe3a0f3d3
> Getting alternates list for http://github.com/cool-RR/PythonTurtle.git
> got 42e31185796be2e55881d8d694f432ca06424ef4
> got 6d2905011814c60ebd6b019095abfd9a061e043c
> got 58046aa4e38af87b18105e47cb4c0726022653b7
> Getting pack list for http://github.com/cool-RR/PythonTurtle.git
> Getting index for pack 51d9218bd5f7fa9ae6d8fb3e65c6cd1cd0c4ae63
> Getting index for pack ac56048fad19bb5ddd072121796baaaa643cd38a
> Getting pack ac56048fad19bb5ddd072121796baaaa643cd38a
> which contains 24babddd74cbaf8bc54301c3b25001c4d2ebfb63
> error: Unable to get pack file
>
>
http://github.com/cool-RR/PythonTurtle.git/objects/pack/pack-ac56048fad19bb5ddd072121796baaaa643cd38a.pack
> transfer closed with 34283178 bytes remaining to read
> error: Unable to find 24babddd74cbaf8bc54301c3b25001c4d2ebfb63 under
> http://github.com/cool-RR/PythonTurtle.git
> Cannot obtain needed object 24babddd74cbaf8bc54301c3b25001c4d2ebfb63
> while processing commit 806c9dccd653755fdb1fd5441e62187fe3a0f3d3.
> fatal: Fetch failed.
>
> Running Ubuntu 9.10 (Karmic), using package git-core.
>
> Would please advise me on how to proceed?
>
> Thanks in advance,
> Cormac.
>
Hello Cormac!
You don't even have to touch git to get the source code! In the
GitHub<http://github.com/cool-RR/PythonTurtle>repo there is a
"Download" button which will give you a zip/tarball of the
source.
Let me know if it works.
Ram.