Public bug reported:

I'm trying to install n-django-auth-openid, this is because I'm
developing a project with django, and when I ran the command python
manage.py syncdb, throws an execption, so I figured it may need that
package. The error is as follows:

Traceback (most recent call last):
  File "manage.py", line 14, in <module>
    execute_manager(settings)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 438, in execute_manager
    utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
219, in execute
    self.validate()
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
249, in validate
    num_errors = get_validation_errors(s, app)
  File "/usr/lib/python2.7/dist-packages/django/core/management/validation.py", 
line 35, in get_validation_errors
    for (app_name, error) in get_app_errors().items():
  File "/usr/lib/python2.7/dist-packages/django/db/models/loading.py", line 
146, in get_app_errors
    self._populate()
  File "/usr/lib/python2.7/dist-packages/django/db/models/loading.py", line 61, 
in _populate
    self.load_app(app_name, True)
  File "/usr/lib/python2.7/dist-packages/django/db/models/loading.py", line 78, 
in load_app
    models = import_module('.models', app_name)
  File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, 
in import_module
    __import__(name)
  File 
"/home/gustavo/Documentos/Seminario/SerTecnologico/Proyecto/django_bookmarks/../django_bookmarks/bookmarks/models.py",
 line 11, in <module>
    class Bookmark(models.Model):
  File 
"/home/gustavo/Documentos/Seminario/SerTecnologico/Proyecto/django_bookmarks/../django_bookmarks/bookmarks/models.py",
 line 12, in Bookmark
    title = models.CharField(maxlength=200)
  File "/usr/lib/python2.7/dist-packages/django/db/models/fields/__init__.py", 
line 545, in __init__
    super(CharField, self).__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'maxlength'

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: python-django-auth-openid (not installed)
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Tue Feb 26 19:11:43 2013
ErrorMessage: intentando sobreescribir 
`/usr/share/pyshared/django_openid_auth/admin.py', que está también en el 
paquete python-django-openid-auth 0.2-0ubuntu1
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
MarkForUpload: True
SourcePackage: django-openid-auth
Title: package python-django-auth-openid (not installed) failed to 
install/upgrade: intentando sobreescribir 
`/usr/share/pyshared/django_openid_auth/admin.py', que está también en el 
paquete python-django-openid-auth 0.2-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: django-openid-auth (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1133730

Title:
  package python-django-auth-openid (not installed) failed to
  install/upgrade: intentando sobreescribir
  `/usr/share/pyshared/django_openid_auth/admin.py', que está también en
  el paquete python-django-openid-auth 0.2-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/django-openid-auth/+bug/1133730/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to