Package: python-tornadio2
Version: 0.0.4-1
Severity: important

Hello,

thank you for maintaining tornadio2.

In one of our sites we rely on the auto_start feature, but with the new tornado
it causes an exception to be raised:

   $ python
   Python 2.7.10+ (default, Oct 10 2015, 09:11:24) 
   [GCC 5.2.1 20151028] on linux2
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import tornadio2
   >>> import tornado
   >>> server = tornadio2.SocketServer(tornado.web.Application([]), 
auto_start=False)
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/usr/lib/python2.7/dist-packages/tornado/util.py", line 222, in 
__new__
       instance.initialize(*args, **init_kwargs)
   TypeError: initialize() got an unexpected keyword argument 'auto_start'
   >>> 

I will now try to redesign my code to work around this.


Thank you,

Enrico

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-tornadio2 depends on:
ii  python             2.7.9-1
ii  python-simplejson  3.7.3-1+b1
ii  python-tornado     4.2.1-1+b1

python-tornadio2 recommends no packages.

python-tornadio2 suggests no packages.

-- no debconf information

Reply via email to