Re: program with raw_input prompt behaves differently after compile

2005-12-25 Thread tim
It was kindof a stupid mistake on my part: I had to put 'import os' at the very beginning, and not only in one of my two function definitions. Thanks anyway, thanks to your link I also found how to change the colour of the console...neat :p ! Tim Hans Nowak wrote: >tim wrote: > > > >>I want t

Re: program with raw_input prompt behaves differently after compile

2005-12-24 Thread Hans Nowak
tim wrote: > I want to write a program that looks into a given folder, groups files > that have a certain part of the filename in common and then copy those > groups one at a time to another place, using the raw_input prompt to > continue or break. > > [...] > > It works fine when I run this

program with raw_input prompt behaves differently after compile

2005-12-23 Thread tim
I want to write a program that looks into a given folder, groups files that have a certain part of the filename in common and then copy those groups one at a time to another place, using the raw_input prompt to continue or break. here's what I have: ### def makegroepen(): global p