Re: [Twisted-Python] qt4 reactor status

2010-06-29 Thread Steve Castellotti
First off, many thanks for the responses everyone, they are certainly appreciated! Comments below. On 06/27/2010 08:37 PM, Robert Kern wrote: >> One issue with "official" support is PyQt licensing. If PySide is (or >> becomes) an alternative, the licensing issue would disappear and

Re: [Twisted-Python] qt4 reactor status

2010-06-29 Thread exarkun
On 07:58 am, s...@puzzlebox.info wrote: > > I might attach a request to the last ticket in the tracker as a >start, and see if that gets any response. I'm only a user of Twisted >and >don't feel comfortable directly hassling folks who were kind enough to >donate their time to its development.

Re: [Twisted-Python] Creating a COM object in a thread

2010-06-29 Thread Mark Wright
I'm sure you've already checked the simple things like this, but have you called CoInitialize() in your thread? If you're using the win32 extensions, it'll be called for you in the main thread, but any new thread needs to call it before attempting to do any COM work. On Mon, Jun 28, 2010 at 7:43

Re: [Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.7.0

2010-06-29 Thread Peter Westlake
On Mon, 28 Jun 2010 21:41 -0600, "Zooko O'Whielacronx" wrote: > On Sun, Jun 27, 2010 at 4:04 AM, Peter Westlake > wrote: > > > >> python -c "import pkg_resources;print pkg_resources.require('Twisted')" > > > > It says: > > > > allmydata-tahoe-1.7.0$ python -c "import pkg_resources;print > > pkg_

Re: [Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.7.0

2010-06-29 Thread Zooko O'Whielacronx
I'm not sure if we can or should do anything about the Debian python-twisted-core package not providing the Python "Twisted" distribution. I don't know much about the operation of the Tahoe-LAFS apt repository. Maybe it was temporarily down when you tried to apt-get update? Let's take it to the t

Re: [Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.7.0

2010-06-29 Thread Peter Westlake
On Tue, 29 Jun 2010 09:14 -0600, "Zooko O'Whielacronx" wrote: > I'm not sure if we can or should do anything about the Debian > python-twisted-core package not providing the Python "Twisted" > distribution. > > I don't know much about the operation of the Tahoe-LAFS apt > repository. Maybe it was

Re: [Twisted-Python] Creating a COM object in a thread

2010-06-29 Thread Don Dwiggins
Itamar, Thanks for the suggestions. The documentation of win32eventreactor sounds kind of scary, but still probably the best base to work from. I did some searching, and found Thomas Heller's win32guireactor at http://osdir.com/ml/python.twisted/2003-02/msg00190.html. I'm still naive enough a

Re: [Twisted-Python] runInteraction function returning a deferred

2010-06-29 Thread Landreville
On Mon, Jun 28, 2010 at 2:59 PM, Glyph Lefkowitz wrote: > > On Jun 28, 2010, at 10:19 AM, Landreville wrote: > > Is there some way for runInteraction to wait for this deferred to be > finished before ending the transaction? > > blockingCallFromThread: > http://twistedmatrix.com/documents/10.0.0/ap

Re: [Twisted-Python] qt4 reactor status

2010-06-29 Thread Steve Castellotti
On Tue, 2010-06-29 at 12:43 +, exar...@twistedmatrix.com wrote: > On 07:58 am, s...@puzzlebox.info wrote: > > > > I might attach a request to the last ticket in the tracker as a > >start, and see if that gets any response. I'm only a user of Twisted > >and > >don't feel comfortable direc

Re: [Twisted-Python] [Twisted] #3977: Reintegrate qt4reactor into twisted

2010-06-29 Thread Glenn Tarbox, PhD
On Tue, Jun 29, 2010 at 7:28 PM, Twisted wrote: > #3977: Reintegrate qt4reactor into twisted > > -+-- > Reporter: jknight | Owner: ghtdak > Type: enhancement | Status: new > Priori

Re: [Twisted-Python] qt4 reactor status

2010-06-29 Thread Glenn Tarbox, PhD
On Tue, Jun 29, 2010 at 5:43 AM, wrote: > On 07:58 am, s...@puzzlebox.info wrote: > > > > I might attach a request to the last ticket in the tracker as a > >start, and see if that gets any response. I'm only a user of Twisted > >and > >don't feel comfortable directly hassling folks who were k

Re: [Twisted-Python] qt4 reactor status

2010-06-29 Thread Steve Castellotti
On Tue, 2010-06-29 at 23:04 -0700, Glenn Tarbox, PhD wrote: > Any of the code that was developed while the reactor was in > Twisted > itself is MIT licensed. Perhaps that means you only need to > track down > people who contributed after the code was moved