I'm looking for a good FrameWork on which base my applications development.
In PHP I use symfony, in ActionScript PureMVC, they are all MVC frameworks.
I'm looking for a python framework being oriented to general purpose application development, not web application I mean, just applications, services, daemons and so on. Sometimes I have not a real view to implement, just an RPC service. Other times I have to code serial port, or implement a command scheduler, or whatever.
What is the best OSS I can think as a standard base for my needs? Why you think your suggestion will fulfill my requirements over its competitors?
Thanks in advance
EDIT:
For "general purpose" I mean not being strongly bounded to be with or without a GUI, being a daemon or a cmd line app, being multiprocess/multithread or not. Being general, giving a good architecture structure, not being a particular tool
EDIT 2:
I'd want to explain that the question is about the eventual existence of one or more "frameworks" not being bounded to any particular use case, but being able to give a good and well standardized startup structure/architecture, with some best practices applied, being a guideline, something being able to guide the architecture planning of the application itself, not of their behavior regarding tasks to perform.
I think this question is not so subjective, maybe wrong exposed cause of my english, but I suppose it is legal :)