Having seen the python 2.5 discussion I thought I would give freevo2 a 
shot on my laptop. I'm a java developer so I know about svn and code but 
no real python experience, I'm happy to hack away a bit to get it 
working if required :).

hardware: Core Duo T7300 @ 2ghz, 2gig ram, Intel X3100 graphics
OS: Fedora 10

I followed the instructions from the freevo 2 wiki and checked out the 
latest kaa trunk and ran setup.py to install

I then checked out freevo trunk from svn and installed that. I ran 
freevo to create the config and then started it. However when I run 
freevo I get the following error. Is there anything I am missing from my 
setup or is the svn trunk just broken atm?

Cheers,

ERROR async(403): Unhandled InProgress exception:
Traceback (most recent call last):              
  File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 327, in 
__call__
    result = super(MainThreadCallback, self).__call__(*args, 
**kwargs)       
  File "/usr/lib/python2.5/site-packages/kaa/callback.py", line 176, in 
__call__
    result = cb(*cb_args, 
**cb_kwargs)                                         
  File "/usr/lib/python2.5/site-packages/kaa/timer.py", line 129, in 
start     
    self._id = notifier.timer_add(int(interval * 1000), 
self)                  
  File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 121, 
in __call__
    
init()                                                                        

  File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 172, 
in init   
    if 
notifier.loop:                                                            
AttributeError: 'module' object has no attribute 
'loop'                          
Traceback (most recent call 
last):                                               
  File "/usr/bin/freevo", line 125, in 
<module>                                  
    
config.watch()                                                                

  File "/usr/lib/python2.5/site-packages/kaa/config.py", line 885, in 
watch      
    self._inotify = 
INotify()                                                    
  File "/usr/lib/python2.5/site-packages/kaa/inotify/__init__.py", line 
97, in __init__
    
self._mon.register(self._fd)                                                    
   

  File "/usr/lib/python2.5/site-packages/kaa/io.py", line 85, in 
register             
    notifier.socket_add(fd, self, 
condition-1)                                        
  File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 121, 
in __call__    
    
init()                                                                          
   

  File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 172, 
in init        
    if 
notifier.loop:                                                                  

AttributeError: 'module' object has no attribute 'loop'

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to