Hi all,
Tried to use PyPy to run django and tried following this instructions:
https://code.djangoproject.com/wiki/DjangoAndPyPy
But with no luck - I'm getting this error when trying to run pypy manage.py:
$ pypy manage.py runserver
'import site' failed
Traceback (most recent call last):
File "app_main.py", line 53, in run_toplevel
File "manage.py", line 2, in <module>
from django.core.management import execute_manager
ImportError: No module named django.core
However, it can find django module:
$ pypy
'import site' failed
Python 2.7.1 (b590cf6de419, Apr 30 2011, 02:00:34)
[PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``"3 + 3 = 8" Anto in the JIT
talk''
>>>> import django
>>>> django
<module 'django' from '/usr/share/pyshared/django/__init__.py'>
>>>>
Googling didn't helped me - any ideas?
PS it works well with my default python2.6 installation. My OS is debian, if
it can help anyhow...
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/fQx3WRQIiHIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.