RE: EXTERNAL: OSError: [Errno 48] Address already in use

2018-06-27 Thread Joaquin Henriquez
>Subject: EXTERNAL: OSError: [Errno 48] Address already in use The best way to help if got you to put the relevant code here. The error you are experiencing means that the Port you are trying to bind is already taken by another running process. --

RE: EXTERNAL: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Joaquin Henriquez
>Hi, I am using Python 3.5.2 on Linux Mint (X64) at the moment, and >wondering how to update it to 3.5.3. Are there some simple commands to do >that? If available on the Mint repository you should be able to upgrade it manyally. Centos: yum upgrade Debian: apt-get upgrade Then for Mint you

RE: EXTERNAL: downloading python 3.6.0 with pygame

2017-05-02 Thread Joaquin Henriquez
>please i need tour help,how can i download python 3.6.0 together with >pygame? Dwnload and install python 3.6 and then with the pip module - pip install pygame You can also download pygame from pypi and install it manually. -- https://mail.python.org/mailman/listinfo/python-list

Re: Oracle Database

2017-03-07 Thread Joaquin Henriquez
  Original Message   >What is the easiest way to connect to an Oracle Database >using python in >order to run queries? ‎You should check module cx_Oracle -- https://mail.python.org/mailman/listinfo/python-list