Oops! My mistake! I misread the location to be ./play-linux2/..  which I
dutifully created and put the file in :) It would probably work in the
correct /already present Python 2.2 directory as well).

Sorry for the hoopla.

I'm running 2.2, but have 2.3 installed on a Mandrake 9.1

/Peter

-----Ursprungligt meddelande-----
Från: Aubin Paul
Till: [EMAIL PROTECTED]
Skickat: 2003-09-25 15:05
Ämne: Re: SV: SV: [Freevo-users] Re: 1.4.0-rc1 installation problem

What version of Python are you running, and the CDROM.py file should
be in /usr/*/lib/python2.x/plat-linux2/ The reason I recommended we
use CDROM.py was that it should be included will all recent (2.x)
python versions.

Aubin

On Thu, Sep 25, 2003 at 08:54:00AM +0200, Peter Svensson wrote:
> Now that is interresting. I have been copying things "just to make
sure". As
> you can see from another post, putting the CDROM.py (from Dischi) in
> /usr/lib/python2.2 fixed the bug.
> 
> 1.4.0 is just *so* nice ^_^ All plugins owrking and everything.
mmmmm...
> 
> /Peter
> 
> -----Ursprungligt meddelande-----
> Fr?n: Gustavo Sverzut Barbieri [mailto:[EMAIL PROTECTED]
> Skickat: den 25 september 2003 02:55
> Till: [EMAIL PROTECTED]
> ?mne: Re: SV: [Freevo-users] Re: 1.4.0-rc1 installation problem
> 
> 
> I got this error some time ago when I have the modules twice in my
> PYTHONPATH... maybe it's isntalled in two different places accessible
> in python?
> 
> Gustavo
> 
>  --- Peter Svensson <[EMAIL PROTECTED]> escreveu: 
> > Thanks for the quick reply Dischi! And yes, the Movies work
> > perfectly. I
> > added your line, and here is the (rather longish) output;
> > 
> > I hope it makes sense to you, I don't know any python (yet :) 
> > /Peter
> > 
> >
>
------------------------------------------------------------------------
----
> > ---
> > Freevo start at Thu Sep 25 20:56:31 2003
> >
>
------------------------------------------------------------------------
----
> > ---
> > Loading configure settings: ./freevo.conf
> > Loading cfg: /usr/bin/../share/freevo/freevo_config.py
> > Logging to /var/log/freevo/main-0.log
> > WARNING: PyLirc not found, lirc remote control disabled!
> > failed to load plugin rom_drives.autostart
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.2/site-packages/freevo/plugin.py", line
413,
> > in
> > __load_plugin__
> >     exec('import %s' % module)
> >   File "<string>", line 1, in ?
> >   File
> > "/usr/lib/python2.2/site-packages/freevo/plugins/rom_drives.py",
line
> > 98, in ?
> >     from CDROM import *
> > ImportError: No module named CDROM
> > failed to load plugin rom_drives.rom_items
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.2/site-packages/freevo/plugin.py", line
415,
> > in
> > __load_plugin__
> >     p = eval(object)()
> >   File "<string>", line 0, in ?
> > AttributeError: 'module' object has no attribute 'rom_items'
> > failed to load plugin rom_drives.rom_items
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.2/site-packages/freevo/plugin.py", line
415,
> > in
> > __load_plugin__
> >     p = eval(object)()
> >   File "<string>", line 0, in ?
> > AttributeError: 'module' object has no attribute 'rom_items'
> > failed to load plugin rom_drives.rom_items
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.2/site-packages/freevo/plugin.py", line
415,
> > in
> > __load_plugin__
> >     p = eval(object)()
> >   File "<string>", line 0, in ?
> > AttributeError: 'module' object has no attribute 'rom_items'
> > failed to load plugin rom_drives.rom_items
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.2/site-packages/freevo/plugin.py", line
415,
> > in
> > __load_plugin__
> >     p = eval(object)()
> >   File "<string>", line 0, in ?
> > AttributeError: 'module' object has no attribute 'rom_items'
> > Volume = 40
> > Volume = 90
> > Volume = 0
> > Volume = 0
> > ['__builtins__', '__doc__', '__file__', '__name__', 'copy', 'ioctl',
> > 'os',
> > 're', 'string', 'thread', 'threading', 'time']
> > Crash!
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.2/site-packages/freevo/main.py", line 402,
> > in ?
> >     main_func()
> >   File "/usr/lib/python2.2/site-packages/freevo/main.py", line 323,
> > in
> > main_func
> >     app.eventhandler(event)
> >   File "/usr/lib/python2.2/site-packages/freevo/menu.py", line 547,
> > in
> > eventhandler
> >     action( arg=arg, menuw=self )
> >   File "/usr/lib/python2.2/site-packages/freevo/menu.py", line 111,
> > in
> > select
> >     self.function(arg=self.arg, menuw=menuw)
> >   File
> > "/usr/lib/python2.2/site-packages/freevo/plugins/mediamenu.py", line
> > 219, in main_menu
> >     self.main_menu_generate(),
> >   File
> > "/usr/lib/python2.2/site-packages/freevo/plugins/mediamenu.py", line
> > 167, in main_menu_generate
> >     if isinstance( p, plugins.rom_drives.rom_items ):
> > AttributeError: 'module' object has no attribute 'rom_items'
> > 
> > 
> > 
> > 
> > 
> > -----Ursprungligt meddelande-----
> > Fr?n: Dirk Meyer
> > Till: [EMAIL PROTECTED]
> > Skickat: 2003-09-24 19:57
> > ?mne: [Freevo-users] Re: 1.4.0-rc1 installation problem
> > 
> > Peter Svensson wrote:
> > > And it's running! It's beautiful! Only.. (apart from minor
glitches
> > i
> > the
> > > games section) as soon as I try to access the music directories
> > (which
> > went
> > > fine in 1.3.4), freevo crashes, with the following to say;
> > 
> > You say music directories, what about video? Does video work or is
> > everything broken? 
> > 
> > > Crash!
> > > Traceback (most recent call last):
> > >   File "/usr/lib/python2.2/site-packages/freevo/main.py", line
402,
> > in
> > ?
> > >     main_func()
> > >   File "/usr/lib/python2.2/site-packages/freevo/main.py", line
323,
> > in
> > > main_func
> > >     app.eventhandler(event)
> > >   File "/usr/lib/python2.2/site-packages/freevo/menu.py", line
547,
> > in
> > > eventhandler
> > >     action( arg=arg, menuw=self )
> > >   File "/usr/lib/python2.2/site-packages/freevo/menu.py", line
111,
> > in
> > > select
> > >     self.function(arg=self.arg, menuw=menuw)
> > >   File
> > "/usr/lib/python2.2/site-packages/freevo/plugins/mediamenu.py",
> > line
> > > 219, in main_menu
> > >     self.main_menu_generate(),
> > >   File
> > "/usr/lib/python2.2/site-packages/freevo/plugins/mediamenu.py",
> > line
> > > 167, in main_menu_generate
> > >     if isinstance( p, plugins.rom_drives.rom_items ):
> > > AttributeError: 'module' object has no attribute 'rom_items'
> > 
> > Very strange, plugins.rom_drives has an attribute rom_items. Can you
> > add the line 'print dir(plugins.rom_drives)' above the 
> > if isinstance( p, plugins.rom_drives.rom_items ):
> > It is in
> > /usr/lib/python2.2/site-packages/freevo/plugins/mediamenu.py,
> > line 167 (same indention level as the if line) and send me the
output
> > please. 
> > 
> > 
> > Dischi
> > 
> > -- 
> > Voodoo Programming:  Things programmers do that they know shouldn't
> > work
> > but
> > they try anyway, and which sometimes actually work, such as
> > recompiling
> > everything.
> > -- Karl Lehenbauer
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users 
> 
>
_______________________________________________________________________
> Desafio AntiZona: participe do jogo de perguntas e respostas que vai
> dar um Renault Clio, computadores, c?meras digitais, videogames e
muito
> mais! www.cade.com.br/antizona
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to