Re: can any on help me how to create a sample model project.

2009-12-16 Thread Kenneth Gonsalves
On Wednesday 16 Dec 2009 1:53:10 pm Justin Steward wrote: > Not sure on the name of the corresponding red hat package. > yum search *mysql* -- regards Kenneth Gonsalves Senior Project Officer NRC-FOSS http://nrcfosshelpline.in/web/ -- You received this message because you are subscribed to

Re: can any on help me how to create a sample model project.

2009-12-16 Thread Justin Steward
On Wed, Dec 16, 2009 at 5:53 AM, chiranjeevi muttoju wrote: > hi as i said that i had installed the mysql in other machine. when i > installing the python-mysql connector using the command > python setup.py build > At a wild guess, not knowing what you've got installed

Re: can any on help me how to create a sample model project.

2009-12-15 Thread chiranjeevi muttoju
hi as i said that i had installed the mysql in other machine. when i installing the python-mysql connector using the command python setup.py build it giving the fallowing error: [r...@scci01 MySQL-python-1.2.3c1]# python setup.py build sh: mysql_config: command not found Traceback (most recent

Re: can any on help me how to create a sample model project.

2009-12-15 Thread Simon Brunning
2009/12/15 chiranjeevi muttoju : > ImportError: No module named setuptools Seems pretty self-evident to me. Try installing setuptools first. -- Cheers, Simon B. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: can any on help me how to create a sample model project.

2009-12-15 Thread chiranjeevi muttoju
the content of that file is.. [options] # embedded: link against the embedded server library # threadsafe: use the threadsafe client # static: link against a static library (probably required for embedded) embedded = False threadsafe = True static = False # The path to mysql_config. # Only use

Re: can any on help me how to create a sample model project.

2009-12-15 Thread chiranjeevi muttoju
$ tar xfz MySQL-python-1.2.1.tar.gz $ cd MySQL-python-1.2.1 $ # edit site.cfg if necessary $ python setup.py build $ sudo python setup.py install # or su first this is the installation process specified.. I think the 3rd step is for mysql settings.. i instaled the my sql in other

Re: can any on help me how to create a sample model project.

2009-12-15 Thread Simon Brunning
2009/12/15 chiranjeevi muttoju : > hey i installed django on one machine, and sql in another machine.. in which > mechine i need to install the sql connector. The Django machine. -- Cheers, Simon B. -- You received this message because you are subscribed to the Google

Re: can any on help me how to create a sample model project.

2009-12-15 Thread chiranjeevi muttoju
hey i installed django on one machine, and sql in another machine.. in which mechine i need to install the sql connector. On Tue, Dec 15, 2009 at 7:51 PM, Simon Brunning wrote: > 2009/12/15 chiranjeevi muttoju : > > i've downloaded the mysql

Re: can any on help me how to create a sample model project.

2009-12-15 Thread Simon Brunning
2009/12/15 chiranjeevi muttoju : > i've downloaded the mysql connector "MySQL-python-1.2.3c1.tar.gz' > could u please tellme how to instal that in linux.. If you untar it, you should find installation instructions in the README. -- Cheers, Simon B. -- You received this

Re: can any on help me how to create a sample model project.

2009-12-15 Thread chiranjeevi muttoju
i've downloaded the mysql connector "MySQL-python-1.2.3c1.tar.gz' could u please tellme how to instal that in linux.. On Tue, Dec 15, 2009 at 7:36 PM, Simon Brunning wrote: > 2009/12/15 chiranjeevi muttoju : > > i cont able to understand how to

Re: can any on help me how to create a sample model project.

2009-12-15 Thread Simon Brunning
2009/12/15 chiranjeevi muttoju : > i cont able to understand how to modify the settings for mysql.. > when i run the cammand 'python manage.py shell' > it gives the error no modulr fing for No module named MySQLdb You've not installed the database module that Python needs

Re: can any on help me how to create a sample model project.

2009-12-15 Thread chiranjeevi muttoju
i cont able to understand how to modify the settings for mysql.. when i run the cammand 'python manage.py shell' it gives the error no modulr fing for No module named MySQLdb the actual error is:: --- [r...@scci01 book]# python manage.py shell Traceback

Re: can any on help me how to create a sample model project.

2009-12-15 Thread Simon Brunning
2009/12/15 'chiru'tha : > hey i've seen dat.. bt i cont able to create a new one.. i'm doing > some mistake while setting settings. If u createed a project.. plz > tell me the process in detail.. plz. > thanku.. Sorry, but that *is* the process. Why don't you tell us what

Re: can any on help me how to create a sample model project.

2009-12-15 Thread 'chiru'tha
hey i've seen dat.. bt i cont able to create a new one.. i'm doing some mistake while setting settings. If u createed a project.. plz tell me the process in detail.. plz. thanku.. On Dec 15, 6:25 pm, Simon Brunning wrote: > 2009/12/15 'chiru'tha :

Re: can any on help me how to create a sample model project.

2009-12-15 Thread Simon Brunning
2009/12/15 'chiru'tha : > hi.. > I'm new to Django, i need it in my project applications, can any one > guide me to create a new model project(using MySql database). plz give > the process in detail.. http://lmgtfy.com/?q=django+tutorial -- Cheers, Simon B. -- You

can any on help me how to create a sample model project.

2009-12-15 Thread 'chiru'tha
hi.. I'm new to Django, i need it in my project applications, can any one guide me to create a new model project(using MySql database). plz give the process in detail.. OS-- read hat DB:mysql5 python2.6 Django-1.1.1 thanku.. -- You received this message because you are subscribed to the