Re: Can't install mysqlclient

2018-12-15 Thread Rabil Abdullahi
thank you so much, I already have ubuntu LTS version on my machine. things are quite more clear now On Sat, Oct 27, 2018 at 10:11 PM Swetank Subham Roy wrote: > Yes Linux is best suited OS for developers. You can start getting familiar > with Linux by using latest Ubuntu LTS version. Ubuntu pro

RE: Can't install mysqlclient

2018-10-27 Thread Swetank Subham Roy
Yes Linux is best suited OS for developers. You can start getting familiar with Linux by using latest Ubuntu LTS version. Ubuntu provides a better GUI and ease-of-using for beginners. But getting hands-on terminal commands are of great use. -- You received this message because you are subscrib

RE: Can't install mysqlclient

2018-10-27 Thread Rabil Abdullahi
I have never used Linux before but now I want to start using it as a developer, What shall I do. Thank you Sent from Mail for Windows 10 From: Swetank Subham Roy Sent: Friday, October 26, 2018 2:55 PM To: django-users@googlegroups.com Subject: Re: Can't install mysqlclient If you are on

Re: Can't install mysqlclient

2018-10-26 Thread Swetank Subham Roy
If you are on Linux(debian): You should first install libmysqlclient-dev using command $ sudo apt-get install libmysqlclient-dev Then proceed with installing mysqlclient through pip... For more information you can follow link: https://pypi.org/project/mysqlclient/ On Thu 25 Oct, 2018, 6:59 PM

Re: Can't install mysqlclient

2018-10-26 Thread Ing.Daniel Bojorge
For avoid problem, It's better in python start with a Virtual Environment Dios L@s Bendiga Saludos, [image: --] daniel.bojorge [image: http://]about.me/daniel.bojorge *Curso Django 2.1* Mi Blog

Re: Can't install mysqlclient

2018-10-25 Thread lemme smash
you sure you have mysql server installed? also, if you plan to start development, i recommend you to seriously think about learning linux. it's a way more fit developers needs On Thursday, October 25, 2018 at 2:27:43 PM UTC+3, Rabil Abdullahi wrote: > > > > I received error message while trying

Re: can't install the pillow library on my first attempt to add an ImageField to my model

2015-01-21 Thread aseds
thanks again... On Wednesday, January 21, 2015 at 8:59:30 AM UTC-8, Vijay Khemlani wrote: > > Since you are using the system-wide python installation you need to run > pip as superuser > > sudo pip install pillow > > You could also create a virtualenv instead of installing packages > system-wide

Re: can't install the pillow library on my first attempt to add an ImageField to my model

2015-01-21 Thread Vijay Khemlani
Since you are using the system-wide python installation you need to run pip as superuser sudo pip install pillow You could also create a virtualenv instead of installing packages system-wide, which is the recommended way of creating development environments. On Wed, Jan 21, 2015 at 1:53 PM, ased

Re: can't install the pillow library on my first attempt to add an ImageField to my model

2015-01-21 Thread aseds
thank you Vijay, the error has changed. now i've got error: could not create '/usr/local/lib/python2.7/dist-packages/PIL': Permission denied Cleaning up... Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_aseds/pillow/setu

Re: can't install the pillow library on my first attempt to add an ImageField to my model

2015-01-21 Thread Vijay Khemlani
You need to install the development python package for your distro For example, in Ubuntu sudo apt-get install python-dev in Fedora sudo yum install python-devel On Wed, Jan 21, 2015 at 10:44 AM, aseds wrote: > hi, > this is the first time i tried and added an ImageField to my model. then >

Re: Can't Install on Windows 8.1

2014-01-15 Thread Malik Rumi
I got it done. Finally. Thanks to all. On Mon, Jan 6, 2014 at 2:41 AM, Mike Dewhirst wrote: > Malik > > I'm confused. What are you doing with GAE and Windows 8.1? Have you given > up Windows? > > Also, I think you will fare better with Pillow rather than PIL. It seems > PIL is no longer being s

Re: Can't Install on Windows 8.1

2014-01-06 Thread Mike Dewhirst
Malik I'm confused. What are you doing with GAE and Windows 8.1? Have you given up Windows? Also, I think you will fare better with Pillow rather than PIL. It seems PIL is no longer being supported and Pillow has taken over. Mike On 5/01/2014 11:57pm, Malik Rumi wrote: This is just an upd

Re: Can't Install on Windows 8.1

2014-01-05 Thread Malik Rumi
This is just an update to all of you, and to anyone coming after me with similar problems. No, I did not get what I wanted for Christmas. It turns out distribute has been deprecated, and I should have gotten the "new" setuptools instead. It seems the brilliant minds behind distribute set up a '

Re: Can't Install on Windows 8.1

2013-12-25 Thread Felipe Bessa Coelho
2013/12/25 Malik Rumi > Ok, everything went smoothly and beautifully as promised. I got successful > install messages for pip, distribute, virtualenv and django. So first, > thank you both very much. > > However, I seem to be stuck again. I am not sure how to get from my new > virtualenv to djang

Re: Can't Install on Windows 8.1

2013-12-25 Thread Mike Dewhirst
so I can put this advice into practice. And now you know what I want for Christmas 😄 - a working installation of django and python to play with. From: Tom Lockhart <mailto:tlockhart1...@gmail.com> Sent: ‎12/‎24/‎2013 9:15 AM T

Re: Can't Install on Windows 8.1

2013-12-25 Thread Timothy W. Cook
re / how would I do that? Everything I have done so far has been thru > the windows command line. > Thanx. > - - > > On Tuesday, December 24, 2013 11:48:22 AM UTC-6, Malik Rumi wrote: >> >> Boy, the speedy responses on this thread are great! I can't wait to get >> h

Re: Can't Install on Windows 8.1

2013-12-25 Thread Malik Rumi
advice into practice. And now you know > what I want for Christmas 😄 - a working installation of django and python > to play with. > ---------- > From: Tom Lockhart > Sent: ‎12/‎24/‎2013 9:15 AM > To: django-users@googlegroups.com > Subject: Re: Can&#

RE: Can't Install on Windows 8.1

2013-12-24 Thread Semantic Law
uot; Sent: ‎12/‎24/‎2013 9:15 AM To: "django-users@googlegroups.com" Subject: Re: Can't Install on Windows 8.1 On 2013-12-24, at 6:56 AM, Malik Rumi wrote: Thank you. One more question before I dive in: I already have python installed. Are you suggesting I remove it and start o

Re: Can't Install on Windows 8.1

2013-12-24 Thread Tom Lockhart
On 2013-12-24, at 6:56 AM, Malik Rumi wrote: > Thank you. One more question before I dive in: I already have python > installed. Are you suggesting I remove it and start over? No. What you will find is that virtualenv will pick up whatever python it finds and package it in a new self-containe

Re: Can't Install on Windows 8.1

2013-12-24 Thread Malik Rumi
Thank you. One more question before I dive in: I already have python installed. Are you suggesting I remove it and start over? On Tuesday, December 24, 2013 8:04:08 AM UTC-6, Timothy W. Cook wrote: > > Since it appears that you are not too familiar with Python, this may help: > http://www.youtube

Re: Can't Install on Windows 8.1

2013-12-24 Thread Timothy W. Cook
Since it appears that you are not too familiar with Python, this may help: http://www.youtube.com/watch?v=d_W02OwHa38 Using a virtual environment and pip will a long way to solving many of your issues. It is considered best practice 'for a reason'. https://zignar.net/2012/06/17/install-python-o

Re: can't install...

2007-10-16 Thread Phwaxmon
so I installed django from "http://www.instantdjango.com/ chapter1.html" and then did the tutorial, and when I tried to execute it, this is what I got: Page not found (404) Request Method: GET Request URL:http://localhost/crime/arson/ No Crime matches the given query. You're seeing

Re: can't install...

2007-10-15 Thread AniNair
Please check the command prompt window in which you have django running. It will tell you what errors you have made. Copy the messages if you can't make sense of them and post it here... --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: can't install...

2007-10-15 Thread Phwaxmon
Thank you. I am downloading the instant Django right now, will take a look at it and see what I can do with it. On Oct 15, 9:46 pm, "Ariel Mauricio Nunez Gomez" <[EMAIL PROTECTED]> wrote: > Phwaxmon, the painless way to get django working is to follow cjl advice: > 1. Uninstall python > 2.http://

Re: can't install...

2007-10-15 Thread Ariel Mauricio Nunez Gomez
Phwaxmon, the painless way to get django working is to follow cjl advice: 1. Uninstall python 2. http://www.instantdjango.com/ Note: After you have played a little, you are going to have to go again and try to install django with postgres, apache and all the crew, but hopefully you'll have more kn

Re: can't install...

2007-10-15 Thread Kenneth Gonsalves
On 16-Oct-07, at 12:19 AM, Phwaxmon wrote: > I think I just need something to get me started. So far I have been > getting errors, or just ain't been able to execute anything. I am not > sure if everything has installed correctly, or whether you people who > have more experience can tell me to c

Re: can't install...

2007-10-15 Thread Phwaxmon
I think I just need something to get me started. So far I have been getting errors, or just ain't been able to execute anything. I am not sure if everything has installed correctly, or whether you people who have more experience can tell me to check something or try something else. --~--~---

Re: can't install...

2007-10-15 Thread cjl
I have a no-installation-required Django development environment that runs under Windows. Check out: http://www.instantdjango.com -cjl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: can't install...

2007-10-15 Thread Horst Gutmann
Where exactly are you stuck? Could you please give some more details? ;-) 2007/10/15, Phwaxmon <[EMAIL PROTECTED]>: > > Ok, now that it looks like its installed, I am not getting an error > anymore from Python GUI, but then I can't get the first project in > the tutorial to work at all. I need a

Re: can't install...

2007-10-15 Thread Phwaxmon
Ok, now that it looks like its installed, I am not getting an error anymore from Python GUI, but then I can't get the first project in the tutorial to work at all. I need a little help, I am learning this for one of my college projects. Anything you can help with will be appreciated. Amon On Oc

Re: can't install...

2007-10-15 Thread Phwaxmon
Now it installed correctly I think. Thank you. Will holler back later, if I get stuck again. Amon On Oct 15, 4:30 am, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: > This tutorial is quite outdated. Don't run `python setup.py develop` > but `python setup.py install` to install Django after checking

Re: can't install...

2007-10-15 Thread Phwaxmon
alright thanks, will try to run 'python setup.py install' Amon On Oct 15, 4:30 am, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: > This tutorial is quite outdated. Don't run `python setup.py develop` > but `python setup.py install` to install Django after checking it out > :-) > > 2007/10/15, Phwaxm

Re: can't install...

2007-10-15 Thread Phwaxmon
and now I have an error from command prompt saying: svn: REPORT request failed on '/svn/!svn/vcc/default' svn: REPORT of '/svn/!svn/vcc/default' : 200 OK (http:// code.djangoproject.com) On Oct 15, 4:24 am, Phwaxmon <[EMAIL PROTECTED]> wrote: > I tried to do the following from the site after I th

Re: can't install...

2007-10-15 Thread Horst Gutmann
This tutorial is quite outdated. Don't run `python setup.py develop` but `python setup.py install` to install Django after checking it out :-) 2007/10/15, Phwaxmon <[EMAIL PROTECTED]>: > > I tried to do the following from the site after I thought I had > installed it "We'll assume you have Django

Re: can't install...

2007-10-15 Thread Phwaxmon
I tried to do the following from the site after I thought I had installed it "We'll assume you have Django installed already. You can tell Django is installed by running the Python interactive interpreter and typing import django. If that command runs successfully, with no errors, Django is instal

Re: can't install...

2007-10-15 Thread Horst Gutmann
No, afaik there is no installer for Windows. Did you receive any error message? - Horst 2007/10/15, Phwaxmon <[EMAIL PROTECTED]>: > > Do any of you know if there an .exe file for django for win32/64 bit > PCs? I have tried to install it as they have instructed on the site, > but then it doesnt s

Re: Can't install MySQLdb... any links?

2007-09-18 Thread Austin Govella
On 9/18/07, Horst Gutmann <[EMAIL PROTECTED]> wrote: > Did you also receive any error message when running sudo python > setup.py install on a newly extracted folder (basically when compiling > the C part of that module)? This looks to me like mysql_config wasn't > found. If you've installed mysql

Re: Can't install MySQLdb... any links?

2007-09-18 Thread Horst Gutmann
Did you also receive any error message when running sudo python setup.py install on a newly extracted folder (basically when compiling the C part of that module)? This looks to me like mysql_config wasn't found. If you've installed mysql in a non-standard place (like for example MacPorts does), ad

Re: Can't install MySQLdb... any links?

2007-09-17 Thread Austin Govella
On Sep 17, 9:29 pm, "Austin Govella" <[EMAIL PROTECTED]> wrote: > I tried it again and I get this error: > error: could not create 'build/bdist.macosx-10.3-fat/egg': Permission denied sudo python setup.py install did something, but when I test it (import MySQLdb), I still get an error. Python's