Python Imaging Library (PIL) question

2008-10-20 Thread Sid
Code End---- Hopefully someone would take a look and let me know what i'm doing something wrong here. Thanks a lot -Sid -- http://mail.python.org/mailman/listinfo/python-list

testing...(Sorry)

2008-10-20 Thread Sid
. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Imaging Library (PIL) question

2008-10-21 Thread Sid
The problem is likely to do with the line picMap = [[0] * width ] * height yeah the problem was with that specific line. The snippet from your link worked by replacing the previous declaration by picMap = [[0] * 3 for x in xrange(height)] Thanks, -Sid -- http://mail.python.org/mailman

Find if a file existing within 1000s of folder/sub-folder - each file has a unique presence

2015-05-20 Thread chaotic . sid
Hi All, I have a list of scripts which are present in various folders and this may be present in one of their sub-folder too. There are 1000s of folders and hence parsing through each folder/sub-folder is not an option. So I was trying to dir /s /b using python. Now since the file's path name i

Adding Microsoft objects in Boa Constuctor Palette

2008-08-06 Thread Sid K
This is what I wanted to do: Add Microsoft Active objects like Excel sheets and Word files to the Palette in Boa Constructor. There is a User tab in the GUI builder menu, but I'm not sure how to use/enable it. 1. Does anyone know how to do this? 2. Is anyone aware of any work that is currently go

Re: Adding Microsoft objects in Boa Constuctor Palette

2008-08-07 Thread Sid K
On Aug 7, 10:13 am, TheSeeker <[EMAIL PROTECTED]> wrote: > On Aug 6, 5:59 pm, Sid K <[EMAIL PROTECTED]> wrote: > > > > > This is what I wanted to do: > > > Add Microsoft Active objects like Excel sheets and Word files to the > > Palette in Boa Constr