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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-17-2005, 07:53 AM
|
#1
|
LQ Newbie
Registered: Sep 2004
Location: California
Distribution: Debian
Posts: 2
Rep:
|
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
|
|
|
02-09-2005, 10:18 PM
|
#2
|
Member
Registered: Nov 2004
Posts: 35
Rep:
|
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
|
|
|
09-04-2006, 02:08 PM
|
#3
|
LQ Newbie
Registered: Sep 2006
Posts: 1
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 01:09 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|