Re: installing libraries

2019-10-16 Thread tommy yama
You can use python 3 spider probably. On Wed, Oct 16, 2019 at 7:22 PM Tesfalem Abraham wrote: > hello users, > > Here, I tried to start python 2.7 (spider) but I could not install or add > my lib to the working area. > > I do appreciate your suggestions for me. > > thanks. > -- > https://mail.py

installing libraries

2019-10-16 Thread Tesfalem Abraham
hello users, Here, I tried to start python 2.7 (spider) but I could not install or add my lib to the working area. I do appreciate your suggestions for me. thanks. -- https://mail.python.org/mailman/listinfo/python-list

Re: Error installing libraries

2018-09-05 Thread Thomas Jollans
On 2018-09-03 09:10, ojas gupta wrote: > error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-to ols > > > Command ""c:\users\ojas gupta\appdata\local\progr

Error installing libraries

2018-09-05 Thread ojas gupta
I am having trouble with installation of one library â £mysqlclientâ Ø and it keeps on showing the same message (copied below as it is ) . THE MESSAGE : C:\>pip install mysqlclient Collecting mysqlclient Using cached https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d 1cb31f128e6

Re: Error installing libraries

2018-09-04 Thread dieter
Gilmeh Serda writes: > On Mon, 03 Sep 2018 12:40:49 +0530, ojas gupta wrote: > >> error: Microsoft Visual C++ 14.0 is required. > > Wonder why it doesn't work? At least, the error message is clear: the process needs "Microsoft Visual C++ 14.0". It is installed on your computer? -- https://mail

Re: Error installing libraries

2018-09-03 Thread Thomas Jollans
On 2018-09-03 09:10, ojas gupta wrote: > error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft > Visual C++ Build Tools": > http://landinghub.visualstudio.com/visual-cpp-build-tools > > > Command ""c:\users\ojas > gupta\appdata\loc

Error installing libraries

2018-09-03 Thread ojas gupta
I am having trouble with installation of one library “mysqlclient” and it keeps on showing the same message (copied below as it is ) . THE MESSAGE : C:\>pip install mysqlclient Collecting mysqlclient Using cached https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d1cb31f128e6dbb

Re: installing libraries like numpy scipy matplotlib

2015-07-05 Thread Jens Thoms Toerring
memilanuk wrote: > On 07/04/2015 07:58 AM, Jens Thoms Toerring wrote: > > PIYUSH KUMAR wrote: > >> I have never used linux in my life.. only windows based computing.. So I > >> have problems in installing third party libraries in python. > > > > It depends. One question is if there's already a re

Re: installing libraries like numpy scipy matplotlib

2015-07-05 Thread memilanuk
On 07/04/2015 07:58 AM, Jens Thoms Toerring wrote: PIYUSH KUMAR wrote: I have never used linux in my life.. only windows based computing.. So I have problems in installing third party libraries in python. It depends. One question is if there's already a ready-for-use package for the third par

Re: installing libraries like numpy scipy matplotlib

2015-07-04 Thread Terry Reedy
On 7/4/2015 10:58 AM, Jens Thoms Toerring wrote: PIYUSH KUMAR wrote: I have never used linux in my life.. only windows based computing.. So I have problems in installing third party libraries in python. The numpy and scipy projects create Windows binararies for all recent releases that are a

Re: installing libraries like numpy scipy matplotlib

2015-07-04 Thread Jens Thoms Toerring
PIYUSH KUMAR wrote: > I have never used linux in my life.. only windows based computing.. So I > have problems in installing third party libraries in python. It depends. One question is if there's already a ready-for-use package for the third party library you want to install. If that is the case

installing libraries like numpy scipy matplotlib

2015-07-03 Thread PIYUSH KUMAR
I have never used linux in my life.. only windows based computing.. So I have problems in installing third party libraries in python. I know this one is very basic and there are very experienced programmers in this group. So can somebody just explain me how many softwares or other python packages

Re: Automatically installing libraries?

2006-09-18 Thread Bruno Desthuilliers
Chaz Ginger wrote: > Here is a problem I am trying to solve; I am sure there must be an easy > way to do it and I just don't know how. > > I have a rather large application that I am writing. To make it easy for > the user to run I have them run a startup.py script. This script will > try to load

Re: Automatically installing libraries?

2006-09-18 Thread John Machin
Chaz Ginger wrote: > Here is a problem I am trying to solve; I am sure there must be an easy > way to do it and I just don't know how. > > I have a rather large application that I am writing. To make it easy for > the user to run I have them run a startup.py script. This script will > try to load

Automatically installing libraries?

2006-09-18 Thread Chaz Ginger
Here is a problem I am trying to solve; I am sure there must be an easy way to do it and I just don't know how. I have a rather large application that I am writing. To make it easy for the user to run I have them run a startup.py script. This script will try to load each of the third party libr