mercyful fate
11-09-2007, 07:47 PM
i've been having some trouble installing miro (internet tv application,) and wxpython on sabayon/gentoo.
my error for when i try to start miro is...
---
└( /home/spano )·> miro
/usr/lib/python2.5/site-packages/miro/eventloop.py:34: RuntimeWarning: Python C API version mismatch for module fasttypes: This Python has API version 1013, module fasttypes has version 1012.
import database
DTV: Warning: could not import GTK (is DISPLAY set?)
Traceback (most recent call last):
File "/usr/bin/miro.real", line 81, in <module>
startapp()
File "/usr/bin/miro.real", line 60, in startapp
app.main()
File "/usr/lib/python2.5/site-packages/miro/app.py", line 98, in main
Controller().Run()
File "/usr/lib/python2.5/site-packages/miro/app.py", line 622, in __init__
frontend.Application.__init__(self)
AttributeError: class Application has no attribute '__init__'
---
and for wxpython, i get:
---
* Messages for package dev-python/wxpython-2.6.4.0:
*
* ERROR: dev-python/wxpython-2.6.4.0 failed.
* Call stack:
* ebuild.sh, line 1712: Called dyn_setup
* ebuild.sh, line 763: Called qa_call 'pkg_setup'
* ebuild.sh, line 44: Called pkg_setup
* wxpython-2.6.4.0.ebuild, line 38: Called check_wxuse 'opengl'
* wxwidgets.eclass, line 227: Called built_with_use '=x11-libs/wxGTK-2.6*' 'opengl'
* eutils.eclass, line 1665: Called die
* The specific snippet of code:
* [[ -z ${PKG} ]] && die "Unable to resolve $1 to an installed package"
* The die message:
* Unable to resolve =x11-libs/wxGTK-2.6* to an installed package
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-python/wxpython-2.6.4.0/temp/build.log'.
---
anyone willing to tell me what any of this means and how to fix it? thanks in advance!
my error for when i try to start miro is...
---
└( /home/spano )·> miro
/usr/lib/python2.5/site-packages/miro/eventloop.py:34: RuntimeWarning: Python C API version mismatch for module fasttypes: This Python has API version 1013, module fasttypes has version 1012.
import database
DTV: Warning: could not import GTK (is DISPLAY set?)
Traceback (most recent call last):
File "/usr/bin/miro.real", line 81, in <module>
startapp()
File "/usr/bin/miro.real", line 60, in startapp
app.main()
File "/usr/lib/python2.5/site-packages/miro/app.py", line 98, in main
Controller().Run()
File "/usr/lib/python2.5/site-packages/miro/app.py", line 622, in __init__
frontend.Application.__init__(self)
AttributeError: class Application has no attribute '__init__'
---
and for wxpython, i get:
---
* Messages for package dev-python/wxpython-2.6.4.0:
*
* ERROR: dev-python/wxpython-2.6.4.0 failed.
* Call stack:
* ebuild.sh, line 1712: Called dyn_setup
* ebuild.sh, line 763: Called qa_call 'pkg_setup'
* ebuild.sh, line 44: Called pkg_setup
* wxpython-2.6.4.0.ebuild, line 38: Called check_wxuse 'opengl'
* wxwidgets.eclass, line 227: Called built_with_use '=x11-libs/wxGTK-2.6*' 'opengl'
* eutils.eclass, line 1665: Called die
* The specific snippet of code:
* [[ -z ${PKG} ]] && die "Unable to resolve $1 to an installed package"
* The die message:
* Unable to resolve =x11-libs/wxGTK-2.6* to an installed package
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-python/wxpython-2.6.4.0/temp/build.log'.
---
anyone willing to tell me what any of this means and how to fix it? thanks in advance!