[Tutor] Python Script Problem. Simple sql problem py problems.

2005-12-06 Thread Panagiotis Atmatzidis
Hello, I wrote my first script (ever) in Python. It's an interface for handling the proftpd virtual users. I wrote the script after reading the howto. You can see the browse[1] the code anytime. These are my first steps in programming in general so.. the problems that this script has until now,

Re: [Tutor] Python Script Problem. Simple sql problem py problems.

2005-12-06 Thread w chun
I wrote my first script (ever) in Python. : The second one is more python specific I guess. The programs prints the Exiting string on exit one time for every action I do. Which means that if I add 4 users, I'll see 4 time exiting printed. If I add 2 users and delete 1 user,