Closed GoogleCodeExporter closed 8 years ago
fixed after installing ipaddr library via "easy_install ipaddr".
Original comment by Reio...@gmail.com
on 11 Feb 2010 at 4:58
[deleted comment]
Hi, just apply this patch from: http://code.google.com/p/google-app-engine-
django/source/detail?r=102
-------
Log message
Adds new dependency, ipaddr, from SDK
Affected files expand all collapse all
Modify /trunk/appengine_django/__init__.py diff
...
129 129 SDK_PATH,
130 130 os.path.join(SDK_PATH, 'lib', 'antlr3'),
131 131 os.path.join(SDK_PATH, 'lib', 'django'),
132 + os.path.join(SDK_PATH, 'lib', 'ipaddr'),
132 133 os.path.join(SDK_PATH, 'lib', 'webob'),
133 134 os.path.join(SDK_PATH, 'lib', 'yaml', 'lib'),
134 135 ]
Original comment by deccico
on 13 Feb 2010 at 9:46
I have updated my __init__.py file with the above but getting the same result.
Anyone getting the same thing?
Very frustrated.
Original comment by stallar...@gmail.com
on 6 May 2010 at 5:24
[deleted comment]
http://stackoverflow.com/questions/2313611/django-and-google-app-engine-helper-n
ot-finding-the-ipaddr-module/2955681
Original comment by stewart....@gmail.com
on 2 Jun 2010 at 12:40
This was fixed in r102 back in February.
Original comment by m...@google.com
on 8 Jun 2010 at 11:49
I see that the fix has been checked in to svn, but when is this fix going to be
released? The only download in this project is r100.
Original comment by allyourc...@gmail.com
on 18 Jun 2010 at 8:50
I've uploaded a new zip of r105.
In general you should consider code 'released' as soon as it is committed. We
don't have a formal release process for the helper at this point in time, the
zip files are just provided as a convenience.
Cheers
Original comment by m...@google.com
on 21 Jun 2010 at 10:40
I see. Thanks. Maybe this should be noted in the wiki?
Original comment by allyourc...@gmail.com
on 21 Jun 2010 at 10:18
In my previous comment, this = "checked in = released"
Original comment by allyourc...@gmail.com
on 21 Jun 2010 at 10:19
Original issue reported on code.google.com by
Reio...@gmail.com
on 11 Feb 2010 at 4:41