Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ppadd don't work #28

Closed
PyKaB opened this issue Jan 25, 2012 · 0 comments
Closed

ppadd don't work #28

PyKaB opened this issue Jan 25, 2012 · 0 comments
Labels
Milestone

Comments

@PyKaB
Copy link

PyKaB commented Jan 25, 2012

I have a AttributeError when I try to add Fabric(or something else):

./manage.py ppadd fabric --owner=xxx

Traceback (most recent call last):
  File "chishop/manage.py", line 14, in <module>
    execute_manager(settings)
  File "/home/chishop/.env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 438, in execute_manager
    utility.execute()
  File "/home/chishop/.env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/chishop/.env/local/lib/python2.7/site-packages/django/core/management/base.py", line 191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/home/chishop/.env/local/lib/python2.7/site-packages/django/core/management/base.py", line 220, in execute
    output = self.handle(*args, **options)
  File "/home/chishop/.env/local/lib/python2.7/site-packages/django/core/management/base.py", line 322, in handle
    label_output = self.handle_label(label, **options)
  File "/home/chishop/.env/local/lib/python2.7/site-packages/djangopypi/management/commands/ppadd.py", line 62, in handle_label
    self._save_package(path, options["owner"])
  File "/home/chishop/.env/local/lib/python2.7/site-packages/djangopypi/management/commands/ppadd.py", line 132, in _save_package
    release.distribution.save(filename, file)
AttributeError: 'Release' object has no attribute 'distribution'
@jaap3 jaap3 mentioned this issue Apr 13, 2012
benliles pushed a commit that referenced this issue Apr 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants