All,
when trying to use manage.py from the command line, I get the
following error. Running "python manage.py" is sufficient to get this,
it does not depend on the command after the manage.py.

=====
gianfranco-cecconis-macbook-pro:GAPE project giacecco$ python
manage.py
WARNING:root:Could not read datastore data from /var/folders/N8/
N8qeBmGnFqqEQCAHzR9XOk+++TI/-Tmp-/django_giacecco-prod.datastore
WARNING:root:Could not read datastore data from /var/folders/N8/
N8qeBmGnFqqEQCAHzR9XOk+++TI/-Tmp-/django_giacecco-
prod.datastore.history
Traceback (most recent call last):
  File "manage.py", line 18, in <module>
    InstallAppengineHelperForDjango()
  File "/Users/giacecco/www.giacec.co.uk/GAPE project/__init__.py",
line 441, in InstallAppengineHelperForDjango

  File "/Users/giacecco/www.giacec.co.uk/GAPE project/__init__.py",
line 494, in InstallModelForm

  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/ext/db/djangoforms.py", line 454, in <module>
    class ModelChoiceField(forms.Field):
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/ext/db/djangoforms.py", line 457, in ModelChoiceField
    'invalid_choice': _(u'Please select a valid choice. '
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/
django/django/conf/__init__.py", line 147, in first_time_gettext
    return gettext(*args)
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/
django/django/utils/translation/trans_real.py", line 268, in gettext
    _default = translation(settings.LANGUAGE_CODE)
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/
django/django/utils/translation/trans_real.py", line 197, in
translation
    default_translation = _fetch(settings.LANGUAGE_CODE)
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/
django/django/utils/translation/trans_real.py", line 182, in _fetch
    app = __import__(appname, {}, {}, [])
  File "/Users/giacecco/www.giacec.co.uk/GAPE project/main.py", line
29, in <module>
    InstallAppengineHelperForDjango()
  File "/Users/giacecco/www.giacec.co.uk/GAPE project/__init__.py",
line 441, in InstallAppengineHelperForDjango

  File "/Users/giacecco/www.giacec.co.uk/GAPE project/__init__.py",
line 494, in InstallModelForm

ImportError: cannot import name djangoforms
=====

I am using Google App Engine Launcher 1.1.5.151 on MacOS 10.5.5. When
launching the web application through it I have no issues, but perhaps
it is not relevant. Any advice? I wanted to use the command line to do
some debugging.

Giacecco

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to