Re: Looking for the Perfect Editor

2006-09-14 Thread gnewsg
What about IDLE? I really apreciate it but a big broblem is that it doesn't support tabs: for every source you edit you have to open a new IDLE window. :-\ -- http://mail.python.org/mailman/listinfo/python-list

How to write UNIX daemons in Python?

2006-09-13 Thread gnewsg
Hi all. I've just finished to write an FTP daemon in Python. To do things well I'd like to write an 'insteller' to permit the end user to 'deeply' install the package inside the system. In details I would like that installer is able to do the following operations: - copy ftpd.py in /usr/bin. - dep