Re: Cherrypy older version installation error in Raspbian
awais <[email protected]> Thu, 20 Sep 2018 18:10:11 -0700 (PDT)
| Newsgroups | gmane.comp.python.cherrypy |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_652_1108835206.1537492212001 Content-Type: multipart/alternative; boundary="----=_Part_653_1042824031.1537492212002" ------=_Part_653_1042824031.1537492212002 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable thanks for your response, i saw these log files and then uninstalled python from my system completely= =20 and then installed python 3.5.3 but after that when i check the version=20 using python --version i saw again version 2.7 . then i used python3 --version and saw the newly installed version. so apparently now i have both version installed on my system i dont know=20 why i could not uninstall the older version, regarding cherrypy i have installed the newer version using pip3 but again= =20 when i try to install the cherrypy i got the above logs that i have pasted= =20 already. dont know how do i get ride of this older version.that's why i took the 2nd= =20 approach to install the older version of cherrypy so that which is=20 compatible with python 2.7 but i dont know how do i install it., i could not find any download links except the github repository . if you see there is no download link on=20 here https://pypi.org/project/CherryPy/17.0.0/ and then i downloaded it from Github Repository but i whenever i used pip= =20 or pip3 it installs the latest version of cherrypy. so now i want either latest version of python or older version of cherrypy On Friday, September 21, 2018 at 12:55:02 AM UTC+2, Sviatoslav Sydorenko=20 (@webknjaz) wrote: > > 1) you need to install it from within python3 env, from your log I see=20 > that you use python2.7, which is not supported since v18.0.0 anymore. try= =20 > using `pip3` (or `python3.7 -m pip install cherrypy`) instead of just=20 > `pip`, or whatever works in your env. I recommend you to learn how to run= =20 > correct python and use virtualenvs. > 2) don't run `setup.py` manually. always use `pip`, you might want to=20 > upgrade pip and setuptools before using it. > 3) don't use GitHub Releases. The officially packaged distribution reside= s=20 > on PyPI. > > =D1=87=D0=B5=D1=82=D0=B2=D0=B5=D1=80, 20 =D0=B2=D0=B5=D1=80=D0=B5=D1=81= =D0=BD=D1=8F 2018 =D1=80. 21:03:52 UTC+2 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1= =82=D1=83=D0=B2=D0=B0=D1=87 awais =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =B2: >> >> Hello, >> >> Hello, >> >> i am trying to install Lagarto Swap on my Raspbian Stretch OS but i am= =20 >>> facing the error as below: >>> pi@raspberrypi:~/Downloads/python_tools-3.1.3/lagarto $ python lagarto.= py >>> lagarto version 2.4 (Jan 28, 2015) >>> Running lagarto-swap >>> Traceback (most recent call last): >>> File "lagarto-swap/lagarto-swap.py", line 31, in <module> >>> from swapmanager import SwapManager >>> File=20 >>> "/home/pi/Downloads/python_tools-3.1.3/lagarto/lagarto-swap/swapmanager= .py",=20 >>> line 46, in <module> >>> from lagartocomms import LagartoProcess >>> File=20 >>> "/home/pi/Downloads/python_tools-3.1.3/lagarto/lagarto/lagartocomms.py"= ,=20 >>> line 28, in <module> >>> from lagartohttp import LagartoHttpServer >>> File=20 >>> "/home/pi/Downloads/python_tools-3.1.3/lagarto/lagarto/lagartohttp.py",= =20 >>> line 31, in <module> >>> import cherrypy >>> File=20 >>> "/usr/local/lib/python2.7/dist-packages/CherryPy-18.0.1-py2.7.egg/cherr= ypy/__init__.py",=20 >>> line 66, in <module> >>> from ._cperror import ( >>> File=20 >>> "/usr/local/lib/python2.7/dist-packages/CherryPy-18.0.1-py2.7.egg/cherr= ypy/_cperror.py",=20 >>> line 122, in <module> >>> import urllib.parse >>> ImportError: No module named parse >> >> >> >> now i am trying to install the older verison of Cherrypy and i directly= =20 >> downloaded the zip file from=20 >> https://github.com/cherrypy/cherrypy/releases and then using Lx terminal= =20 >> using *python setup.py* but now i am facing these errors >> >> pi@raspberrypi:~/Downloads/cherrypy-16.0.0 $ python setup.py >>> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown=20 >>> distribution option: 'project_urls' >>> warnings.warn(msg) >>> Traceback (most recent call last): >>> File "setup.py", line 141, in <module> >>> main() >>> File "setup.py", line 137, in main >>> setuptools.setup(**setup_params) >>> File "/usr/lib/python2.7/distutils/core.py", line 111, in setup >>> _setup_distribution =3D dist =3D klass(attrs) >>> File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 320, i= n=20 >>> __init__ >>> _Distribution.__init__(self, attrs) >>> File "/usr/lib/python2.7/distutils/dist.py", line 287, in __init__ >>> self.finalize_options() >>> File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 387, i= n=20 >>> finalize_options >>> ep.load()(self, ep.name, value) >>> File=20 >>> "/home/pi/Downloads/cherrypy-16.0.0/.eggs/setuptools_scm-3.1.0-py2.7.eg= g/setuptools_scm/integration.py",=20 >>> line 23, in version_keyword >>> File=20 >>> "/home/pi/Downloads/cherrypy-16.0.0/.eggs/setuptools_scm-3.1.0-py2.7.eg= g/setuptools_scm/__init__.py",=20 >>> line 142, in get_version >>> File=20 >>> "/home/pi/Downloads/cherrypy-16.0.0/.eggs/setuptools_scm-3.1.0-py2.7.eg= g/setuptools_scm/__init__.py",=20 >>> line 111, in _do_parse >>> LookupError: setuptools-scm was unable to detect version for=20 >>> '/home/pi/Downloads/cherrypy-16.0.0'. >>> Make sure you're either building from a fully intact git repository or= =20 >>> PyPI tarballs. Most other sources (such as GitHub's tarballs, a git=20 >>> checkout without the .git folder) don't contain the necessary metadata = and=20 >>> will not work. >>> For example, if you're using pip, instead of=20 >>> https://github.com/user/proj/archive/master.zip use git+ >>> https://github.com/user/proj.git#egg=3Dproj >> >> >> i am totally new to raspbian and Panstamp and facing these errors. >> >> i even uninstalled python totaly and installed the newer version but=20 >> still there are errors. >> please tell me what is the fix :) >> > --=20 You received this message because you are subscribed to the Google Groups "= cherrypy-users" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] To post to this group, send email to cherrypy-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected] Visit this group at https://groups.google.com/group/cherrypy-users. For more options, visit https://groups.google.com/d/optout. ------=_Part_653_1042824031.1537492212002 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">thanks for your response,<div>i saw these log files and th= en uninstalled python from my system completely and then installed python 3= .5.3 but after that when i check the version using python --version i saw a= gain version 2.7 .</div><div>then i used python3 --version and saw the newl= y installed version.</div><div>so apparently now i have both version instal= led on my system i dont know why i could not uninstall the older version,</= div><div>regarding cherrypy i have installed the newer version using pip3 b= ut again when i try to install the cherrypy i got the above logs that i hav= e pasted already.</div><div>dont know how do i get ride of this older versi= on.that's why i took the 2nd approach to install the older version of c= herrypy so that which is compatible with python 2.7 but i dont know how do = i install it.,</div><div>i could not find any download links except the git= hub repository .</div><div>if you see there is no download link on here=C2= =A0https://pypi.org/project/CherryPy/17.0.0/</div><div>and then i downloade= d it from Github Repository but i whenever i used pip or pip3 it installs t= he latest version of cherrypy.</div><div>so now i want either latest versio= n of python or older version of cherrypy</div><div><br>On Friday, September= 21, 2018 at 12:55:02 AM UTC+2, Sviatoslav Sydorenko (@webknjaz) wrote:<blo= ckquote class=3D"gmail_quote" style=3D"margin: 0;margin-left: 0.8ex;border-= left: 1px #ccc solid;padding-left: 1ex;"><div dir=3D"ltr">1) you need to in= stall it from within python3 env, from your log I see that you use python2.= 7, which is not supported since v18.0.0 anymore. try using `pip3` (or `pyth= on3.7 -m pip install cherrypy`) instead of just `pip`, or whatever works in= your env. I recommend you to learn how to run correct=C2=A0python and use = virtualenvs.<div>2) don't run `setup.py` manually. always use `pip`, yo= u might want to upgrade pip and setuptools before using it.</div><div>3) do= n't use GitHub Releases. The officially=C2=A0packaged=C2=A0<wbr>distrib= ution resides on PyPI.<br><br>=D1=87=D0=B5=D1=82=D0=B2=D0=B5=D1=80, 20 =D0= =B2=D0=B5=D1=80=D0=B5=D1=81=D0=BD=D1=8F 2018 =D1=80. 21:03:52 UTC+2 =D0=BA= =D0=BE=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=B2=D0=B0=D1=87 awais =D0=BD=D0=B0= =D0=BF=D0=B8=D1=81=D0=B0=D0=B2:<blockquote class=3D"gmail_quote" style=3D"m= argin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">Hell= o,<div><br></div><div><span style=3D"color:rgb(0,0,0);font-family:Verdana,A= rial,sans-serif;background-color:rgb(239,239,239)">Hello,</span><br style= =3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-color:= rgb(239,239,239)"><br style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,s= ans-serif;background-color:rgb(239,239,239)"><blockquote class=3D"gmail_quo= te" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204= );padding-left:1ex"><span style=3D"color:rgb(0,0,0);font-family:Verdana,Ari= al,sans-serif;background-color:rgb(239,239,239)">i am trying to install Lag= arto Swap on my Raspbian Stretch OS but i am facing the error as below:<br>= </span><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif= ;background-color:rgb(239,239,239)">pi@raspberrypi:~/Downloads/<wbr>python_= tools-3.1.3/lagarto $ python lagarto.py<br></span><span style=3D"color:rgb(= 0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,239,23= 9)">lagarto version 2.4 (Jan 28, 2015)<br></span><span style=3D"color:rgb(0= ,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,239,239= )">Running lagarto-swap<br></span><span style=3D"color:rgb(0,0,0);font-fami= ly:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">Traceback (m= ost recent call last):<br></span><span style=3D"color:rgb(0,0,0);font-famil= y:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">File "la= garto-swap/lagarto-swap.py"<wbr>, line 31, in <module><br></span= ><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;backg= round-color:rgb(239,239,239)">from swapmanager import SwapManager<br></span= ><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;backg= round-color:rgb(239,239,239)">File "/home/pi/Downloads/python_<wbr>too= ls-3.1.3/lagarto/lagarto-<wbr>swap/swapmanager.py", line 46, in <mo= dule><br></span><span style=3D"color:rgb(0,0,0);font-family:Verdana,Aria= l,sans-serif;background-color:rgb(239,239,239)">from lagartocomms import La= gartoProcess<br></span><span style=3D"color:rgb(0,0,0);font-family:Verdana,= Arial,sans-serif;background-color:rgb(239,239,239)">File "/home/pi/Dow= nloads/python_<wbr>tools-3.1.3/lagarto/lagarto/<wbr>lagartocomms.py", = line 28, in <module><br></span><span style=3D"color:rgb(0,0,0);font-f= amily:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">from laga= rtohttp import LagartoHttpServer<br></span><span style=3D"color:rgb(0,0,0);= font-family:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">Fil= e "/home/pi/Downloads/python_<wbr>tools-3.1.3/lagarto/lagarto/<wbr>lag= artohttp.py", line 31, in <module><br></span><span style=3D"colo= r:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,= 239,239)">import cherrypy<br></span><span style=3D"color:rgb(0,0,0);font-fa= mily:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">File "= ;/usr/local/lib/python2.7/<wbr>dist-packages/CherryPy-18.0.1-<wbr>py2.7.egg= /cherrypy/__init__.<wbr>py", line 66, in <module><br></span><spa= n style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background= -color:rgb(239,239,239)">from ._cperror import (<br></span><span style=3D"c= olor:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(2= 39,239,239)">File "/usr/local/lib/python2.7/<wbr>dist-packages/CherryP= y-18.0.1-<wbr>py2.7.egg/cherrypy/_cperror.<wbr>py", line 122, in <m= odule><br></span><span style=3D"color:rgb(0,0,0);font-family:Verdana,Ari= al,sans-serif;background-color:rgb(239,239,239)">import urllib.parse<br></s= pan><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;ba= ckground-color:rgb(239,239,239)">ImportError: No module named parse</span><= /blockquote><div><br></div><div><br></div><div>now i am trying to install t= he older verison of Cherrypy and i directly downloaded the zip file from=C2= =A0<a href=3D"https://github.com/cherrypy/cherrypy/releases" style=3D"color= :rgb(2,108,177);font-family:Verdana,Arial,sans-serif;background-color:rgb(2= 39,239,239)" rel=3D"nofollow" target=3D"_blank" onmousedown=3D"this.href=3D= 'https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fcherrypy%2F= cherrypy%2Freleases\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNENGL_N_F_sC2Tf1= oE1sWABd5qg6A';return true;" onclick=3D"this.href=3D'https://www.go= ogle.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fcherrypy%2Fcherrypy%2Freleases= \x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNENGL_N_F_sC2Tf1oE1sWABd5qg6A';= return true;">https://github.com/<wbr>cherrypy/cherrypy/releases</a>=C2=A0a= nd then using Lx terminal using <u>python setup.py</u>=C2=A0but now i am fa= cing these errors</div></div><div><br></div><div><blockquote class=3D"gmail= _quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204= ,204);padding-left:1ex"><span style=3D"color:rgb(0,0,0);font-family:Verdana= ,Arial,sans-serif;background-color:rgb(239,239,239)">pi@raspberrypi:~/Downl= oads/<wbr>cherrypy-16.0.0 $ python setup.py<br></span><span style=3D"color:= rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,23= 9,239)">/usr/lib/python2.7/distutils/<wbr>dist.py:267: UserWarning: Unknown= distribution option: 'project_urls'<br></span><span style=3D"color= :rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,2= 39,239)">warnings.warn(msg)<br></span><span style=3D"color:rgb(0,0,0);font-= family:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">Tracebac= k (most recent call last):<br></span><span style=3D"color:rgb(0,0,0);font-f= amily:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">File &quo= t;setup.py", line 141, in <module><br></span><span style=3D"colo= r:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,= 239,239)">main()<br></span><span style=3D"color:rgb(0,0,0);font-family:Verd= ana,Arial,sans-serif;background-color:rgb(239,239,239)">File "setup.py= ", line 137, in main<br></span><span style=3D"color:rgb(0,0,0);font-fa= mily:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">setuptools= .setup(**setup_<wbr>params)<br></span><span style=3D"color:rgb(0,0,0);font-= family:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">File &qu= ot;/usr/lib/python2.7/distutils/<wbr>core.py", line 111, in setup<br><= /span><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;= background-color:rgb(239,239,239)">_setup_distribution =3D dist =3D klass(a= ttrs)<br></span><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,s= ans-serif;background-color:rgb(239,239,239)">File "/usr/lib/python2.7/= dist-<wbr>packages/setuptools/dist.py", line 320, in __init__<br></spa= n><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;back= ground-color:rgb(239,239,239)">_Distribution.__init__(self, attrs)<br></spa= n><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;back= ground-color:rgb(239,239,239)">File "/usr/lib/python2.7/distutils/<wbr= >dist.py", line 287, in __init__<br></span><span style=3D"color:rgb(0,= 0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)= ">self.finalize_options()<br></span><span style=3D"color:rgb(0,0,0);font-fa= mily:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">File "= ;/usr/lib/python2.7/dist-<wbr>packages/setuptools/dist.py", line 387, = in finalize_options<br></span><span style=3D"color:rgb(0,0,0);font-family:V= erdana,Arial,sans-serif;background-color:rgb(239,239,239)">ep.load()(self, = <a href=3D"http://ep.name" rel=3D"nofollow" target=3D"_blank" onmousedown= =3D"this.href=3D'http://www.google.com/url?q\x3dhttp%3A%2F%2Fep.name\x2= 6sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGCMHKrTBwvuzf2kSJMnvW5zTZuFA';ret= urn true;" onclick=3D"this.href=3D'http://www.google.com/url?q\x3dhttp%= 3A%2F%2Fep.name\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGCMHKrTBwvuzf2kSJMn= vW5zTZuFA';return true;">ep.name</a>, value)<br></span><span style=3D"c= olor:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(2= 39,239,239)">File "/home/pi/Downloads/cherrypy-<wbr>16.0.0/.eggs/setup= tools_scm-3.<wbr>1.0-py2.7.egg/setuptools_scm/<wbr>integration.py", li= ne 23, in version_keyword<br></span><span style=3D"color:rgb(0,0,0);font-fa= mily:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">File "= ;/home/pi/Downloads/cherrypy-<wbr>16.0.0/.eggs/setuptools_scm-3.<wbr>1.0-py= 2.7.egg/setuptools_scm/_<wbr>_init__.py", line 142, in get_version<br>= </span><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif= ;background-color:rgb(239,239,239)">File "/home/pi/Downloads/cherrypy-= <wbr>16.0.0/.eggs/setuptools_scm-3.<wbr>1.0-py2.7.egg/setuptools_scm/_<wbr>= _init__.py", line 111, in _do_parse<br></span><span style=3D"color:rgb= (0,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,239,2= 39)">LookupError: setuptools-scm was unable to detect version for '/hom= e/pi/Downloads/cherrypy-<wbr>16.0.0'.</span><br style=3D"color:rgb(0,0,= 0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)">= <span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;backgr= ound-color:rgb(239,239,239)">Make sure you're either building from a fu= lly intact git repository or PyPI tarballs. Most other sources (such as Git= Hub's tarballs, a git checkout without the .git folder) don't conta= in the necessary metadata and will not work.</span><br style=3D"color:rgb(0= ,0,0);font-family:Verdana,Arial,sans-serif;background-color:rgb(239,239,239= )"><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;bac= kground-color:rgb(239,239,239)">For example, if you're using pip, inste= ad of=C2=A0</span><a href=3D"https://github.com/user/proj/archive/master.zi= p" style=3D"color:rgb(2,108,177);font-family:Verdana,Arial,sans-serif;backg= round-color:rgb(239,239,239)" rel=3D"nofollow" target=3D"_blank" onmousedow= n=3D"this.href=3D'https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.= com%2Fuser%2Fproj%2Farchive%2Fmaster.zip\x26sa\x3dD\x26sntz\x3d1\x26usg\x3d= AFQjCNENRMj_88nk99x4eWkpZ4XUGUDQLA';return true;" onclick=3D"this.href= =3D'https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fuser%2Fp= roj%2Farchive%2Fmaster.zip\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNENRMj_88= nk99x4eWkpZ4XUGUDQLA';return true;">https://github.com/user/<wbr>proj/a= rchive/master.zip</a><span style=3D"color:rgb(0,0,0);font-family:Verdana,Ar= ial,sans-serif;background-color:rgb(239,239,239)">=C2=A0use git+<a href=3D"= https://github.com/user/proj.git#egg=3Dproj" rel=3D"nofollow" target=3D"_bl= ank" onmousedown=3D"this.href=3D'https://www.google.com/url?q\x3dhttps%= 3A%2F%2Fgithub.com%2Fuser%2Fproj.git%23egg%3Dproj\x26sa\x3dD\x26sntz\x3d1\x= 26usg\x3dAFQjCNEev5o5bN63sxkp0WSkxjoa-zVfwQ';return true;" onclick=3D"t= his.href=3D'https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2F= user%2Fproj.git%23egg%3Dproj\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEev5o5= bN63sxkp0WSkxjoa-zVfwQ';return true;">https://github.com/user/<wbr>proj= .git#egg=3Dproj</a></span></blockquote><br style=3D"color:rgb(0,0,0);font-f= amily:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)"><span sty= le=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;background-colo= r:rgb(239,239,239)">i am totally new to raspbian and Panstamp and facing th= ese errors.</span><br></div><div><span style=3D"color:rgb(0,0,0);font-famil= y:Verdana,Arial,sans-serif;background-color:rgb(239,239,239)"><br></span></= div><div><span style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-ser= if;background-color:rgb(239,239,239)">i even uninstalled python totaly and = installed the newer version but still there are errors.</span></div><div><s= pan style=3D"color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;backgrou= nd-color:rgb(239,239,239)">please tell me what is the fix :)</span></div></= blockquote></div></div></blockquote></div></div> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups &= quot;cherrypy-users" group.<br /> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]">cher= rypy-users+unsubscribe-/[email protected]</a>.<br /> To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl= egroups.com">cherrypy-users-/[email protected]</a>.<br /> Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use= rs">https://groups.google.com/group/cherrypy-users</a>.<br /> For more options, visit <a href=3D"https://groups.google.com/d/optout">http= s://groups.google.com/d/optout</a>.<br /> ------=_Part_653_1042824031.1537492212002-- ------=_Part_652_1108835206.1537492212001--