Re: [Tutor] Pixelize ubuntu python script acting odd.

2008-02-07 Thread Tiger12506
Some suggestions throughout > def runThrough(): >walk = os.walk("/media/sda1/Documents/Pictures/2007") #location of the > pics I want to use >count = 0 >for root, dirs, files in walk: >try: >for x in files: >if x.lower().find(".jpg")> -1: #If it's a

[Tutor] Pixelize ubuntu python script acting odd.

2008-02-06 Thread Timothy Sikes
so I recently installed ubuntu and started messing around with some of the programs. Pixelize takes a picture, then using a database of other pictures, makes a picture out of the database. The only way I know of to add pictures to the database is through the command 'make_db ' It doesn't see