[p2pu-dev] Build failed in Hudson: lernanta #141

James Tatum jtatum at gmail.com
Fri Aug 12 05:59:45 UTC 2011


The breaking change is at:
https://github.com/p2pu/lernanta/commit/c8f7ee594e950e14068488257b8fc34b38f2c560#diff-3

All the lernanta apps changed from i.e. pagination to lernanta.apps.pagination.

My python can't import lernanta.apps.pagination. I'm not really sure
how that's supposed to work - there is no lernanta directory, just an
apps directory. Shouldn't this just be apps.pagination?

A few snippets from the shell:
(.env)hudson at coin:~/jobs/lernanta/workspace$ ./manage.py shell
Error: No module named lernanta.apps.drumbeat
(.env)hudson at coin:~/jobs/lernanta/workspace$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import lernanta.apps.drumbeat
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named lernanta.apps.drumbeat
>>> import apps.drumbeat

A little lost on the rationale for this change - just trying to
understand it from a Python perspective...

On Thu, Aug 11, 2011 at 10:43 PM, James Tatum <jtatum at gmail.com> wrote:
> Hi Zuzel,
>
> I'll run a clean build and see. It does a pip install each time but
> the clean build will recreate the virtualenv.
>
> On Thu, Aug 11, 2011 at 3:11 PM, zuzel.vp <zuzel.vp at gmail.com> wrote:
>> Hi James,
>>
>> Can you check if getting the last version of django_nose or something
>> like https://github.com/p2pu/lernanta/commit/fbd1fb47afa751002cebb5c82de34abfd9880179
>> solves this issue on the CI server?
>>
>> --
>> Thanks,
>>    Zuzel
>>
>> On Thu, Aug 11, 2011 at 5:26 PM, Lernanta Hudson <hudson at coin.5cat.com> wrote:
>>> See <http://coin.5cat.com:8080/job/lernanta/141/changes>
>>>
>>> Changes:
>>>
>>> [Zuzel Vera] Adding the directory containing lernanta into path.
>>>
>>> ------------------------------------------
>>> [...truncated 129 lines...]
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/unicodecsv.egg-link> (link to .)
>>>    unicodecsv 0.8.0 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/unicodecsv>
>>>  Running setup.py develop for wellknown
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/wellknown.egg-link> (link to .)
>>>    wellknown 0.1dev is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/wellknown>
>>>  Running setup.py develop for xrd
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/python-xrd.egg-link> (link to .)
>>>    python-xrd 0.1 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/xrd>
>>> Successfully installed commonware django-ckeditor django-obi django-openid-auth django-push django-recaptcha python-xrd unicodecsv wellknown xrd
>>> Cleaning up...
>>> Requirement already satisfied (use --upgrade to upgrade): django-maintenancemode==0.9.2 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 15))
>>> Requirement already satisfied (use --upgrade to upgrade): markdown==2.0.3 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 12))
>>> Obtaining django-obi from git+git://github.com/zuzelvp/django-obi.git#egg=django_obi (from -r requirements/prod.txt (line 26))
>>>  Updating ./.env/src/django-obi clone
>>>  Running setup.py egg_info for package django-obi
>>>
>>> Obtaining django-ckeditor from git+git://github.com/shaunsephton/django-ckeditor.git#egg=django_ckeditor (from -r requirements/prod.txt (line 24))
>>>  Updating ./.env/src/django-ckeditor clone
>>>  Running setup.py egg_info for package django-ckeditor
>>>
>>> Obtaining test-utils from git+git://github.com/jbalogh/test-utils#egg=test-utils (from -r requirements/dev.txt (line 11))
>>>  Updating ./.env/src/test-utils clone
>>>  Running setup.py egg_info for package test-utils
>>>
>>>    no previously-included directories found matching 'example-project'
>>> Requirement already satisfied (use --upgrade to upgrade): python-openid==2.2.5 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 11))
>>> Requirement already satisfied (use --upgrade to upgrade): lxml==2.3 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 14))
>>> Requirement already satisfied (use --upgrade to upgrade): pep8==0.6.1 in ./.env/lib/python2.7/site-packages (from -r requirements/dev.txt (line 7))
>>> Obtaining xrd from git+git://github.com/paulosman/python-xrd#egg=xrd (from -r requirements/prod.txt (line 19))
>>>  Updating ./.env/src/xrd clone
>>>  Running setup.py egg_info for package xrd
>>>
>>> Requirement already satisfied (use --upgrade to upgrade): beautifulsoup==3.2.0 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 7))
>>> Requirement already satisfied (use --upgrade to upgrade): nose==1.0.0 in ./.env/lib/python2.7/site-packages (from -r requirements/dev.txt (line 5))
>>> Requirement already satisfied (use --upgrade to upgrade): celery==2.2.6 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 3))
>>> Requirement already satisfied (use --upgrade to upgrade): docutils==0.7 in ./.env/lib/python2.7/site-packages (from -r requirements/dev.txt (line 3))
>>> Requirement already satisfied (use --upgrade to upgrade): feedparser==5.0.1 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 8))
>>> Obtaining commonware from git+git://github.com/jsocol/commonware.git#egg=commonware (from -r requirements/prod.txt (line 18))
>>>  Updating ./.env/src/commonware clone
>>>  Running setup.py egg_info for package commonware
>>>
>>> Obtaining wellknown from git+git://github.com/paulosman/django-wellknown.git#egg=wellknown (from -r requirements/prod.txt (line 20))
>>>  Updating ./.env/src/wellknown clone
>>>  Running setup.py egg_info for package wellknown
>>>
>>> Obtaining django-openid-auth from git+git://github.com/paulosman/django-openid-auth.git#egg=django_openid_auth (from -r requirements/prod.txt (line 23))
>>>  Updating ./.env/src/django-openid-auth clone
>>>  Running setup.py egg_info for package django-openid-auth
>>>
>>> Obtaining unicodecsv from git+git://github.com/jdunck/python-unicodecsv.git#egg=unicodecsv (from -r requirements/prod.txt (line 25))
>>>  Updating ./.env/src/unicodecsv clone
>>>  Running setup.py egg_info for package unicodecsv
>>>
>>> Obtaining django-recaptcha from git+git://github.com/mozilla/django-recaptcha.git#egg=django-recaptcha (from -r requirements/prod.txt (line 21))
>>>  Updating ./.env/src/django-recaptcha clone
>>>  Running setup.py egg_info for package django-recaptcha
>>>
>>> Requirement already satisfied (use --upgrade to upgrade): django-voting==0.1 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 6))
>>> Obtaining django-nose from git+git://github.com/jbalogh/django-nose#egg=django-nose (from -r requirements/dev.txt (line 10))
>>>  Updating ./.env/src/django-nose clone
>>>  Running setup.py egg_info for package django-nose
>>>
>>> Requirement already satisfied (use --upgrade to upgrade): jinja2==2.5.5 in ./.env/lib/python2.7/site-packages (from -r requirements/dev.txt (line 6))
>>> Requirement already satisfied (use --upgrade to upgrade): bleach==1.0.1 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 13))
>>> Requirement already satisfied (use --upgrade to upgrade): ipython==0.10.2 in ./.env/lib/python2.7/site-packages (from -r requirements/dev.txt (line 4))
>>> Requirement already satisfied (use --upgrade to upgrade): django-taggit==0.9.3 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 5))
>>> Obtaining django-debug-toolbar from git+git://github.com/robhudson/django-debug-toolbar.git#egg=django-debug-toolbar (from -r requirements/dev.txt (line 12))
>>>  Updating ./.env/src/django-debug-toolbar clone
>>>  Running setup.py egg_info for package django-debug-toolbar
>>>
>>> Requirement already satisfied (use --upgrade to upgrade): pyflakes==0.4.0 in ./.env/lib/python2.7/site-packages (from -r requirements/dev.txt (line 8))
>>> Obtaining django-push from git+git://github.com/paulosman/django-push.git#egg=django_push (from -r requirements/prod.txt (line 22))
>>>  Updating ./.env/src/django-push clone
>>>  Running setup.py egg_info for package django-push
>>>
>>> Requirement already satisfied (use --upgrade to upgrade): django==1.3 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 1))
>>> Obtaining python-xrd from git+git://github.com/jbalogh/django-cache-machine.git#egg=python_xrd-dev (from -r requirements/prod.txt (line 17))
>>>  Updating ./.env/src/python-xrd clone
>>>  Running setup.py egg_info for package python-xrd
>>>
>>>    no previously-included directories found matching 'examples'
>>> Requirement already satisfied (use --upgrade to upgrade): django-messages==0.4.4 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 10))
>>> Requirement already satisfied (use --upgrade to upgrade): python-memcached==1.47 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 2))
>>> Requirement already satisfied (use --upgrade to upgrade): django-celery==2.2.4 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 4))
>>> Requirement already satisfied (use --upgrade to upgrade): south==0.7.3 in ./.env/lib/python2.7/site-packages (from -r requirements/prod.txt (line 9))
>>> Requirement already satisfied (use --upgrade to upgrade): PIL in ./.env/lib/python2.7/site-packages/PIL (from django-ckeditor->-r requirements/prod.txt (line 24))
>>> Requirement already satisfied (use --upgrade to upgrade): distribute in ./.env/lib/python2.7/site-packages/distribute-0.6.10-py2.7.egg (from pep8==0.6.1->-r requirements/dev.txt (line 7))
>>> Requirement already satisfied (use --upgrade to upgrade): iso8601 in ./.env/lib/python2.7/site-packages (from xrd->-r requirements/prod.txt (line 19))
>>> Requirement already satisfied (use --upgrade to upgrade): python-dateutil>=1.5.0,<2.0.0 in ./.env/lib/python2.7/site-packages (from celery==2.2.6->-r requirements/prod.txt (line 3))
>>> Requirement already satisfied (use --upgrade to upgrade): anyjson>=0.3.1 in ./.env/lib/python2.7/site-packages (from celery==2.2.6->-r requirements/prod.txt (line 3))
>>> Requirement already satisfied (use --upgrade to upgrade): kombu>=1.1.2,<2.0.0 in ./.env/lib/python2.7/site-packages (from celery==2.2.6->-r requirements/prod.txt (line 3))
>>> Requirement already satisfied (use --upgrade to upgrade): pyparsing>=1.5.0,<2.0.0 in ./.env/lib/python2.7/site-packages (from celery==2.2.6->-r requirements/prod.txt (line 3))
>>> Requirement already satisfied (use --upgrade to upgrade): recaptcha-client in ./.env/lib/python2.7/site-packages (from django-recaptcha->-r requirements/prod.txt (line 21))
>>> Requirement already satisfied (use --upgrade to upgrade): html5lib in ./.env/lib/python2.7/site-packages (from bleach==1.0.1->-r requirements/prod.txt (line 13))
>>> Requirement already satisfied (use --upgrade to upgrade): django-picklefield in ./.env/lib/python2.7/site-packages (from django-celery==2.2.4->-r requirements/prod.txt (line 4))
>>> Requirement already satisfied (use --upgrade to upgrade): amqplib>=0.6 in ./.env/lib/python2.7/site-packages (from kombu>=1.1.2,<2.0.0->celery==2.2.6->-r requirements/prod.txt (line 3))
>>> Installing collected packages: commonware, django-ckeditor, django-debug-toolbar, django-nose, django-obi, django-openid-auth, django-push, django-recaptcha, python-xrd, test-utils, unicodecsv, wellknown, xrd
>>>  Running setup.py develop for commonware
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/commonware.egg-link> (link to .)
>>>    commonware 0.2.4 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/commonware>
>>>  Running setup.py develop for django-ckeditor
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-ckeditor.egg-link> (link to .)
>>>    django-ckeditor 0.0.9 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-ckeditor>
>>>  Running setup.py develop for django-debug-toolbar
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-debug-toolbar.egg-link> (link to .)
>>>    django-debug-toolbar 0.8.5 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-debug-toolbar>
>>>  Running setup.py develop for django-nose
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-nose.egg-link> (link to .)
>>>    django-nose 0.1.3 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-nose>
>>>  Running setup.py develop for django-obi
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-obi.egg-link> (link to .)
>>>    django-obi 0.1 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-obi>
>>>  Running setup.py develop for django-openid-auth
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-openid-auth.egg-link> (link to .)
>>>    django-openid-auth 0.3 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-openid-auth>
>>>  Running setup.py develop for django-push
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-push.egg-link> (link to src)
>>>    django-push 0.3 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-push/src>
>>>  Running setup.py develop for django-recaptcha
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-recaptcha.egg-link> (link to .)
>>>    django-recaptcha 0.0.1 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-recaptcha>
>>>  Running setup.py develop for python-xrd
>>>
>>>    no previously-included directories found matching 'examples'
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django-cache-machine.egg-link> (link to .)
>>>    django-cache-machine 0.4 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/python-xrd>
>>>  Running setup.py develop for test-utils
>>>
>>>    no previously-included directories found matching 'example-project'
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/test-utils.egg-link> (link to .)
>>>    test-utils 0.3 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/test-utils>
>>>  Running setup.py develop for unicodecsv
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/unicodecsv.egg-link> (link to .)
>>>    unicodecsv 0.8.0 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/unicodecsv>
>>>  Running setup.py develop for wellknown
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/wellknown.egg-link> (link to .)
>>>    wellknown 0.1dev is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/wellknown>
>>>  Running setup.py develop for xrd
>>>
>>>    Creating <http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/python-xrd.egg-link> (link to .)
>>>    python-xrd 0.1 is already the active version in easy-install.pth
>>>
>>>    Installed <http://coin.5cat.com:8080/job/lernanta/ws/.env/src/xrd>
>>> Successfully installed commonware django-ckeditor django-debug-toolbar django-nose django-obi django-openid-auth django-push django-recaptcha python-xrd test-utils unicodecsv wellknown xrd
>>> Cleaning up...
>>> [workspace] $ /bin/bash /tmp/hudson3254940816821540040.sh
>>> **> creating settings_local.py
>>> [workspace] $ /bin/bash /tmp/hudson3473206099080331305.sh
>>> Removing .pyc files...
>>> [workspace] $ /bin/bash /tmp/hudson317453094918654875.sh
>>> Traceback (most recent call last):
>>>  File "./manage.py", line 26, in <module>
>>>    execute_manager(settings)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 438, in execute_manager
>>>    utility.execute()
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 379, in execute
>>>    self.fetch_command(subcommand).run_from_argv(self.argv)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 261, in fetch_command
>>>    klass = load_command_class(app_name, subcommand)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 67, in load_command_class
>>>    module = import_module('%s.management.commands.%s' % (app_name, name))
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/utils/importlib.py",> line 35, in import_module
>>>    __import__(name)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/south/management/commands/__init__.py",> line 10, in <module>
>>>    import django.template.loaders.app_directories
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/template/loaders/app_directories.py",> line 23, in <module>
>>>    raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
>>> django.core.exceptions.ImproperlyConfigured: ImportError lernanta.apps.pagination: No module named lernanta.apps.pagination
>>> Traceback (most recent call last):
>>>  File "./manage.py", line 26, in <module>
>>>    execute_manager(settings)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 438, in execute_manager
>>>    utility.execute()
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 379, in execute
>>>    self.fetch_command(subcommand).run_from_argv(self.argv)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 261, in fetch_command
>>>    klass = load_command_class(app_name, subcommand)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 67, in load_command_class
>>>    module = import_module('%s.management.commands.%s' % (app_name, name))
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/utils/importlib.py",> line 35, in import_module
>>>    __import__(name)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/south/management/commands/__init__.py",> line 10, in <module>
>>>    import django.template.loaders.app_directories
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/template/loaders/app_directories.py",> line 23, in <module>
>>>    raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
>>> django.core.exceptions.ImproperlyConfigured: ImportError lernanta.apps.pagination: No module named lernanta.apps.pagination
>>> Traceback (most recent call last):
>>>  File "./manage.py", line 26, in <module>
>>>    execute_manager(settings)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 438, in execute_manager
>>>    utility.execute()
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 379, in execute
>>>    self.fetch_command(subcommand).run_from_argv(self.argv)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 261, in fetch_command
>>>    klass = load_command_class(app_name, subcommand)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/core/management/__init__.py",> line 67, in load_command_class
>>>    module = import_module('%s.management.commands.%s' % (app_name, name))
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/utils/importlib.py",> line 35, in import_module
>>>    __import__(name)
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/src/django-nose/django_nose/management/commands/test.py",> line 10, in <module>
>>>    from south.management.commands.test import Command
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/south/management/commands/__init__.py",> line 10, in <module>
>>>    import django.template.loaders.app_directories
>>>  File "<http://coin.5cat.com:8080/job/lernanta/ws/.env/lib/python2.7/site-packages/django/template/loaders/app_directories.py",> line 23, in <module>
>>>    raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
>>> django.core.exceptions.ImproperlyConfigured: ImportError lernanta.apps.pagination: No module named lernanta.apps.pagination
>>> Recording test results
>>>
>>> _______________________________________________
>>> p2pu-dev mailing list
>>> p2pu-dev at lists.p2pu.org
>>> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>>>
>>
>


More information about the p2pu-dev mailing list