hitrust / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

Add antlr3 to sys.path #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
antlr3 is now prepackaged with Google App Engine SDK so it would be great
if helper put it into EXTRA_PATHS.

I saw that some people have problem with antlr3 missing on their system
when trying to use helper with the SDK, the simple solution is to modify
appengine_django/__init__.py and add:

     os.path.join(SDK_PATH, 'lib', 'antlr3'),

to EXTRA_PATHS (__init__.py line 101) - as this library is already in the SDK.

Original issue reported on code.google.com by 111100...@gmail.com on 28 Mar 2009 at 5:16

GoogleCodeExporter commented 9 years ago
Or just update the damn ZIP file! :-)

I've just learned the trunk has been fixed some time ago.

Sorry...

Original comment by 111100...@gmail.com on 28 Mar 2009 at 7:50

GoogleCodeExporter commented 9 years ago
antrl3 was added to EXTRA_PATHS in r68.

Original comment by mattbrow...@gmail.com on 17 Apr 2009 at 5:18