[chirp_users] missing libxml2 Debian MX
# python chirpw Traceback (most recent call last): File "chirpw", line 24, in <module> from chirp.drivers import * File "/home/galen/chirp-daily/chirp/drivers/generic_xml.py", line 17, in <module> import libxml2 ImportError: No module named libxml2
libxml2 is installed what am I missing?
On 10/06/2019 14:16, Galen Thurber wrote:
# python chirpw Traceback (most recent call last): File "chirpw", line 24, in <module> from chirp.drivers import * File "/home/galen/chirp-daily/chirp/drivers/generic_xml.py", line 17, in
<module> import libxml2 ImportError: No module named libxml2
libxml2 is installed what am I missing?
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Barry at zen25000@zen.co.uk To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Report this to Debian, it looks like a packaging issue, assuming that you are using a Debian package.
I think you are probably missing libxml2-python
Barry
I've found and installed python-libxml2 new error. python 2.7.13 installed
$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/galen/chirp-daily/chirp/drivers/idrp.py", line 16, in <module> import serial ImportError: No module named serial
On Mon, Jun 10, 2019 at 10:40 AM Barry Jackson zen25000@zen.co.uk wrote:
On 10/06/2019 14:16, Galen Thurber wrote:
# python chirpw Traceback (most recent call last): File "chirpw", line 24, in <module> from chirp.drivers import * File "/home/galen/chirp-daily/chirp/drivers/generic_xml.py", line 17,
in
<module> import libxml2 ImportError: No module named libxml2
libxml2 is installed what am I missing?
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Barry at zen25000@zen.co.uk To unsubscribe, send an email to
chirp_users-unsubscribe@intrepid.danplanet.com
Report this to Debian, it looks like a packaging issue, assuming that you are using a Debian package.
I think you are probably missing libxml2-python
Barry _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to galen at galenthurber@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
On 10/06/2019 21:37, Galen Thurber wrote:
I've found and installed python-libxml2 new error. python 2.7.13 installed
$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/galen/chirp-daily/chirp/drivers/idrp.py", line 16, in <module> import serial ImportError: No module named serial
Make sure that you have also python-serial python-suds
If you installed chirp using an official Debian package from a Debian repository then this needs a bug report as the package is missing dependencies. If you did not use an official Debian package then maybe you should have done :)
Barry
I had looked for python-serial but was unable to find it. Today I found it after some updates. chirpw is alive
thanks
On Tue, Jun 11, 2019 at 6:24 AM Barry Jackson zen25000@zen.co.uk wrote:
On 10/06/2019 21:37, Galen Thurber wrote:
I've found and installed python-libxml2 new error. python 2.7.13 installed
$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/galen/chirp-daily/chirp/drivers/idrp.py", line 16, in
<module> > import serial > ImportError: No module named serial >
Make sure that you have also python-serial python-suds
If you installed chirp using an official Debian package from a Debian repository then this needs a bug report as the package is missing dependencies. If you did not use an official Debian package then maybe you should have done :)
Barry
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to galen at galenthurber@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
participants (2)
-
Barry Jackson
-
Galen Thurber