Chandan Pitta wrote:
> Yes it is the problem of trailing slash. Yes I do know about s[-1] as
> you expected but it would be slightly round about way. Thank you too
> for doing all the reiterations. If I can just nail down the image
> scaling thing we are in good shape. I will probably not be able t
Yes it is the problem of trailing slash. Yes I do know about s[-1] as
you expected but it would be slightly round about way. Thank you too
for doing all the reiterations. If I can just nail down the image
scaling thing we are in good shape. I will probably not be able to get
to it until a couple of
Chandan Pitta wrote:
> This patch should fix the issue seen by Pascal. I also did some minor
> clean up in webserver.
Is this the problem of a trailing slash? if so the last character of a
string can be accessed by s[-1], but you know this.
Thanks again Chandan, patch applied to rel-1 at r8936
T
This patch should fix the issue seen by Pascal. I also did some minor
clean up in webserver.
Thanks
Chandan
On 1/4/07, Duncan Webb <[EMAIL PROTECTED]> wrote:
Jason Tackaberry wrote:
>>> Remember none of the items should have trailing slash.
>> This is a bug that ought to be fixed.
>
> Nevermi
Jason Tackaberry wrote:
>>> Remember none of the items should have trailing slash.
>> This is a bug that ought to be fixed.
>
> Nevermind; you just said as much in your original email. :)
Jason have you noticed that:
image = kaa.imlib2.open(filename)
thumb = image.scale_preserve_aspect(config.WW
> > Remember none of the items should have trailing slash.
>
> This is a bug that ought to be fixed.
Nevermind; you just said as much in your original email. :)
-
Take Surveys. Earn Cash. Influence the Future of IT
Join Sou
On Thu, 2007-01-04 at 13:17 -0700, Chandan Pitta wrote:
> TV_RECORD_DIR = '%s/TV_Records/' % ( FREEVO_MEDIA_DIR )
>
> to
>
> TV_RECORD_DIR = '%s/TV_Records' % ( FREEVO_MEDIA_DIR )
>
> Remember none of the items should have trailing slash.
This is a bug that ought to be fixed.
Cheers,
Jason.
Chandan Pitta a écrit :
> I see what the problem is. This will have to be fixed soon. I will
> take a look at it later today or tomorrow. But for now if you want to
> make it work just change
>
> TV_RECORD_DIR = '%s/TV_Records/' % ( FREEVO_MEDIA_DIR )
>
> to
>
> TV_RECORD_DIR = '%s/TV_Records' % (
I see what the problem is. This will have to be fixed soon. I will
take a look at it later today or tomorrow. But for now if you want to
make it work just change
TV_RECORD_DIR = '%s/TV_Records/' % ( FREEVO_MEDIA_DIR )
to
TV_RECORD_DIR = '%s/TV_Records' % ( FREEVO_MEDIA_DIR )
Remember none of th
Hi,
Just to be totally sure (and also for a small private trouble), I just
reinstalled totally my test server, with freevo 1.7rc2.
Server : Athlon XP 1150, 512 Mb RAM, NVIDIA graphic card, BT 878 TV
Card, Mandriva 2007 installed in French - Unicode.
I use Mandriva mainly because of some good rp
10 matches
Mail list logo