Re: [Twisted-Python] Guidance on Proxy-type Application

2009-05-28 Thread John Santos
id, I'm a Python newbie.) It turns out to be fairly small amount of code, and I think it can still be simplified some more. So I think you are on the right track. HTH! -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 I have just started to look at the Twisted framewor

Re: [Twisted-Python] Application Design help - Concurrent but not Protocols based.

2009-06-03 Thread John Santos
e to do a non-blocking call > to fetch data, either using fun_a, fun_b or fun_b. How should I > associate this requirement to deferred/callback pattern? > > Any guidance would be helpful. > > Thanks, > Senthil > > > __

Re: [Twisted-Python] Twisted book(s)?

2009-06-03 Thread John Santos
al hump, but insufficient on its own. I'm both a Python and Twisted newbie, but have been writing event-driven programs for decades, so my situation is obviously different from someone experienced in Python but a newbie to Twisted and/or event- driven programming, or from a student totally new

Re: [Twisted-Python] Possible Twisted sprint

2009-07-17 Thread John Santos
I think I may be able to attend, but as pretty much a nooby to both Twisted and Python, I don't know how much use I would be. On the plus side, I live about 2.5mi from Porter Square, so travel wouldn't be an issue. -- John Santos Evans Griffiths & Hart, Inc. 781-86

Re: [Twisted-Python] Streaming File Transfer Protocol?

2010-02-13 Thread John Santos
ginal code: > from twisted.protocols.basic import Int16StringReceiver > class MyProtocol(Int16StringReceiver): [...] Hope this helps. -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 I spoke too fast. But pardon my noobiness. Ok, so I am using a simple protocol that is l

Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread John Santos
eady (complete with debugging hooks, statistics, etc.) Someone with more Twisted experience could probably point you right at it. If no such package exists, I think it would be a very nice thing to have. If people wouldn't mind waiting for a very long (possibly infinite) time for it, I co

[Twisted-Python] Obtaining connection information for SSH connections

2010-12-20 Thread John Santos
e remote host name for this to work. Thanks to anyone who can point me in the right direction! -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatr

Re: [Twisted-Python] Boston Area Mini-Sprint

2011-01-14 Thread John Santos
ut mostly in my spare time on back-burner projects, so not that much accumulated experience.) -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread John Santos
Hi Glyph, Is this the Mac Mini we are hosting for you? Could I help with anything? -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread John Santos
lders/osx10.10-py2.7/builds/6). So = everything's all good with that :) Amber "Hawkie" Brown GPG: https://keybase.io/hawkowl > On 8 Jun 2015, at 21:46, John Santos wrote: > Hi Glyph, > > Is this the Mac Mini we are hosting for you? Could I help with anything? &g

Re: [Twisted-Python] Proposal -- Code of Conduct

2015-06-23 Thread John Santos
at different from when we meet online. Otherwise, I strongly support this and am happy the Twisted Project is taking a proactive stance on it. Great work, everyone, and thank you Moshe, Glyph and Amber! -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 _

Re: [Twisted-Python] Screen clearing in the Manhole

2015-08-25 Thread John Santos
oftware terminal emulator, it was a dice roll.) Depending on the terminal emulator or physical terminal you are using, this probably explains your symptoms. See ticket # 7514: https://twistedmatrix.com/trac/ticket/7514 -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___

Re: [Twisted-Python] Python 2.7 on CentOS 6 (was: PotentialZombieWarning warning message?)

2015-12-15 Thread John Santos
comes "negligent about maintenance" and python 2.6 crossed it a little over two years ago :-). I'm sure you meant "[we] are trying to push people towards more recent versions [NOT] just because they're more fun..." -- John Santos Evans Griffiths & Hart, Inc.

Re: [Twisted-Python] Twisted 16.4.0 Prerelease 1 Announcement

2016-08-14 Thread John Santos
Quick check with my app (Python 2.7) which uses twisted.conch and t.c.insults pretty heavily shows no problems with Twisted 16.4.0. I really appreciate the Twisted project's attention to backwards compatibility, though someday I will port this to Python 3 :-) -- John Santos Evans Grif

Re: [Twisted-Python] Twisted 16.6.0rc1 Release Candidate Announcement

2016-11-22 Thread John Santos
able behavior out of it, no matter what workarounds you stuff in; so it's a bug, and can be fixed like any bug. Similarly if you pass non-ascii text on py3, you'll get a UnicodeDecodeError. Shouldn't this be "if you pass non-ascii text on *py2, *you'll get ..."

Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-28 Thread John Santos
ase test it, and let me know how your applications fare, good or bad! If nothing comes up, 16.7 looks like it'll land just before the new year. With festive hoots, Amber Brown ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com htt

Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-29 Thread John Santos
yptography-1.7.1 enum34-1.1.6 idna-2.2 ipaddress-1.0.17 pyasn1-0.1.9 pyasn1-modules-0.0.8 pycparser-2.17 pyopenssl-16.2.0 service-identity-16.0.0 twisted-16.7.0rc1 zope.interface-4.3.3 This will install Twisted and its dependencies the official pip way, without needing to hardcode which librar

Re: [Twisted-Python] Twisted 18.9.0rc1 Release Candidate Announcement

2018-09-30 Thread John Santos
On 9/28/2018 06:43 AM, Amber Brown wrote: Hello everyone! It's time again for a Twisted release. It's not a huge one, but it does have some important changes! Twisted 18.9rc1 features: - Support for Python 3.7! - Better support for Unicode handling in logging tracebacks in Python 2 - trial -j

Re: [Twisted-Python] A Proposal for reducing the burden of developing on Twisted by dropping Python 2 support

2019-03-25 Thread John Santos
6 in a virtual environment and that has worked fine. (Replacing 2.7 with 3.6 breaks many system tools, don't ask me how I know this!) So I no longer have any problem with 2.7 support going away in Twisted. - John Santos On 3/25/2019 6:15 AM, Amber Brown wrote: Hi everyone, Since the

Re: [Twisted-Python] Twisted 19.2.0rc2 Release Candidate Announcement

2019-04-03 Thread John Santos
-- -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Weekly Bug Summary

2019-04-28 Thread John Santos
eviewers 16 unique ticket resolvers ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___

Re: [Twisted-Python] Weekly Bug Summary

2019-05-01 Thread John Santos
On 5/1/2019 02:01 AM, Glyph wrote: On Apr 28, 2019, at 8:01 AM, John Santos <mailto:j...@egh.com>> wrote: I've been having ongoing problems accessing the TwistedMatrix site. (Tried both Firefox and Chrome from my home PC.) The site was having some issues and the server badly n

Re: [Twisted-Python] The Python 2.7 Plan

2019-12-11 Thread John Santos
On 12/11/2019 4:06 PM, Wilfredo Sánchez Vega wrote: John Santos: I hope/expect that none of my code changes to make my source compatible with both 2.7 and 3 will break when Twisted support for 2.7 goes away! (It seems to me the Twisted compatibility policy would guarantee that.) To be

Re: [Twisted-Python] unified filesystem API

2020-05-19 Thread John Santos
tocols. (SMB access to file data can be random or sequential, wherease FTP and SFTP are invariably sequential, but that should easily be accomodated.) -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___ Twisted-Python

Re: [Twisted-Python] Twisted 21.7.0 Pre-Release Announcement

2021-07-21 Thread John Santos
Hi all, I just finally got around to installing and testing the new RC with our primary Twisted App. Everything seems to work fine. I continue to be impressed by what a good job Twisted does with backwards compatibility! -- John Santos On 7/20/2021 7:23 PM, Adi Roiban wrote: On Sun

Re: [Twisted-Python]

2011-09-19 Thread John Santos
= reactor.connectTCP(host, port, factory, timeout=5) d.addCallbacks(success, error) d.addBoth(logout) ... # __main__ reactor.callLater(0,initialConnectionStartup) reactor.run() ---- Hope this helps. -- John Santos Evans Gri

Re: [Twisted-Python] dataReveived() buffer best practice?

2011-10-06 Thread John Santos
r a partial message to receive more data. You might not want to normalize the text (since I'm printing to a text log file, I didn't want embedded escape sequences to cause conniptions when the log file was printed to a terminal), or you might want to use a different line terminator.

Re: [Twisted-Python] Rts/Cts Serial port flow control in twisted

2011-11-08 Thread John Santos
hat the USB driver > support for it is bug free? :) You also need to know that the serial cable(s) include the necessary leads, and that the null modem (or whatever) properly crosses them over. An RS-232 break-out box (if they are still avai

Re: [Twisted-Python] [Twisted-web] Twisted 11.1.0 Released

2011-11-19 Thread John Santos
, or in some other way? I don't have any problem with the wording, but maybe "... that equal or exceed the Bronze level" would be clearer, in case some people have trouble parsing it. In BNF, the original wording means "... will be

Re: [Twisted-Python] installing pyOpenSSL on Centos6 help

2012-02-13 Thread John Santos
this down if you are stuck on an older version of something.) I installed them in that order. It's running on Suse Linux Enterprise Server 10 SP1, if that turns out to matter. -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 After performing a straight-forwar

Re: [Twisted-Python] buildbot hosting (fwd)

2012-04-19 Thread John Santos
m now) > these will all go offline. > We need a volunteer who either: > 1. lives somewhere in massachusetts and can plug these in to an > ethernet port > 2. wants to re-set-up all of these buildbots on some new hosting > The somewhat less palatable option 3 i

Re: [Twisted-Python] BuildBot problems

2013-07-06 Thread John Santos
.twistedmatrix.com/builds goes to the wrong place (still? > again?), so build artifacts seem to be mostly unavailable right now. > > Jean-Paul > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twiste

Re: [Twisted-Python] Twisted 13.2.0 Release Announcement

2013-11-08 Thread John Santos
Ffy72 > 6qe6OcXsoUxM72nbZ1vLg4WE5nbv3It+HnR9PYJTY9VFv8sNeGzb/VEfLpeFJG7f > bZImycCh2Flp3OKVzaELmWc+hYDsWT/TuaQYYw6IJYqvFCoTuEQFsdtJuuVBZoQ= > =Attd > -END PGP SIGNATURE- > > _______ > Twisted-P