This is me, Wu!
Lang: pythontraceback
Get the source!
Actions
Recent Pastes
ledger currencies (betabug enero 22, 2012 at 20:11)
currency (betabug enero 18, 2012 at 16:29)
ledger (b diciembre 29, 2011 at 23:55)
sed parser for templates (Wu diciembre 17, 2011 at 18:59)
hg diff after mistery pull (bebu diciembre 17, 2011 at 16:10)
mailcap (bebu diciembre 16, 2011 at 11:11)
a function to set a version of a file (Wu diciembre 13, 2011 at 19:04)
smartctl -a /dev/sg3 (Wu diciembre 09, 2011 at 11:13)
smartctl -a /dev/sg2 (Wu diciembre 09, 2011 at 11:54)
gpg mutt ( noviembre 25, 2011 at 18:48)
About
This is the paste site from e-shell.org, my personal website. It is an instance of the CodeSharingZ Zope Product (just take a look at http://zopecode.codigo23.net/wiki/CodeSharingZ to learn more about it). Feel free to paste whatever you want, but notice that all the pastes in here are deleted in a regular basis.
Links
L pythontraceback
(http://www.python.org)

a traceback of a django error

 1 Environment:
 2 
 3 Request Method: POST
 4 Request URL: http://localhost:8888/content/home/doc/documentacion/ayudas-y-subvenciones/add/folder/
 5 Django Version: 1.2.1
 6 Python Version: 2.5.5
 7 Installed Applications:
 8 ['django.contrib.auth',
 9  'django.contrib.contenttypes',
10  'django.contrib.sessions',
11  'django.contrib.sites',
12  'django.contrib.admin',
13  'django.contrib.comments',
14  'django.contrib.admindocs',
15  'djapian',
16  'treemenus',
17  'z5',
18  'socialize',
19  'lex',
20  'tagging',
21  'rosetta']
22 Installed Middleware:
23 ('django.middleware.common.CommonMiddleware',
24  'django.contrib.sessions.middleware.SessionMiddleware',
25  'django.contrib.auth.middleware.AuthenticationMiddleware',
26  'django.middleware.locale.LocaleMiddleware',
27  'django.contrib.csrf.middleware.CsrfMiddleware')
28 
29 
30 Traceback:
31 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/django/core/handlers/base.py" in get_response
32   100.                     response = callback(request, *callback_args, **callback_kwargs)
33 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/django/contrib/auth/decorators.py" in _wrapped_view
34   25.                 return view_func(request, *args, **kwargs)
35 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/../agoralocal/apps/z5/views.py" in create_item
36   955.     return create_object(request, **params)
37 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/django/views/generic/create_update.py" in create_object
38   113.             new_object = form.save()
39 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/../agoralocal/apps/z5/forms.py" in save
40   33.         return super(GenericAdminForm, self).save(commit)
41 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/django/forms/models.py" in save
42   371.                              fail_message, commit, construct=False)
43 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/django/forms/models.py" in save_instance
44   86.         instance.save()
45 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/../agoralocal/apps/z5/models.py" in save
46   342.                 add_ct_to_treemenu(self, menuitem_menu)
47 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/../agoralocal/apps/z5/c23.py" in add_ct_to_treemenu
48   731.         menuitem_url = '/agoralocal/content/%s/%s/' % (get_item_full_path(ct_object, True),
49 File "/Users/wu/pexego/AgoraLocal/agoralocal_repo/agoralocal/../agoralocal/apps/z5/c23.py" in get_item_full_path
50   586.     if not parent and int(item.parent_object_id):
51 
52 Exception Type: TypeError at /content/home/doc/documentacion/ayudas-y-subvenciones/add/folder/
53 Exception Value: int() argument must be a string or a number, not 'NoneType'
Pasted by Wu on agosto 20, 2010 at 17:54 | Lang: pythontraceback | (53 lines of code)