google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

bin/clone_pinax_project.py -l exception. #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On r1501 here.

1. Run `bin/clone_pinax_project.py -l`
2. You'll get an exception.

$ bin/pinax_clone_project.py -l
Available Projects
------------------
README:
Traceback (most recent call last):
  File "bin/pinax_clone_project.py", line 123, in <module>
    about = getattr(__import__(project), '__about__', '')
ImportError: No module named README

Patch attached to fix, by changing the globbing to only match things in
projects/ that end in _project when getting a list of projects to show.

Original issue reported on code.google.com by akgo...@gmail.com on 3 Feb 2009 at 7:37

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by jtau...@gmail.com on 16 Mar 2009 at 2:53

GoogleCodeExporter commented 9 years ago
Fixed in r1616.

Original comment by bros...@gmail.com on 19 Mar 2009 at 7:40

GoogleCodeExporter commented 9 years ago
moved to http://code.pinaxproject.com/tasks/task/69/

Original comment by pyDanny on 1 Apr 2009 at 12:48