Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612890 - dev-python/pysnmp-4.3.2 USE=doc - ImportError: No module named 'twisted'
Summary: dev-python/pysnmp-4.3.2 USE=doc - ImportError: No module named 'twisted'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2017-03-17 11:59 UTC by Lagu
Modified: 2017-03-31 09:03 UTC (History)
1 user (show)

See Also:
Package list:
=dev-python/pysnmp-4.3.3
Runtime testing required: ---
stable-bot: sanity-check+


Attachments
emerge --info (emerge-info,22.85 KB, text/plain)
2017-03-17 11:59 UTC, Lagu
no flags Details
pysnmp-4.3.2.log (pysnmp-4.3.2.log,71.07 KB, text/plain)
2017-03-17 12:00 UTC, Lagu
no flags Details
pysnmp-4.3.2-sphinx.log (pysnmp-4.3.2-sphinx.log,3.99 KB, text/plain)
2017-03-17 12:00 UTC, Lagu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lagu 2017-03-17 11:59:26 UTC
Created attachment 467292 [details]
emerge --info

Hi all, i was trying to update this package and i get this error...

/var/tmp/portage/dev-python/pysnmp-4.3.2/work/pysnmp-4.3.2/docs/source/docs/hlapi/twisted/manager/cmdgen/setcmd.rst:8: WARNING: autodoc: failed to import function 'setCmd' from module 'pysnmp.hlapi.twisted'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib64/python3.4/site-packages/sphinx/ext/autodoc.py", line 551, in import_object
    __import__(self.modname)
  File "/var/tmp/portage/dev-python/pysnmp-4.3.2/work/pysnmp-4.3.2-python3_4/lib/pysnmp/hlapi/twisted/__init__.py", line 6, in <module>
    from pysnmp.hlapi.twisted.transport import *
  File "/var/tmp/portage/dev-python/pysnmp-4.3.2/work/pysnmp-4.3.2-python3_4/lib/pysnmp/hlapi/twisted/transport.py", line 8, in <module>
    from pysnmp.carrier.twisted.dgram import udp
  File "/var/tmp/portage/dev-python/pysnmp-4.3.2/work/pysnmp-4.3.2-python3_4/lib/pysnmp/carrier/twisted/dgram/udp.py", line 8, in <module>
    from twisted.internet import reactor
ImportError: No module named 'twisted'


This repeated a lot of times...

Thx. Cya.
Comment 1 Lagu 2017-03-17 12:00:01 UTC
Created attachment 467294 [details]
pysnmp-4.3.2.log
Comment 2 Lagu 2017-03-17 12:00:33 UTC
Created attachment 467296 [details]
pysnmp-4.3.2-sphinx.log
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2017-03-19 13:39:37 UTC
Twisted support seems to have been around for a while.

Revision 4.1.11a, released 2009-08-21
-------------------------------------

- Twisted integration implemented.
Comment 4 Lagu 2017-03-19 16:15:04 UTC
Hi, this is fixed in 4.3.3
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2017-03-20 08:42:57 UTC
Arch teams, please test and mark stable:
=dev-python/pysnmp-4.3.3
Targeted stable KEYWORDS : amd64 ppc x86
Comment 6 Agostino Sarubbo gentoo-dev 2017-03-20 12:29:09 UTC
amd64 stable
Comment 7 Agostino Sarubbo gentoo-dev 2017-03-21 14:34:57 UTC
x86 stable
Comment 8 Michael Weber (RETIRED) gentoo-dev 2017-03-31 07:32:55 UTC
ppc stable, closing.
Comment 9 Lagu 2017-03-31 09:03:36 UTC
Thx.