Public bug reported:
Binary package hint: falcon
Runnig falcon in intrepid gives the following error :
Traceback (most recent call last):
File "/usr/bin/falcon-start", 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 62, in ?
class ConfigurationKey(models.Model):
File "/usr/lib/python2.4/site-packages/falcon/config.py", line 64, in
ConfigurationKey
key = models.CharField(maxlength=50, unique=True)
TypeError: __init__() got an unexpected keyword argument 'maxlength'
It's easily fixed replacing "maxlength" by "max_length" as this changed in the
new django but with this fix, the application still doesn't start and give the
following error I'm unable to fix:
Traceback (most recent call last):
File "/usr/bin/falcon-start", line 14, in ?
import falcon
File "/usr/lib/python2.4/site-packages/falcon/__init__.py", line 57, in ?
from django.db import models as _models, get_creation_module, connection
ImportError: cannot import name get_creation_module
** Affects: falcon (Ubuntu)
Importance: Undecided
Status: New
--
falcon doesn't work in intrepid
https://bugs.launchpad.net/bugs/282472
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs