Re: [Twisted-Python] qt4 reactor status

2010-06-27 Thread Robert Kern
it and changing your imports from "PyQt4" to "PySide" and see if it works. OS X and Windows builds are still some time away, but apparently the technical blockers have been fixed. It's just a matter of applied effort, probably. -- Robert Kern "I have come to believe

Re: [Twisted-Python] Coding standard question: flowing long imports with parens

2009-12-22 Thread Robert Kern
ot from me: http://furius.ca/snakefood/ I'm not sure there is anything you can do about references like "import twisted; twisted.python.versions.Version", but snakefood should handle relative imports mostly correctly. -- Robert Kern "I have come to believe that th

Re: [Twisted-Python] Coding standard question: flowing long imports with parens

2009-12-21 Thread Robert Kern
orts and rejects enough of the non-import statements. A side effect is that it's easy to get a nice list of all of the import statements in your codebase. $ grinimports.py --no-color '' -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigm