>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.
--
https://mail.python.org/mailman/listinfo/pytho
>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 shoul
>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
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