"Karol \"Zal\" Zalewski" <[email protected]> writes:
> I have talked with Ignacy and realized that it will not be a big > problem for me to learn Python. Would you like to develop existing code > or start everything from scratch? If you can re-use what is already written then you can do it without problems, thought the current PyGTK gui based its looking on an older MyServer GUI written in C++ and FLTK and it is not very beautiful to see. What I really care about is that any logic is completely sepated by the GUI itself, if you will dig inside the misc/py_control_client directory you can see a python implementation for the MyServer control protocol. For the GUI I expect the same, to develop two components a python library and the GUI that simply use it. In this way different UIs can be developed in future but still they use the same logic. > I wanted to write here something about IRC, but you were faster ;] Of > course, I use IRC and FreeNode network - my nick is Zal-any. Do we have > any problems with time zones (for ex. now I am in UTC+1 and someone > maybe in UTC-7)? ;] I am UTC+1 too. Different time zones is another disadvantage of real time communication and another point for the mailing list :) Giuseppe
