You are not logged in.

#1 2008-11-27 14:00:20

arch_multimedia
Member
Registered: 2008-08-02
Posts: 3

IDJC+Python problem

i install and reinstall the IDJC - Internet Dj console but still with the same problem to me
$ idjc
Selecting language en_US. Change environment variable LANG to override.
Internet DJ Console Version 0.7.11a
Copyright 2005-2008 Stephen Fairchild
Released under the GNU General Public License V3.0

Language translation: en_US
/usr/lib/python2.6/site-packages/idjcgui.py:1818: DeprecationWarning: os.popen2 is deprecated.  Use the subprocess module.
  self.mixer_ctrl, self.mixer_rply = os.popen2([ libexecdir + "idjcmixer" ], 4096)
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/idjcgui.py", line 2824, in <module>
    run_instance = MainWindow()
  File "/usr/lib/python2.6/site-packages/idjcgui.py", line 2002, in __init__
    self.mic_select = nice_mic_togglebutton()
  File "/usr/lib/python2.6/site-packages/idjcgui.py", line 309, in __init__
    gtk.ToggleButton.__init__(self, label, use_underline)
RuntimeError: more argument specifiers than keyword list entries (remaining format:'):GtkToggleButton.__init__')
Mixer module has closed

Offline

#2 2008-12-17 06:08:28

tehfishman
Member
Registered: 2008-03-04
Posts: 22

Re: IDJC+Python problem

Yeah, there seems to be a problem with idjc and Python2.6.  I poked around with the idjc python script a bit and it seems that there's a bug in Python2.6 that makes it throw errors.  Whether or not this is being fixed or will be fixed soon I have no idea.  Hopefully it'll be resolved soon as it's been broken for at least a month now, but in the meantime the best solution I've found is to install Python2.5.

Offline

#3 2008-12-17 22:26:36

arch_multimedia
Member
Registered: 2008-08-02
Posts: 3

Re: IDJC+Python problem

i fix my problem with this version
http://tecnologiaslivres.org/archlinux/ … 11a.tar.gz
maybe you can chance the PKGBUILD

Offline

#4 2008-12-29 11:10:49

Chaniyth
Member
Registered: 2008-03-10
Posts: 33

Re: IDJC+Python problem

I pasted the latest PKGBUILD version over in the AUR under Comments. Latest idjc version is 0.7.12. Just simply cut and paste my PKGBUILD and it should compile, just make sure you have ALL dependencies installed before compiling. smile

Offline

#5 2008-12-29 18:41:01

arch_multimedia
Member
Registered: 2008-08-02
Posts: 3

Re: IDJC+Python problem

ok works here too

Offline

Board footer

Powered by FluxBB