Duncan Webb wrote:
> Erik Karlsson wrote:
>
>> Hello!
>>
>> I am new to Ubuntu and I am trying to install Freevo, but the state of
>> pre-rolled packages seems grim. I am using Hardy Heron.
>>
>> My problem however, is that both the "official" Freevo package for Gutsy
>> (1.8.0rc2) and my own 1.8.1 package, built with the Debian rules-file,
>> dies silently when trying to execfile() freevo_config.py. According to
>> my simple trace print statements, the file in question is never entered,
>> and the script dies when trying to execute the file.
>>
>
>
> Do you mean local_config.py this tends to have more problems than
> freevo.conf?
>
> If so then the best way to solve these are:
>
> 1) freevo prompt
> >>> import config
>
This yields the same symptoms as running freevo from the command line,
it just dies silently when execfile()-ing freevo_conf.py. I print a
message before and after that statement in config.py, and only the one
before is printed.
> 2) export PYTHONPATH=/etc/freevo
> python
> import freevo.plugin
> import local_conf
>
This does not seem to work at all:
>>> import freevo.plugin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 37, in
<module>
from event import Event
File "/usr/lib/python2.5/site-packages/freevo/event.py", line 33, in
<module>
class Event(kaa.Event):
AttributeError: 'module' object has no attribute 'Event'
> 3) cp -p /etc/freevo/freevo.conf /etc/freevo/freevo.conf-2.2
> freevo setup
>
Also dies with a newly generated freevo.conf.
I use the Ubuntu Gutsy 1.8.0rc2 version for these tests.
Thank you for your response.
Regards,
Erik.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users