Re: [Freevo-users] PB installing addons

2005-01-28 Thread Stéphane Lavirotte
Hi,
A bad hack to suppress the problem is to comment the following lines in 
utils/fileops.py (ligne 252-255) like this:

def match_files_recursively_helper(result, dirname, names):

help function for match_files_recursively

#if dirname[dirname.rfind('/'):][1] == '.':
## ignore directories starting with a dot
## Note: subdirectories of that dir will still be searched
#return result
for name in names:
fullpath = vfs.join(dirname, name)
result.append(fullpath)
return result
Then suppress tmp dir in your freevo directory and try again to install 
any plugin (froggies or anyother).

For the moment, I don't have any idea why these added lines introduce a bug.
Stéphane
gislain wautriche wrote:
Sorry, but does this mean you have no solution to this issue?
Any possible workaround for now? (Moving python files manually to some dir,
or so?)
Gis.
PS : I'm using 1.5.1 and there is already the freevo is not defined...
error when doing freevo install freevo-froggies.


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:freevo-users-
[EMAIL PROTECTED] De la part de Stéphane Lavirotte
Envoyé : mercredi 26 janvier 2005 17:51
À : freevo-users@lists.sourceforge.net
Objet : Re: [Freevo-users] PB installing addons
Hello,
I'm one of the froggies author, but I can answer you ;)
With 1.5.3, I got the same problem installing any of the plugins I used
(hddtemp, encoding, weather, ...)
I've got the following error:
---
Traceback (most recent call last):
  File /usr/local/freevo/src/helpers/install.py, line 101, in ?
os.path.walk('tmp', util.fileops.match_files_recursively_helper,
all_files)
  File /usr/lib/python2.3/posixpath.py, line 282, in walk
func(arg, top, names)
  File /usr/local/freevo/src/util/fileops.py, line 252, in
match_files_recursively_helper
if dirname[dirname.rfind('/'):][1] == '.':
IndexError: string index out of range
--
If I retry to install a plugin, I've got the message directory tmp
exists, please remove it. And if I remove it, the previous error ;)
I use debian distro with freevo src package.
Sincerely,
Stéphane
gislain wautriche wrote:
Hello,
Concerning the freevo froggies plugin, I have the same problem, I think
mailing the author would solve the problem. See on the plugin page on
freevo's web site to find out the email address (though, I should
contact
him also :) )
About the thumbnails problem, I experienced the same stuff, It's due to
Mandrake 10.1 pil python library being crap (I just bet you're using
this
distro ;) )
Check out : http://freevo.sourceforge.net/cgi-bin/doc/Mandrake
Don't be shy to drop me a line (in French) if you can't get out of this.
Gis. 


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] PB installing addons

2005-01-27 Thread gislain wautriche
Sorry, but does this mean you have no solution to this issue?
Any possible workaround for now? (Moving python files manually to some dir,
or so?)

Gis.

PS : I'm using 1.5.1 and there is already the freevo is not defined...
error when doing freevo install freevo-froggies.




 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:freevo-users-
 [EMAIL PROTECTED] De la part de Stéphane Lavirotte
 Envoyé : mercredi 26 janvier 2005 17:51
 À : freevo-users@lists.sourceforge.net
 Objet : Re: [Freevo-users] PB installing addons
 
 Hello,
 
 I'm one of the froggies author, but I can answer you ;)
 With 1.5.3, I got the same problem installing any of the plugins I used
 (hddtemp, encoding, weather, ...)
 
 I've got the following error:
 ---
 Traceback (most recent call last):
File /usr/local/freevo/src/helpers/install.py, line 101, in ?
  os.path.walk('tmp', util.fileops.match_files_recursively_helper,
 all_files)
File /usr/lib/python2.3/posixpath.py, line 282, in walk
  func(arg, top, names)
File /usr/local/freevo/src/util/fileops.py, line 252, in
 match_files_recursively_helper
  if dirname[dirname.rfind('/'):][1] == '.':
 IndexError: string index out of range
 --
 If I retry to install a plugin, I've got the message directory tmp
 exists, please remove it. And if I remove it, the previous error ;)
 
 I use debian distro with freevo src package.
 
 Sincerely,
 
 Stéphane
 
 gislain wautriche wrote:
  Hello,
 
  Concerning the freevo froggies plugin, I have the same problem, I think
  mailing the author would solve the problem. See on the plugin page on
  freevo's web site to find out the email address (though, I should
 contact
  him also :) )
 
  About the thumbnails problem, I experienced the same stuff, It's due to
  Mandrake 10.1 pil python library being crap (I just bet you're using
 this
  distro ;) )
 
  Check out : http://freevo.sourceforge.net/cgi-bin/doc/Mandrake
 
  Don't be shy to drop me a line (in French) if you can't get out of this.
 
  Gis. 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 25/01/2005
 



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] PB installing addons

2005-01-27 Thread Stéphane Lavirotte
Hello,
I'm one of the froggies author, but I can answer you ;)
With 1.5.3, I got the same problem installing any of the plugins I used 
(hddtemp, encoding, weather, ...)

I've got the following error:
---
Traceback (most recent call last):
  File /usr/local/freevo/src/helpers/install.py, line 101, in ?
os.path.walk('tmp', util.fileops.match_files_recursively_helper, 
all_files)
  File /usr/lib/python2.3/posixpath.py, line 282, in walk
func(arg, top, names)
  File /usr/local/freevo/src/util/fileops.py, line 252, in 
match_files_recursively_helper
if dirname[dirname.rfind('/'):][1] == '.':
IndexError: string index out of range
--
If I retry to install a plugin, I've got the message directory tmp 
exists, please remove it. And if I remove it, the previous error ;)

I use debian distro with freevo src package.
Sincerely,
Stéphane
gislain wautriche wrote:
Hello,
Concerning the freevo froggies plugin, I have the same problem, I think
mailing the author would solve the problem. See on the plugin page on
freevo's web site to find out the email address (though, I should contact
him also :) )
About the thumbnails problem, I experienced the same stuff, It's due to
Mandrake 10.1 pil python library being crap (I just bet you're using this
distro ;) )
Check out : http://freevo.sourceforge.net/cgi-bin/doc/Mandrake
Don't be shy to drop me a line (in French) if you can't get out of this.
Gis.

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:freevo-users-
[EMAIL PROTECTED] De la part de michel memeteau
Envoyé : dimanche 23 janvier 2005 13:41
À : freevo-users@lists.sourceforge.net
Objet : [Freevo-users] PB installing addons
Hi all ,
I try to add XMLTV for france , then I install xmltv , and now i got the
froggies addon , but if I do freevo install .tgz  then it says
directory
tmp exists, please remove it and if I can override that then I get an
error
that freevo is not defined in a python file ...;weird ..;did I
miss
something ???
Bythe way the films are great but the images does not show as thumbnails ,
freevo complains :
error caching
image /usr/share/freevo/icons/themes/blurr/mimetypes/empty_cdrom.png
for a system image but same thing for image that are in the image
directory ,
you don t see thumbnails , just the slideshow to see them .
Do you see where the pb can be ??
thanks
--
Michel Memeteau bat a24 vallons du roy 13821 la penne/Huveaune
web: memeteau.free.fr
H323:callto:ils.seconix.com/[EMAIL PROTECTED]
Jabber : [EMAIL PROTECTED]
skype  callto:freechelmi
tel 0624808051 0491886375

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] PB installing addons

2005-01-24 Thread gislain wautriche
Hello,

Concerning the freevo froggies plugin, I have the same problem, I think
mailing the author would solve the problem. See on the plugin page on
freevo's web site to find out the email address (though, I should contact
him also :) )

About the thumbnails problem, I experienced the same stuff, It's due to
Mandrake 10.1 pil python library being crap (I just bet you're using this
distro ;) )

Check out : http://freevo.sourceforge.net/cgi-bin/doc/Mandrake

Don't be shy to drop me a line (in French) if you can't get out of this.

Gis.

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:freevo-users-
 [EMAIL PROTECTED] De la part de michel memeteau
 Envoyé : dimanche 23 janvier 2005 13:41
 À : freevo-users@lists.sourceforge.net
 Objet : [Freevo-users] PB installing addons
 
 Hi all ,
 
 I try to add XMLTV for france , then I install xmltv , and now i got the
 froggies addon , but if I do freevo install .tgz  then it says
 directory
 tmp exists, please remove it and if I can override that then I get an
 error
 that freevo is not defined in a python file ...;weird ..;did I
 miss
 something ???
 
 Bythe way the films are great but the images does not show as thumbnails ,
 freevo complains :
 
 error caching
 image /usr/share/freevo/icons/themes/blurr/mimetypes/empty_cdrom.png
 for a system image but same thing for image that are in the image
 directory ,
 you don t see thumbnails , just the slideshow to see them .
 
 Do you see where the pb can be ??
 
 thanks
 --
 Michel Memeteau bat a24 vallons du roy 13821 la penne/Huveaune
 web: memeteau.free.fr
 H323:callto:ils.seconix.com/[EMAIL PROTECTED]
 Jabber : [EMAIL PROTECTED]
 skype  callto:freechelmi
 tel 0624808051 0491886375
 
 
 
 
 ---
 This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
 Tool for open source databases. Create drag--drop reports. Save time
 by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
 Download a FREE copy at http://www.intelliview.com/go/osdn_nl
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 --
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005
 



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users