Re: (sem Assunto) Sorry... Django Setup Problem

2010-10-26 Thread Nelson Saraiva
you think this problem is the Django_countries? I expected it to be in PostgreSQL. I'll check the versions now! Thanks 2010/10/26 Venkatraman S > > On Tue, Oct 26, 2010 at 5:28 PM, Nelson Saraiva wrote: > >> * >> File >> "C:\Python25\lib\site-packages\django\db\backends\postgresql_psycopg2

Re: Django setup problem when executing syncdb

2009-04-21 Thread Vince
In ubuntu, you'll need to install mysqldb package for python: sudo apt-get install python-mysqldb test by entering python interactive mode and importing the package without errors: $ python $ import MySQLdb case matters. On Mar 10, 5:09 am, Karen Tracey wrote: > On Tue, Mar 10, 2009 at 1:54

Re: Django setup problem when executing syncdb

2009-03-10 Thread Karen Tracey
On Tue, Mar 10, 2009 at 1:54 AM, kk wrote: > > Hi Karen, > > I'm having the same problem as ches and brita had. I downloaded the > link that you have given, but I'm unable to run as it is an > application. If you can guide me where to store that application and > how to run that, I will be glad.

Re: Django setup problem when executing syncdb

2009-03-10 Thread kk
Hi Karen, I'm having the same problem as ches and brita had. I downloaded the link that you have given, but I'm unable to run as it is an application. If you can guide me where to store that application and how to run that, I will be glad. Also, for the DATABASEHOST in settings do we need to giv

Re: Django setup problem when executing syncdb

2009-03-06 Thread bitra
Thanks Karen, I tried the module and it works well. Now I can use mysql as the database. Thanks alot. On Mar 6, 11:16 pm, bitra wrote: > Thanks Karen, > oops, I forgot to mention, yes I'm using Windows and had the same "No > module named Mysqldb" error message... > > I'm checking the link you ga

Re: Django setup problem when executing syncdb

2009-03-06 Thread bitra
Thanks Karen, oops, I forgot to mention, yes I'm using Windows and had the same "No module named Mysqldb" error message... I'm checking the link you gave and I'll try it out. Thanks again. :) On Mar 6, 11:05 pm, Karen Tracey wrote: > On Fri, Mar 6, 2009 at 10:54 AM, bitra wrote: > > > Hi, I

Re: Django setup problem when executing syncdb

2009-03-06 Thread Karen Tracey
On Fri, Mar 6, 2009 at 10:54 AM, bitra wrote: > > Hi, I had the same problem with ches. I install mysql with Django > 1.0.2 and given the same error message, but I was using Python 2.5.2. > Do I have to install mysqldb module for this Python version? > Yes. You have to install a mysqldb built a

Re: Django setup problem when executing syncdb

2009-03-06 Thread bitra
Hi, I had the same problem with ches. I install mysql with Django 1.0.2 and given the same error message, but I was using Python 2.5.2. Do I have to install mysqldb module for this Python version? thanks, On Mar 1, 6:18 am, AKK wrote: > If you have windows you may want to try this version > >

Re: Django setup problem when executing syncdb

2009-03-02 Thread bvemu
Hi All I apologise for posting a wrong answer , thanks karen for correcting it btw is it also applicable on linux I have been searching for MySQLdb for python 2.6 on linux and could not find it Thanks Vemu On Mar 2, 10:34 pm, Karen Tracey wrote: > On Mon, Mar 2, 2009 at 12:03 PM, bvemu wrote

Re: Django setup problem when executing syncdb

2009-03-02 Thread Karen Tracey
On Mon, Mar 2, 2009 at 12:03 PM, bvemu wrote: > > Hi Ches > > The issue is that you are using python version 2.6 for which there is > no support from the MySQLdb package This is not true. A pointer to a binary of MySQLdb for Python 2.6 on Windows was posted a while ago, AKK referred to it ea

Re: Django setup problem when executing syncdb

2009-03-02 Thread bvemu
Hi Ches The issue is that you are using python version 2.6 for which there is no support from the MySQLdb package so you have to downgrade your python version to 2.5.4 and let your PYTHONPATH point to that (for example I am using SLE 11.1 henceforth placed the bin of python 2.5.4 in my /home/s

Re: Django setup problem when executing syncdb

2009-03-01 Thread vector9x
try with python manage.py syncdb instead of manage.py syncdb On 28 feb, 09:23, ches wrote: > Dear All, > I have install Python2.6,Django 1.0.2, I'm sure it is installed > ok,since there is no errors on "import django" from the > interpreter,however when executing syncdb, I got: > > C:\Dja

Re: Django setup problem when executing syncdb

2009-02-28 Thread AKK
If you have windows you may want to try this version http://groups.google.com/group/django-users/msg/5b5f4dee148d0fc3 There wasn't an mysqldb module exe version available for python 2.6 when i looked a few weeks ago. I installed that and its worked fine. Andrew On 28 Feb, 14:23, ches wrote: >

Re: Django setup problem when executing syncdb

2009-02-28 Thread Horst Gutmann
As the error message already says: Your missing the MySQLdb module. Depending on your system you should be looking for something like a py26-mysql or python-mysql package or install it manually yourself :-) -- Horst On Sat, Feb 28, 2009 at 3:23 PM, ches wrote: > Dear All, > I have install Pytho

Django setup problem when executing syncdb

2009-02-28 Thread ches
Dear All, I have install Python2.6,Django 1.0.2, I'm sure it is installed ok,since there is no errors on "import django" from the interpreter,however when executing syncdb, I got: C:\Django\projects\documenti>manage.py syncdb Traceback (most recent call last): File "C:\Django\projects\documenti

django setup problem

2006-10-27 Thread bearsprite
my system is japanese winxp sp2 and python2.5 i checkout the r3936 form svn and run "setup.py install", but meet the strange thing: all the file under the folder '''django''' do not be copied to site-packages, where only one file created: Django-0.95-py2.5.egg-info! i browse the source of setup.