Not a PATH issue, but a PYTHONPATH issue.
Run "python manage.py shell" and try to import 'messages.'
I suspect it's not where you think it is, or its location is not on your
PYTHONPATH.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To pos
Ya, it is probably a path issue. It is set as this by the way -->
['',
'/usr/lib64/python2.4/site-packages/MySQL_python-1.2.3c1-py2.4-linux-x86_64.egg',
'/usr/lib64/python24.zip', '/usr/lib64/python2.4',
'/usr/lib64/python2.4/plat-linux2', '/usr/lib64/python2.4/lib-tk',
'/usr/lib64/python2.4/lib-d
Also can I assume, regarding the above question above, that "messages" is
the last thing Django is processing since it is at the
bottom of the list in installed apps? I.e. If I fix the messages error it
might work?
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
Check your PYTHONPATH. Perhaps it's not set right on the CentOS machine.
The Linux distro shouldn't make a difference, nor should the presence of
Cpanel or MySQL.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send ema
Hey Gang, I have a Django project built on a Debian server at home using http://djangobb.org";>DjangoBB.
It is working on the Debain OS but I am having huge problems on the Centos
server. This seams to be the farthest I can go with it. -->
#-->python manage.py syncdb
Error: N
Solved it. Found something called pip that installs pythons packages.
thanks for your answers
On May 5, 9:34 pm, Jacob Scherffenberg wrote:
> Cool, but what folder should i put, the content of that download into,
> found something similar.
> but im not quite sure which python folder is the right
Cool, but what folder should i put, the content of that download into,
found something similar.
but im not quite sure which python folder is the right one?
whereis python - gives me like 10 paths.
On 5 Maj, 20:55, David Markey wrote:
> A quick google yields:
>
> https://github.com/robhudson/djang
Okay i see now that the packages system install both python-django and
python-django-debug-toolbar,
when i ask for the debug-toolbar.
And apparently the python-django version in the package systems is
1.1.1 which is the problem.
but how do i get debug-toolbar without getting python-django(again) ?
A quick google yields:
https://github.com/robhudson/django-debug-toolbar
On 5 May 2011 19:51, Jacob Scherffenberg wrote:
> I found the problem, but stil doesn't really know what to do.
> But i was fairly sure that i used 1.3, which i did.
> But when i install the debug-toolbar with sudo apt-ge
I found the problem, but stil doesn't really know what to do.
But i was fairly sure that i used 1.3, which i did.
But when i install the debug-toolbar with sudo apt-get install pyhton-
djang-debug-toolbar.
My django version changes to version 1.1.1
Where can i get the toolbar otherwise, and without
On Thu, May 5, 2011 at 7:43 AM, Jacob Scherffenberg wrote:
> Im using Django-1.3
>
>
Are you absolutely sure about that? The message generally happens when you
have a settings file produced by 1.2+ or higher (thus including the
django.contrib.messages app in INSTALLED_APPS) but the running level o
Im using Django-1.3
On May 4, 1:35 pm, Kenneth Gonsalves wrote:
> On Wed, 2011-05-04 at 02:10 -0700, Jacob Scherffenberg wrote:
> > Have been working on anError:Nomodulenamed debug toolbar for a
> > couple hours, finally realized that i could just use the ubuntu
> > package system, to get it.
> >
On Wed, 2011-05-04 at 02:10 -0700, Jacob Scherffenberg wrote:
> Have been working on an Error: No module named debug toolbar for a
> couple hours, finally realized that i could just use the ubuntu
> package system, to get it.
> Thought that was all, but now i get Error: No module na
ust use the ubuntu
> package system, to get it.
> Thought that was all, but now i get Error: No module named messages.?
> What to do?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send
Have been working on an Error: No module named debug toolbar for a
couple hours, finally realized that i could just use the ubuntu
package system, to get it.
Thought that was all, but now i get Error: No module named messages.?
What to do?
--
You received this message because you are subscribed
15 matches
Mail list logo