Comment 4 for bug 185028

Revision history for this message
ldng (ldng) wrote :

5# falcon -V

 === ERROR! ===

An error occured in falcon. This is probably a bug in the software.
Please file a bug at https://launchpad.net/falcon/+filebug and
include the following backtrace:

Traceback (most recent call last):
  File "/usr/bin/falcon", line 14, in ?
    import falcon
  File "/usr/lib/python2.4/site-packages/falcon/__init__.py", line 45, in ?
    import falcon.config
  File "/usr/lib/python2.4/site-packages/falcon/config.py", line 53, in ?
    from django.db import models
  File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line 3, in ?
    from django.dispatch import dispatcher
  File "/usr/lib/python2.4/site-packages/django/dispatch/dispatcher.py", line 345
    """Send signal from sender to all connected receivers.

    signal -- (hashable) signal value, see connect for details

    sender -- the sender of the signal

        if Any, only receivers registered for Any will receive
        the message.

        if Anonymous, only receivers registered to receive
        messages from Anonymous or Any will receive the message

        Otherwise can be any python object (normally one
        registered with a connect if you actually want
        something to occur).

    arguments -- positional arguments which will be passed to
        *all* receivers. Note that this may raise TypeErrors
        if the receivers do not allow the particular arguments.
        Note also that arguments are applied before named
        arguments, so they should be used with care.

    named -- named arguments which will be filtered according
        to the parameters of the receivers to only provide those
        acceptable to the receiver.

 ^
SyntaxError: EOF while scanning triple-quoted string