Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: zeus555 on August 31, 2015, 05:27:17 PM

Title: Install Python-dateutil in Core 3.16.6?
Post by: zeus555 on August 31, 2015, 05:27:17 PM
how to install python-dateutil? in version 3.8.13 could do by following the steps below, but in this new version is not in the list of extensions (python-setuptools).

tce-load -wil python-setuptools.tcz
sudo easy_install pip
sudo pip install python-dateutil

thanking them for their support.
Title: Re: Install Python-dateutil in Core 3.16.6?
Post by: Juanito on September 01, 2015, 03:42:43 AM
the python-setuptools extension from the tc-5.x repo looks like it should work in the 6.x repo.

Maybe you could give it a try and report back - you would need to download the following:

http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz
http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz.dep
http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz.md5.txt
Title: Re: Install Python-dateutil in Core 3.16.6?
Post by: zeus555 on September 02, 2015, 10:14:50 AM
to do tce-load -wil http://www.tinecorelinux.net/5.x/x86/tcz/python/setuptools.tcz sends me the error below, also if I use the graphical version and from APPS DOWNLOAD + LOAD, It does not appear in the list of installed extensions.

tc@box:$ tce-load -wil http://www.tinecorelinux.net/5.x/x86/tcz/python/setuptools.tcz
ls.tcz
downloading to repo.tinycorelinux.net (89.22.99.37.80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: setuptools.tcz.md5.txt: No such file or directory
Error on setuptools.tcz

if I'm doing something wrong Correct me please.
Title: Re: Install Python-dateutil in Core 3.16.6?
Post by: Juanito on September 02, 2015, 10:31:05 AM
You need:
Code: [Select]
$ wget -c http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz
..and the same for the .dep and .md5.txt files and then copy them to your tce folder and "tce-load -i python-setuptools"
Title: Re: Install Python-dateutil in Core 3.16.6?
Post by: zeus555 on September 04, 2015, 10:58:05 AM
thank you very much for your guidance everything went well.