Re: [Freevo-users] Patch for encoding server error 'module' object has no attribute 'disc'

2006-08-28 Thread John Molohan
John Molohan wrote:
> Sorry for cross posting but I figured this may be of use to people on 
> the users list too.
>   
>> Hi,
>>
>> the copy of the encodingserver on the addons page had a bug importing 
>> ifoparser from mmpython. Here's a patch to fix it.
>> 


I was just looking over this and saw the syntax was wrong. Here 
hopefully is the right patch.

diff -Nua 
/usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py.orig 
/usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py
--- 
/usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py.orig
2005-07-24 17:19:23.0 +0100
+++ /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py 
2006-08-11 20:32:56.0 +0100
@@ -34,6 +34,7 @@
 import sys, os, re, popen2 #, ConfigParser, copy
 #import config   # QuickRip global configuration.
 import mmpython
+from  mmpython.disc import ifoparser
 from copy import copy
 from string import split, join

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Patch for encoding server error 'module' object has no attribute 'disc'

2006-08-11 Thread John Molohan
Sorry for cross posting but I figured this may be of use to people on 
the users list too.
> Hi,
>
> the copy of the encodingserver on the addons page had a bug importing 
> ifoparser from mmpython. Here's a patch to fix it.
>
> diff -Naur 
> /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py 
> /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py.orig
> --- 
> /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py 
> 2006-08-11 20:32:56.0 +0100
> +++ 
> /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py.orig
> 2005-07-24 17:19:23.0 +0100
> @@ -34,7 +34,6 @@
> import sys, os, re, popen2 #, ConfigParser, copy
> #import config   # QuickRip global configuration.
> import mmpython
> -from  mmpython.disc import ifoparser
> from copy import copy
> from string import split, join
>
>


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users