Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#36701 - [python-pyserial] import queue in rfc2217.py should be import Queue
Attached to Project:
Community Packages
Opened by Dustin Reynolds (dr-keyboard) - Wednesday, 28 August 2013, 02:18 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 23 October 2013, 11:46 GMT
Opened by Dustin Reynolds (dr-keyboard) - Wednesday, 28 August 2013, 02:18 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 23 October 2013, 11:46 GMT
|
DetailsDescription:Noticed while testing my rfc2217 compliant application on Arch that python throws the error "importError: No module named queue". When "import queue" is changed to "import Queue" (line 67), everything works.
Additional info: * package version(s) python-pyserial 2.6-3 * config and/or log files etc. Steps to reproduce: 1. Download rfc2217_server.py http://sourceforge.net/p/pyserial/code/461/tree/trunk/pyserial/examples/rfc2217_server.py 2.Run "python rfc2217_server.py" [dustin@archy ~]$ python rfc2217_server.py Traceback (most recent call last): File "rfc2217_server.py", line 14, in <module> import serial.rfc2217 File "/usr/lib/python2.7/site-packages/serial/rfc2217.py", line 67, in <module> import queue ImportError: No module named queue |
This task depends upon