Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602834 Details for
Bug 720139
[abrt] desktopcouch-tools-0.6.9b-2.fc15: ubuntuone.py:6:<module>:ImportError: No module named ubuntu_sso
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
backtrace under Fedora 17
desktopcouch-pair.txt (text/plain), 10.71 KB, created by
Egon Kastelijn
on 2012-08-07 19:06:30 UTC
(
hide
)
Description:
backtrace under Fedora 17
Filename:
MIME Type:
Creator:
Egon Kastelijn
Created:
2012-08-07 19:06:30 UTC
Size:
10.71 KB
patch
obsolete
>abrt_version: 2.0.10 >cmdline: /usr/bin/python /usr/bin/desktopcouch-pair >comment: I started /usr/bin/desktopcouch-pair >executable: /usr/bin/desktopcouch-pair >kernel: 3.5.0-2.fc17.x86_64 >time: Tue 07 Aug 2012 09:01:31 PM CEST >uid: 1000 >username: egon > >backtrace: >:database.py:46:<module>:ImportError: No module named http >: >:Traceback (most recent call last): >: File "/usr/bin/desktopcouch-pair", line 71, in <module> >: from desktopcouch.application.pair.couchdb_pairing import couchdb_io >: File "/usr/lib/python2.7/site-packages/desktopcouch/application/pair/couchdb_pairing/couchdb_io.py", line 34, in <module> >: from desktopcouch.application import server >: File "/usr/lib/python2.7/site-packages/desktopcouch/application/server.py", line 30, in <module> >: from desktopcouch.records.database import Database >: File "/usr/lib/python2.7/site-packages/desktopcouch/records/database.py", line 46, in <module> >: from couchdb.http import ResourceNotFound, ResourceConflict, PreconditionFailed >:ImportError: No module named http >: >:Local variables in innermost frame: >:string: None >:warnings: None >:__builtins__: {'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': <built-in function isinstance>, 'copyright': Copyright (c) 2001-2012 Python Software Foundation. >:All Rights Reserved. >: >:Copyright (c) 2000 BeOpen.com. >:All Rights Reserved. >: >:Copyright (c) 1995-2001 Corporation for National Research Initiatives. >:All Rights Reserved. >: >:Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. >:All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': <built-in function input>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': <built-in function iter>, 'reload': <built-in function reload>, 'Warning': <type 'exceptions.Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': <built-in function reduce>, 'intern': <built-in function intern>, 'issubclass': <built-in function issubclass>, 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': <built-in function locals>, 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands >: for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, '__name__': '__builtin__', 'ord': <built-in function ord>, 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': See http://www.python.org/2.7/license.html, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': <built-in function filter>, 'range': <built-in function range>, 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>, 'apply': <built-in function apply>, 'LookupError': <type 'exceptions.LookupError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': <built-in function zip>, 'hex': <built-in function hex>, 'long': <type 'long'>, 'next': <built-in function next>, 'ImportError': <type 'exceptions.ImportError'>, 'chr': <built-in function chr>, 'xrange': <type 'xrange'>, 'type': <type 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'raw_input': <built-in function raw_input>, 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, '__import__': <built-in function __import__>, 'KeyError': <type 'exceptions.KeyError'>, 'coerce': <built-in function coerce>, 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': <built-in function unichr>, 'id': <built-in function id>, 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': <built-in function execfile>, 'any': <built-in function any>, 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': <built-in function map>, 'buffer': <type 'buffer'>, 'max': <built-in function max>, 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': <built-in function callable>, 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>} >:__file__: None >:json: None >:Server: None >:__package__: None >:uuid4: None >:time: None >:__name__: None >:copy: None >:__doc__: None > >smolt_data: >: >: >:General >:================================= >:UUID: 56f28edf-27cf-49a1-9b39-077eb5b22a5b >:OS: Fedora release 17 (Beefy Miracle) >:Default run level: Unknown >:Language: en_US.utf8 >:Platform: x86_64 >:BogoMIPS: 5388.17 >:CPU Vendor: GenuineIntel >:CPU Model: Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz >:CPU Stepping: 7 >:CPU Family: 6 >:CPU Model Num: 42 >:Number of CPUs: 4 >:CPU Speed: 2701 >:System Memory: 3908 >:System Swap: 5951 >:Vendor: FUJITSU >:System: CELSIUS H710 10601409322 >:Form factor: Notebook >:Kernel: 3.5.0-2.fc17.x86_64 >:SELinux Enabled: 1 >:SELinux Policy: targeted >:SELinux Enforce: Enforcing >:MythTV Remote: Unknown >:MythTV Role: Unknown >:MythTV Theme: Unknown >:MythTV Plugin: >:MythTV Tuner: -1 >: >: >:Devices >:================================= >:(4332:21001:4303:5600) pci, None, MISC, N/A >:(4332:21001:4303:5601) pci, sdhci-pci, BASE, N/A >:(4631:33076:4303:5678) pci, yenta_cardbus, PCI/CARDBUS, N/A >:(32902:260:4303:5607) pci, None, HOST/PCI, 2nd Generation Core Processor Family DRAM Controller >:(32902:257:4303:5608) pci, pcieport, PCI/PCI, Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port >:(32902:130:32902:4865) pci, iwlwifi, NETWORK, Centrino Advanced-N 6205 AGN >:(32902:7202:4303:5645) pci, i801_smbus, SERIAL, 6 Series/C200 Series Chipset Family SMBus Controller >:(32902:7171:4303:5642) pci, ahci, STORAGE, 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller >:(32902:7247:4303:5640) pci, None, PCI/ISA, QM67 Express Chipset Family LPC Controller >:(32902:5378:4303:5659) pci, e1000e, ETHERNET, 82579LM Gigabit Network Connection >:(4147:404:4303:5712) pci, xhci_hcd, USB, uPD720200 USB 3.0 Host Controller >:(32902:7213:4303:5647) pci, ehci_hcd, USB, 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 >:(32902:7206:4303:5647) pci, ehci_hcd, USB, 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 >:(32902:7226:4303:5649) pci, mei, SIMPLE, 6 Series/C200 Series Chipset Family MEI Controller #1 >:(32902:7188:4303:5648) pci, pcieport, PCI/PCI, 6 Series/C200 Series Chipset Family PCI Express Root Port 3 >:(32902:7190:4303:5648) pci, pcieport, PCI/PCI, 6 Series/C200 Series Chipset Family PCI Express Root Port 4 >:(32902:7184:4303:5648) pci, pcieport, PCI/PCI, 6 Series/C200 Series Chipset Family PCI Express Root Port 1 >:(32902:7198:4303:5648) pci, pcieport, PCI/PCI, 6 Series/C200 Series Chipset Family PCI Express Root Port 8 >:(32902:9288:4303:5639) pci, None, PCI/PCI, 82801 Mobile PCI Bridge >:(32902:7200:4303:5596) pci, snd_hda_intel, MULTIMEDIA, 6 Series/C200 Series Chipset Family High Definition Audio Controller >:(32902:7229:4303:5652) pci, serial, 16550_SERIAL, 6 Series/C200 Series Chipset Family KT Controller >:(4318:3050:4303:5687) pci, snd_hda_intel, MULTIMEDIA, GF108 High Definition Audio Controller >:(4318:3578:4303:5682) pci, nouveau, VIDEO, GF108 [Quadro 1000M] >: >: >:Filesystem Information >:================================= >:device mtpt type bsize frsize blocks bfree bavail file ffree favail >:------------------------------------------------------------------- >:/dev/mapper/vg_celcius-lv_root / ext4 4096 4096 13081025 5481868 4826508 3276800 2654601 2654601 >:/dev/sda3 /boot ext4 1024 1024 508644 392818 367218 128016 127653 127653 >:/dev/mapper/vg_celcius-lv_images WITHHELD ext4 4096 4096 26173325 10139047 8828327 6553600 6553587 6553587 >:/dev/mapper/vg_celcius-lv_home /home ext4 4096 4096 26173325 19528765 18218047 6553600 6413712 6413712 >:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 720139
: 602834