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
.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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