Python C API version mismatch for module pytspc ---Gyach voice chat problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • atulhi@gmail.com

    #1

    Python C API version mismatch for module pytspc ---Gyach voice chat problems

    I've been having some problems with gyach, when trying to open the
    PyVoice chat portion of it.

    Following error is received

    *************** *************** *************** *************** *************** ****
    /usr/local/share/gyach/pyvoice/pytsp.py:2: RuntimeWarning: Python C API
    version mismatch for module pytspc: This Python has API version 1012,
    module pytspc has version 1011.
    import pytspc
    /usr/local/share/gyach/pyvoice/pyvoiceui.py:16 1: DeprecationWarn ing:
    use gtk.UIManager
    itemf=ItemFacto ry(MenuBar, "<main>", ag)
    /usr/local/share/gyach/pyvoice/pyvoiceui.py:26 4: DeprecationWarn ing:
    use gtk.TreeView
    self.nmlist=CLi st(3,[' I ',' '+_('Name')+' ',' '+_('Alias')+' '])
    /usr/local/share/gyach/pyvoice/pyvoiceui.py:29 8: Warning: unsupported
    arithmetic operation for flags type
    prevtable.attac h( tvolbox, 1, 2, 0, 1, (EXPAND+FILL), (0), 0, 0)
    Traceback (most recent call last):
    File "/usr/local/share/gyach/pyvoice/pyvoiceui.py", line 1027, in ?
    runApp()
    File "/usr/local/share/gyach/pyvoice/pyvoiceui.py", line 1015, in
    runApp
    pyvoicegui()
    File "/usr/local/share/gyach/pyvoice/pyvoiceui.py", line 298, in
    __init__
    prevtable.attac h( tvolbox, 1, 2, 0, 1, (EXPAND+FILL), (0), 0, 0)
    TypeError: flag values must be strings, ints or tuples
    *************** *************** *************** *************** *************** ****

    Would appreciate if someone can help in this regard

Working...