Missing module when CherryPy installed via instructions using git clone method
[email protected] Sat, 4 May 2019 22:51:52 -0700 (PDT)
| Newsgroups | gmane.comp.python.cherrypy |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_1863_722003083.1557035512486
Content-Type: multipart/alternative;
boundary="----=_Part_1864_182166640.1557035512486"
------=_Part_1864_182166640.1557035512486
Content-Type: text/plain; charset="UTF-8"
Followed the specific steps to install CherryPy onto Raspbian 9
(04-19-2019) image, and get the following error for any CherryPy script
executed. Known good scripts no long work, because CherryPy fails to
execute.
Traceback (most recent call last):
File "Hello.py", line 1, in <module>
import cherrypy
File
"/usr/local/lib/python3.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-py3.5.egg/cherrypy/__init__.py",
line 76, in <module>
from . import _cprequest, _cpserver, _cptree, _cplogging, _cpconfig
File
"/usr/local/lib/python3.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-py3.5.egg/cherrypy/_cpserver.py",
line 6, in <module>
from cherrypy.process.servers import ServerAdapter
File
"/usr/local/lib/python3.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-py3.5.egg/cherrypy/process/__init__.py",
line 14, in <module>
from . import plugins, servers
File
"/usr/local/lib/python3.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-py3.5.egg/cherrypy/process/servers.py",
line 126, in <module>
import portend
ImportError: No module named 'portend'
This is a consistent issue, I recreated the SD card for the Raspberry Pi
from scratch, then tried installation of CherryPy again, following the
documented steps via git method, same failure, import of portend fails.
Assistance greatly appreciated.
--
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 email 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_1864_182166640.1557035512486
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div>Followed the specific steps to install CherryPy onto =
Raspbian 9 (04-19-2019) image, and get the following error for any CherryPy=
script executed.=C2=A0 Known good scripts no long work, because CherryPy f=
ails to execute.<br></div><div><br></div><div>Traceback (most recent call l=
ast):<br>=C2=A0 File "Hello.py", line 1, in <module><br>=C2=
=A0=C2=A0=C2=A0 import cherrypy<br>=C2=A0 File "/usr/local/lib/python3=
.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-py3.5.egg/cherrypy/__init__=
.py", line 76, in <module><br>=C2=A0=C2=A0=C2=A0 from . import _=
cprequest, _cpserver, _cptree, _cplogging, _cpconfig<br>=C2=A0 File "/=
usr/local/lib/python3.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-py3.5.=
egg/cherrypy/_cpserver.py", line 6, in <module><br>=C2=A0=C2=A0=
=C2=A0 from cherrypy.process.servers import ServerAdapter<br>=C2=A0 File &q=
uot;/usr/local/lib/python3.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-p=
y3.5.egg/cherrypy/process/__init__.py", line 14, in <module><br>=
=C2=A0=C2=A0=C2=A0 from . import plugins, servers<br>=C2=A0 File "/usr=
/local/lib/python3.5/dist-packages/CherryPy-18.1.2.dev3+gcf436daa-py3.5.egg=
/cherrypy/process/servers.py", line 126, in <module><br>=C2=A0=
=C2=A0=C2=A0 import portend<br>ImportError: No module named 'portend=
9;</div><div><br></div><div>This is a consistent issue, I recreated the SD =
card for the Raspberry Pi from scratch, then tried installation of CherryPy=
again, following the documented steps via git method, same failure, import=
of portend fails.</div><div><br></div><div>Assistance greatly appreciated.=
</div><div><br></div><div><br></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_1864_182166640.1557035512486--
------=_Part_1863_722003083.1557035512486--