Re: [Twisted-Python] Amazon AWS, Google app engine and Twisted

2011-01-08 Thread Alex Clemesha
wistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Congrats to ITA

2010-07-09 Thread Alex Clemesha
g list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-04-03 Thread Alex Clemesha
..@gmail.com > work:   r...@tweetdeck.com > twitter: @rlotun > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] WSGI Production ready

2010-01-20 Thread Alex Clemesha
or production, I've had great success with mod_wsgi on Apache 2.2, which I > believe is the standard deployment environment for Django, as well. > > -phil > ___ > Twisted-Python mailing list >

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread Alex Clemesha
couple of notes. Please add to this ticket / post any patches if you getting anywhere with this. thanks! -Alex [1] http://github.com/clemesha/hotdot > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twiste

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-16 Thread Alex Clemesha
> > I know what a huge bunch'o'stuff the docs are as I looked into just > collecting what there was in the docs, on the Trac, and in the wild a while > ago. > > Great start! > > S > > > > ___ > T

Re: [Twisted-Python] Twisted 9, do you want it

2009-11-05 Thread Alex Clemesha
ristopher Armstrong > http://radix.twistedmatrix.com/ > http://planet-if.com/ > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twi

Re: [Twisted-Python] Hotdot

2009-10-27 Thread Alex Clemesha
ed-8.2.0_r27386-py2.6-linux-i686.egg/twisted/persisted/sob.py" > , line 210, in loadValueFromFile >    exec fileObj in d, d >  File "server.py", line 25, in >    from djangoweb.twisted_wsgi import get_root_resource > exceptions.ImportError: No module named >

Re: [Twisted-Python] Can I post a consultant request here?

2009-10-27 Thread Alex Clemesha
7; and has some remaining 'crufty parts' (which others might have great ideas on how to improve on :-). I plan to continue to improve on it, and fairly soon I'll do a formal write-up/blog-post on the whole thing, but for now any feedback is a

Re: [Twisted-Python] Is it necessary to utilize twisted.cred in twisted web?

2009-10-05 Thread Alex Clemesha
rce. Why shall we bother the portal, credentials, > checker, ? > > Any suggestion? Thanks in advance. > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alex Cleme

Re: [Twisted-Python] untwisting twistd

2009-06-22 Thread Alex Clemesha
be more generalized so users can write their own > twistd equivalent to include only what they want. > > > > Perhaps I’m missing some key point of twisted that already does this. If so, > I’d love to be guided in the right direction. If not, and I’ve got a valid > point here, I

Re: [Twisted-Python] Dropin.cache errors after clean install of twisted-8.2.0

2009-06-17 Thread Alex Clemesha
On Wed, Jun 17, 2009 at 1:41 PM, Alex Clemesha wrote: > Hi, > > Just type "sudo twistd" and the errors will go away. > (You may already know of this work-around) > >  I agree with you that it would be nice for these to never show up in > the first place. > I loo

Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread Alex Clemesha
).setServiceParent(myServiceCollection) > > > _______ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Dropin.cache errors after clean install of twisted-8.2.0

2009-06-17 Thread Alex Clemesha
ttp://twistedmatrix.com/trac/ticket/2409. > > Regardless of whether ticket 2409 goes anywhere, should I raise an issue > that the install should really take care of initial dropin.cache generation, > much like python install takes care of std lib .py->.pyc generation? > > Thanks. > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Need working examples of imap4 client.

2009-06-12 Thread Alex Clemesha
;> d = c.connectTCP(servername, 143) >> d.addCallbacks(connected, failed) >> d.addBoth(done) >> >> reactor.callLater(0, main) >> reactor.run() >> >> >> This example makes use of deferred chaining i.e. returning a deferred >> from a callback handler, so you'll want to understand that. > > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted Words

2009-06-09 Thread Alex Clemesha
ink to get going by just playing around with the examples. Try starting here: http://code.stanziq.com/cgit/strophe/strophejs/tree/examples/attach good luck! -Alex > > -- > Groetjes, > > ralphm > > > ___ > Twisted-Python mailing

Re: [Twisted-Python] Twisted Question

2009-05-31 Thread Alex Clemesha
e:brandon.mcginty > MSN:brandon_mcgi...@hotmail.com > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread Alex Clemesha
nd to work very well. Also see here: http://blog.dreid.org/2009/03/twisted-django-it-wont-burn-down-your.html hope this helps some, Alex > > Thanks, > Dan > > ___ > Twisted-Python mailing list > Twisted-Python@twis

Re: [Twisted-Python] Announcing Twotp 0.6

2009-05-11 Thread Alex Clemesha
t; _______ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] How to hook at StandardIO factory to a twistd app

2009-04-08 Thread Alex Clemesha
> Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted developers: please donate your time!

2009-03-04 Thread Alex Clemesha
approval on the code, and after putting on that stamp, clearly link to the code. This is something that would be good for the Twisted community and newcomers alike. -Alex > > Regards, > Florent Aide. > > ___ > Twisted-Python mailing lis

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-16 Thread Alex Clemesha
ong running tasks is the way to go. Good luck on implementing your app. -Alex -- Alex Clemesha clemesha.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-14 Thread Alex Clemesha
ute ... What about using deferreds in your views? (is that even a useful/good idea ?) and what about blocking model calls, have you consider these scenarios? Thanks for any feedback on this interesting topic. -Alex -- Alex Clemesha clemesha.org ___ Twis