Error Launching python 3.7.0

2018-06-28 Thread ojas gupta
 I just downloaded and installed python 3.7.0 on my PC and whenever I tried
to launch the application it showed "error" saying python runtime dll
missing... and that too is happening despite i downloaded the official
licenced product from python.org 

I am attaching a photo clicked by me when that error message displayed so
that you can have a better idea of my issue...

Thank you in advance...
-- 
https://mail.python.org/mailman/listinfo/python-list


Error installing scripts in python 37-32

2018-07-22 Thread ojas gupta
Explaining the whole scenario in detail :

I open command prompt and go to C: then I enter "pip install mysqlclient"
(Double inverted commas is just for highlights .) After pressing enter key
it installs some data and after a while an error comes up saying "import
setuptools, tokensize;_file_=" (Tho it is just one line out of all the
error displayed . It's too long to type .)...

PLEASE HELP !!!

Regards ,
Ojas
-- 
https://mail.python.org/mailman/listinfo/python-list


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/83329b9d3e14f7344d1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz
Installing collected packages: mysqlclient
  Running setup.py install for mysqlclient ... error
Complete output from command "c:\users\ojas 
gupta\appdata\local\programs\python\python37\python.exe" -u -c "import 
setuptools, 
tokenize;__file__='C:\\Users\\OJASGU~1\\AppData\\Local\\Temp\\pip-install-1d03ayeg\\mysqlclient\\setup.py';f=getattr(tokenize,
 'open', open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record 
C:\Users\OJASGU~1\AppData\Local\Temp\pip-record-wauonuy1\install-record.txt 
--single-version-externally-managed --compile:
c:\users\ojas 
gupta\appdata\local\programs\python\python37\lib\distutils\dist.py:274: 
UserWarning: Unknown distribution option: 'long_description_content_type'
  warnings.warn(msg)
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.7
copying _mysql_exceptions.py -> build\lib.win-amd64-3.7
creating build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\__init__.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\compat.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\connections.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\converters.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\cursors.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\release.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\times.py -> build\lib.win-amd64-3.7\MySQLdb
creating build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\__init__.py -> 
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\CLIENT.py -> 
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\CR.py -> build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\ER.py -> build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\FIELD_TYPE.py -> 
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\FLAG.py -> 
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\REFRESH.py -> 
build\lib.win-amd64-3.7\MySQLdb\constants
running build_ext
building '_mysql' extension
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\local\programs\python\python37\python.exe" -u -c "import 
setuptools, 
tokenize;__file__='C:\\Users\\OJASGU~1\\AppData\\Local\\Temp\\pip-install-1d03ayeg\\mysqlclient\\setup.py';f=getattr(tokenize,
 'open', open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record 
C:\Users\OJASGU~1\AppData\Local\Temp\pip-record-wauonuy1\install-record.txt 
--single-version-externally-managed --compile" failed with error code 1 in 
C:\Users\OJASGU~1\AppData\Local\Temp\pip-install-1d03ayeg\mysqlclient\


And the link provided to install Visual C++ 14.0 doesn’t  work . I installed 
Visual Studio 2017 and C++ Redistributable 2017 but same issue still .

It will be extremely appreciated if u help me . Thanks .
-- 
https://mail.python.org/mailman/listinfo/python-list


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
1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz
Installing collected packages: mysqlclient
  Running setup.py install for mysqlclient ... error
Complete output from command "c:\users\ojas
gupta\appdata\local\programs\python\python37\python.exe" -u -c "import
setuptools, tokenize;__file__='C:\\Users\\OJASGU~1\\AppData\\Local\\Temp\\pip-i
 nstall-1d03ayeg\\mysqlclient\\setup.py';f=getattr(tokenize, 'open',
open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
C:\Users\OJASGU~1\AppData\Local\Temp\pip-record-wauonuy1\install-record.txt
--single-version-externally-managed --compile:
c:\users\ojas gupta\appdata\local\programs\python\python37\lib\distutils\di
st.py:274: UserWarning: Unknown distribution option:
'long_description_content_type'
  warnings.warn(msg)
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.7
copying _mysql_exceptions.py -> build\lib.win-amd64-3.7
creating build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\__init__.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\compat.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\connections.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\converters.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\cursors.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\release.py -> build\lib.win-amd64-3.7\MySQLdb
copying MySQLdb\times.py -> build\lib.win-amd64-3.7\MySQLdb
creating build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\__init__.py ->
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\CLIENT.py ->
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\CR.py -> build\lib.win-amd64-3.7\MySQLdb\constant
s
copying MySQLdb\constants\ER.py -> build\lib.win-amd64-3.7\MySQLdb\constant
s
copying MySQLdb\constants\FIELD_TYPE.py ->
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\FLAG.py ->
build\lib.win-amd64-3.7\MySQLdb\constants
copying MySQLdb\constants\REFRESH.py ->
build\lib.win-amd64-3.7\MySQLdb\constants
running build_ext
building '_mysql' extension
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\local\programs\python\python37\python.exe
 " -u -c "import setuptools,
tokenize;__file__='C:\\Users\\OJASGU~1\\AppData\\Lo
cal\\Temp\\pip-install-1d03ayeg\\mysqlclient\\setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
C:\Users\OJASGU~1\AppData\Local\Temp\pip-record-wauonuy1\install-record.txt
--single-version-externally-managed --compile" failed with error code 1 in
C:\Users\OJASGU~1\AppData\Local\Temp\pip-install-1d03ayeg\mysqlclient\


And the link provided to install Visual C++ 14.0 doesnâ Öt  work . I installed
Visual Studio 2017 and C++ Redistributable 2017 but same issue still .

It will be extremely appreciated if u help me . Thanks .

-- 
https://mail.python.org/mailman/listinfo/python-list