<div dir="ltr"><div>HTTP2 support sounds really exciting. </div><div><br></div><span style="font-size:12.8px">> Please let me know if you have any issues, as well as if you don't! If everything works well, that's a good thing for me to know :)</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I played around with this today and found out that the command you recommend:</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">> </span><span style="font-size:12.8px"> pip install -U </span><a href="https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2#egg=Twisted[http2,tls]" rel="noreferrer" target="_blank" style="font-size:12.8px">https://twistedmatrix.com/<span class="">Releases</span>/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2#egg=Twisted[http2,tls]</a></div><br style="font-size:12.8px"><div>does NOT install dependencies when ran on Python 3, I had to manually install h2 to HTTP2 support to work. It works ok on Python 2. My installation logs on Python 3.4 look like this:</div><div><br></div><div><div>> pip install -U <a href="https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2#egg=Twisted[http2,tls]">https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2#egg=Twisted[http2,tls]</a></div><div>Downloading/unpacking Twisted[http2,tls] from <a href="https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2">https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2</a></div><div>  Downloading Twisted-16.3.0rc2.tar.bz2 (2.9MB): 2.9MB downloaded</div><div>  Running setup.py (path:/home/pawel/.virtualenvs/foo3/build/Twisted/setup.py) egg_info for package Twisted</div><div>    </div><div>    warning: no previously-included files matching '*.misc' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.bugfix' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.doc' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.feature' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.removal' found under directory 'twisted'</div><div>    warning: no previously-included files matching 'NEWS' found under directory 'twisted'</div><div>    warning: no previously-included files matching 'README' found under directory 'twisted'</div><div>    warning: no previously-included files matching 'topfiles' found under directory 'twisted'</div><div>    warning: no previously-included files found matching 'twisted/topfiles/CREDITS'</div><div>    warning: no previously-included files found matching 'twisted/topfiles/ChangeLog.Old'</div><div>    warning: no previously-included files found matching 'bin/_preamble.py'</div><div>    warning: no previously-included files found matching 'admin'</div><div>    warning: no previously-included files found matching 'bin/admin'</div><div>    warning: no previously-included files matching '*' found under directory 'admin'</div><div>    warning: no previously-included files matching '*' found under directory 'bin/admin'</div><div>    warning: no previously-included files found matching 'docs/historic/2003'</div><div>    warning: no previously-included files matching '*' found under directory 'docs/historic/2003'</div><div>  Installing extra requirements: 'http2,tls'</div><div>Requirement already up-to-date: zope.interface>=4.0.2 in /home/pawel/.virtualenvs/foo3/lib/python3.4/site-packages (from Twisted[http2,tls])</div><div>Requirement already up-to-date: setuptools in /home/pawel/.virtualenvs/foo3/lib/python3.4/site-packages (from zope.interface>=4.0.2->Twisted[http2,tls])</div><div>Installing collected packages: Twisted</div><div>  Running setup.py install for Twisted</div><div>    </div><div>    warning: no previously-included files matching '*.misc' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.bugfix' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.doc' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.feature' found under directory 'twisted'</div><div>    warning: no previously-included files matching '*.removal' found under directory 'twisted'</div><div>    warning: no previously-included files matching 'NEWS' found under directory 'twisted'</div><div>    warning: no previously-included files matching 'README' found under directory 'twisted'</div><div>    warning: no previously-included files matching 'topfiles' found under directory 'twisted'</div><div>    warning: no previously-included files found matching 'twisted/topfiles/CREDITS'</div><div>    warning: no previously-included files found matching 'twisted/topfiles/ChangeLog.Old'</div><div>    warning: no previously-included files found matching 'bin/_preamble.py'</div><div>    warning: no previously-included files found matching 'admin'</div><div>    warning: no previously-included files found matching 'bin/admin'</div><div>    warning: no previously-included files matching '*' found under directory 'admin'</div><div>    warning: no previously-included files matching '*' found under directory 'bin/admin'</div><div>    warning: no previously-included files found matching 'docs/historic/2003'</div><div>    warning: no previously-included files matching '*' found under directory 'docs/historic/2003'</div><div>    warning: PickyBuildPy: byte-compiling is disabled, skipping.</div><div>    </div><div>    changing mode of build/scripts-3.4/trial from 664 to 775</div><div>    changing mode of build/scripts-3.4/twistd from 664 to 775</div><div>    warning: install_lib: byte-compiling is disabled, skipping.</div><div>    </div><div>    changing mode of /home/pawel/.virtualenvs/foo3/bin/twistd to 775</div><div>    changing mode of /home/pawel/.virtualenvs/foo3/bin/trial to 775</div><div>  Could not find .egg-info directory in install record for Twisted[http2,tls] from <a href="https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2">https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2</a></div><div>Successfully installed Twisted</div><div>Cleaning up...</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-28 14:44 GMT+02:00 Amber "Hawkie" Brown <span dir="ltr"><<a href="mailto:hawkowl@atleastfornow.net" target="_blank">hawkowl@atleastfornow.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
Here's another prerelease in the 16.3 series -- fixing a 16.2 regression in HTTP timeouts not working.<br>
<br>
For more information, check the NEWS file (link provided below).<br>
<br>
As usual, it's available for download -- go here (<a href="https://twistedmatrix.com/Releases/pre/16.3.0pre2/" rel="noreferrer" target="_blank">https://twistedmatrix.com/Releases/pre/16.3.0pre2/</a>) to get the prerelease tarballs and the full NEWS file. If you want to install it right away, run:<br>
<br>
   pip install <a href="https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2" rel="noreferrer" target="_blank">https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2</a><br>
<br>
A reminder that if you would like to try out the newly-landed HTTP/2 support, run:<br>
<br>
   pip install -U <a href="https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2#egg=Twisted[http2,tls]" rel="noreferrer" target="_blank">https://twistedmatrix.com/Releases/pre/16.3.0pre2/Twisted-16.3.0rc2.tar.bz2#egg=Twisted[http2,tls]</a><br>
<br>
This will download the new HTTP/2 dependencies and the TLS requirements as well.<br>
<br>
Please let me know if you have any issues, as well as if you don't! If everything works well, that's a good thing for me to know :)<br>
<br>
Twisted Regards,<br>
Amber Brown (HawkOwl)<br>
<br>_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" rel="noreferrer" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
<br></blockquote></div><br></div>