LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-17-2005, 07:53 AM   #1
JameyC
LQ Newbie
 
Registered: Sep 2004
Location: California
Distribution: Debian
Posts: 2

Rep: Reputation: 0
Gyach voice chat problems


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

When using the precompiled version of it, all seems fine till clicking the button to open PyVoice, at which point the following errors come up in the cli

Code:
/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:161: DeprecationWarning: use gtk.UIManager
  itemf=ItemFactory(MenuBar, "<main>", ag)
/usr/local/share/gyach/pyvoice/pyvoiceui.py:264: DeprecationWarning: use gtk.TreeView
  self.nmlist=CList(3,[' I ',' '+_('Name')+' ',' '+_('Alias')+' '])
/usr/local/share/gyach/pyvoice/pyvoiceui.py:298: Warning: unsupported arithmetic operation for flags type
  prevtable.attach( 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.attach( tvolbox, 1, 2, 0, 1, (EXPAND+FILL), (0), 0, 0)
TypeError: flag values must be strings, ints or tuples
The program continues to run fine, but voice chat never starts and the voice dialog never pops up.

So next I tried compiling it myself. Again all works fine until trying to use PyVoiceChat. This time the error messages is:

Code:
Traceback (most recent call last):
  File "/usr/local/share/gyach/pyvoice/pyvoiceui.py", line 65, in ?
    import os,sys,gettext,pyvoice,time
  File "/usr/local/share/gyach/pyvoice/pyvoice.py", line 35, in ?
    import pytsp
  File "/usr/local/share/gyach/pyvoice/pytsp.py", line 5, in ?
    import _pytsp
ImportError: No module named _pytsp
Anyone have any suggestions on how to fix either of these, or a location for a working debian package of it?

I'm using Debian Sid, kernel 2.6.9
 
Old 02-09-2005, 10:18 PM   #2
atulhi
Member
 
Registered: Nov 2004
Posts: 35

Rep: Reputation: 15
Hey, I am having similar problems. I only downloaded the stuff mentioned on the website. It gives me the same messages in the window, the moment I start VoiceChat. I would be grateful to all those experts who can help us in resolving this issue



Atul Jain
Mandrake 10.1
 
Old 09-04-2006, 02:08 PM   #3
d1srupt0r
LQ Newbie
 
Registered: Sep 2006
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by JameyC
I've been having some problems with gyach, when trying to open the PyVoice chat portion of it.

When using the precompiled version of it, all seems fine till clicking the button to open PyVoice, at which point the following errors come up in the cli

Code:
/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:161: DeprecationWarning: use gtk.UIManager
  itemf=ItemFactory(MenuBar, "<main>", ag)
/usr/local/share/gyach/pyvoice/pyvoiceui.py:264: DeprecationWarning: use gtk.TreeView
  self.nmlist=CList(3,[' I ',' '+_('Name')+' ',' '+_('Alias')+' '])
/usr/local/share/gyach/pyvoice/pyvoiceui.py:298: Warning: unsupported arithmetic operation for flags type
  prevtable.attach( tvolbox, 1, 2, 0, 1, (EXPAND+FILL), (0), 0, 0)
Traceback (most recent call last):
  File "/usr/l ocal/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.attach( tvolbox, 1, 2, 0, 1, (EXPAND+FILL), (0), 0, 0)
TypeError: flag values must be strings, ints or tuples
The program continues to run fine, but voice chat never starts and the voice dialog never pops up.
Okay i figured it out because i had the same problem here is the instructions on how to fix it:

1) Open up terminal
2) cd /usr/local/share/gyach/pyvoice
3) vi pyvoiceui.py

(NOTE: This is a little harder so incase u dont know how to use VI pay attention)

4) Scroll down tell line 298
5) Enter insert mode using the I key on ur keyboard
6) Move the cursor to where it says (EXPAND+FILL)
7) Remove the +FILL part so it reads (EXPAND)

8) Scroll down tell line 304
9) Make sure your still in insert mode
10) Move the cursor to where it says (EXPAND+FILL)
11) Remove the +FILL part so it reads (EXPAND)

* DO the same thing for line 308

(NOTE: This last part is the most important!)

12) Press escape to exit insert mode
13) Press shift+; to get a colen
14) Type wq! <- w means save, q means quit, and ! is bang meaning make sure we quit and save

Hope this helps GL on your voice chat - voice quality is kinda shitty cant wait tell a update comes around.

-Lord Disruptor
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems in Yahoo Voice Chat using Gyach atulhi Mandriva 4 03-05-2006 02:52 PM
Error When Compiling Gyach Enhanced / pY! Voice Chat shogun1234 Linux - Software 3 02-16-2006 12:15 PM
Gyach Enhanced and pY! Voice Chat fakie_flip Ubuntu 4 10-14-2005 09:48 AM
Installing Gyach Enhanced / pY! Voice Chat :( Ace2005 Linux - Newbie 19 03-14-2005 06:45 PM
ip masquerading +yahoo voice chat problems newpenguin Linux - Networking 1 10-24-2003 12:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration