openteachermaintainers team mailing list archive
-
openteachermaintainers team
-
Mailing list archive
-
Message #00174
[Bug 849769] Re: "..python" in /usr/bin/openteacher should be "..python2
** Tags added: packaging
--
You received this bug notification because you are a member of
OpenTeacher Maintainers, which is the registrant for OpenTeacher.
https://bugs.launchpad.net/bugs/849769
Title:
"..python" in /usr/bin/openteacher should be "..python2
Status in OpenTeacher:
Triaged
Bug description:
after installing openteacher in archlinux, it give you this error:
Traceback (most recent call last):
File "/usr/bin/openteacher", line 22, in <module>
import openteacher as parent
ImportError: No module named openteacher
this is because of python's version in archlinux. in archlinux python
means python3 so #! needed to be python2 instead of python.
#!/usr/bin/python
should be:
#!/usr/bin/python2
To manage notifications about this bug go to:
https://bugs.launchpad.net/openteacher/+bug/849769/+subscriptions