Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-23 Thread Chinsinsi Makande
try to copy the django.PYPI from the official website, then in your command prompt type; 1.python -m 2 paste the pip syntax It should look like this; python -m pip install django Else install python 3.8 because sometimes 3.9 gives an error when configuring interpreter in pycharm On Thu, Mar

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-21 Thread Felix Orinda
Try python3. 9 -m pip install django==3.1.7 On Fri, Mar 19, 2021, 16:45 Anornymous u wrote: > Yoh, join WhatsApp group and share error > https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q > > On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > >> On 18/03/2021 19.04, Simon Lankwagh wrote: >> > I

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Anornymous u
Yoh, join WhatsApp group and share error https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > On 18/03/2021 19.04, Simon Lankwagh wrote: > > I have installed python 3.9 and selected 'add to path' during > > installation, i am now trying to install

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread choyon saha
Please chack does you install django if not Install pip install django On Fri, Mar 19, 2021, 4:44 PM Simon Lankwagh wrote: > > thank you all, i created a virtual environment and installed it. > > On Thursday, March 18, 2021 at 9:20:56 PM UTC+1 ule...@gmail.com wrote: > >> After installing

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Joao Frankmann
How are you trying to install Django? Globaly? or on a Virtual Enviroment? Try to install on a Venv. Did you install python 3.9 in a new machine or did you have any previous versions installed on it? Try to remove any previous python version installed. Can you please post the errors here, so it

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Rizky Muhammad Faris Prakoso
Install pipenv then type this in powershell : pipenv install --python 3.9 pipenv install django On Fri, Mar 19, 2021 at 1:10 AM Simon Lankwagh < simmonshasbounced...@gmail.com> wrote: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Simon Lankwagh
thank you all, i created a virtual environment and installed it. On Thursday, March 18, 2021 at 9:20:56 PM UTC+1 ule...@gmail.com wrote: > After installing python, you have to install PIP. > To install PIP type in the following: > python get-pip.py > > To install django tye in the following : >

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread ule...@gmail.com
After installing python, you have to install PIP. To install PIP type in the following: python get-pip.py To install django tye in the following : pip install django Op donderdag 18 maart 2021 om 19:10:45 UTC+1 schreef simmonshas...@gmail.com: > I have installed python 3.9 and selected 'add

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Walter Randazzo
Try installing miniconda o anaconda first. El jue., 18 mar. 2021 3:10 p. m., Simon Lankwagh < simmonshasbounced...@gmail.com> escribió: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install django 3.1.7 but it generates a > lot of errors i can

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Kasper Laudrup
On 18/03/2021 19.04, Simon Lankwagh wrote: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install django 3.1.7 but it generates a > lot of errors i can not understand, please what is the right way to > setup django development on windows 10? >

Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Simon Lankwagh
I have installed python 3.9 and selected 'add to path' during installation, i am now trying to install django 3.1.7 but it generates a lot of errors i can not understand, please what is the right way to setup django development on windows 10? -- You received this message because you are

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

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

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 Linux

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

Re: I can't install easy install

2018-01-09 Thread Peter of the Norse
This is the second time I’ve seen this and need to let you know it’s not true. PowerShell doesn’t have elevated permissions, it’s just bash for .NET. While there are a bunch of new scripting features built into it, it has no effect on Python* or any other commands you might run. - Peter of

Re: I can't install easy install

2017-12-14 Thread Mike Dewhirst
On 15/12/2017 8:52 AM, Henry Ogunkomaya wrote: Hello guys! am new to Django. i have been trying to install  downloaded (pack)"easy install" for days now without any result. i try all the methods from video tutorials, but nothing still. Can any one help me with the "easy install" scripts, so i

Re: I can't install easy install

2017-12-14 Thread Oladipupo Elegbede
Open a command prompt window and navigate to the folder containing get-*pip*.py . Then run python get-*pip*.py . This will *install pip* . Verify a successful *installation* by opening a command prompt window and navigating to your Python *installation's* script directory (default is

Re: I can't install easy install

2017-12-14 Thread Oladipupo Elegbede
Did you try pip install? On Dec 14, 2017 8:09 PM, "Henry Ogunkomaya" wrote: > Hello guys! am new to Django. i have been trying to install downloaded > (pack)"easy install" for days now without any result. i try all the methods > from video tutorials, but nothing still.

I can't install easy install

2017-12-14 Thread Henry Ogunkomaya
Hello guys! am new to Django. i have been trying to install downloaded (pack)"easy install" for days now without any result. i try all the methods from video tutorials, but nothing still. Can any one help me with the "easy install" scripts, so i cud just save it as python file and then run it

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 >

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,

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,

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

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

2015-01-21 Thread aseds
hi, this is the first time i tried and added an ImageField to my model. then i did makemigrations ./manage.py makemigrations but it said that i should do: pip install pillow (the django documentation says it's a required library too...) doing so, it gave me some errors: ~/W/d/mysite> pip

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 >

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

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

Re: Can't Install on Windows 8.1

2013-12-25 Thread Mike Dewhirst
as 😄 - a working installation of django and python to play with. From: Tom Lockhart <mailto:tlockhart1...@gmail.com> Sent: ‎12/‎24/‎2013 9:15 AM To: django-users@googlegroups.com <mailto:django-users@googlegroups.com> Subject: Re: Can't

Re: Can't Install on Windows 8.1

2013-12-25 Thread Timothy W. Cook
> 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 >> home from work so I can put this advice into practice. And now you

Re: Can't Install on Windows 8.1

2013-12-25 Thread Malik Rumi
king installation of django and python > to play with. > -- > From: Tom Lockhart <tlockhart1...@gmail.com> > Sent: ‎12/‎24/‎2013 9:15 AM > To: django-users@googlegroups.com > Subject: Re: Can't Install on Windows 8.1 > > > On 2013-

RE: Can't Install on Windows 8.1

2013-12-24 Thread Semantic Law
lt;tlockhart1...@gmail.com> Sent: ‎12/‎24/‎2013 9:15 AM To: "django-users@googlegroups.com" <django-users@googlegroups.com> Subject: Re: Can't Install on Windows 8.1 On 2013-12-24, at 6:56 AM, Malik Rumi <malik.a.r...@gmail.com> wrote: Thank you. One more question b

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

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: >

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'.

Re: Please help - i can't install Django CMS

2013-06-13 Thread Tom Evans
On Thu, Jun 13, 2013 at 11:56 AM, Vic N <wisejoom...@gmail.com> wrote: > Please help - i can't install Django CMS. Is there anyone who can post it's > own Django CMS already installed and preconfigured in zip ? Then i will > unpack it on my PC (Windows 7, Python 2.7.5). >

Please help - i can't install Django CMS

2013-06-13 Thread Vic N
Please help - i can't install Django CMS. Is there anyone who can post it's own Django CMS already installed and preconfigured in zip ? Then i will unpack it on my PC (Windows 7, Python 2.7.5). This is my post on Stackoverflow http://stackoverflow.com/questions/17066502/django-cms-installation

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Stephen Anto
Hi, Try like this if you are using ubuntu ~$ python Python 2.7.3 (default, Apr 20 2012, 22:44:07) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> django.get_version() '1.3.1' or >>> django.VERSION (1, 3, 1, 'final', 0) >>> Not

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Brad Pitcher
Glad to here you got it working, and please let us know if you have any other questions. On Sun, Sep 9, 2012 at 5:52 PM, Shayan Afridi wrote: > It works! Thank you all so much. It feels great to know that there is a > very responsive and helpful support system for

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
It works! Thank you all so much. It feels great to know that there is a very responsive and helpful support system for django users. Thanks again! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
Okay, I just realized I don't/didn't need to type sudo in. Got it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
@Dennis Lee Bieber, I jumped back to my Mac, sorry- I am being a real bother but I appreciate the help insanely. Hopefully the help will be of aid in the Mac process, too. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
Hi all, I'm sorry- my last django question was all over the place. I hope it is reasonable to you if I recap. Thank you! Hi, and thanks for reading. Eventually, I want to be able to complete this project: https://docs.djangoproject.com/en/dev/intro/tutorial01/# (Writing your first Django

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Larry Martell
On Sun, Sep 9, 2012 at 3:41 PM, Shayan Afridi wrote: > Interesting. I'm doing it on my PC now, and still getting the same problem. > > Then I saw your email: > > Here's what I get when I print sys.path. (django's not there) > print sys.path > ['',

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Brad Pitcher
I can't speak authoritatively on this, since that's not how it installs in Linux, but in my understanding the contents of the django.pth file should be the directory django has been installed to. Check the contents of that file to see if everything is in order. An alternative to this is to update

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
There is a django.pth there and a README -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Brad Pitcher
The question is, is django inside one of those directories? It should probably be installed to C:\Python27\lib\site-packages so there would be a C:\Python27\lib\site-packages\django directory. Is it there? On Sun, Sep 9, 2012 at 3:41 PM, Shayan Afridi wrote: >

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
Interesting. I'm doing it on my PC now, and still getting the same problem. Then I saw your email: Here's what I get when I print sys.path. (django's not there) >>> print sys.path ['', 'C:\\Windows\\system32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib',

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Larry Martell
On Sun, Sep 9, 2012 at 2:18 PM, djangohelp wrote: > I install it and then in the terminal when I type python -c "import django; > print(django.get_version())" > > > it says > > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
Hey- I went here. https://docs.djangoproject.com/en/dev/intro/tutorial01/ And downloaded this one: https://www.djangoproject.com/download/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread tOlorun
hi how are you doing it ...? have gone to the djangoproject website ... ? On Sep 9, 2012 7:19 PM, "djangohelp" wrote: > I install it and then in the terminal when I type python -c "import > django; print(django.get_version())" > > > it says > > Traceback (most

I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread djangohelp
I install it and then in the terminal when I type python -c "import django; print(django.get_version())" it says Traceback (most recent call last): File "", line 1, in ImportError: No module named django shayan-afridis-imac:~ prankster284$ Please let me know what I'm doing wrong. Thanks

Re: can't install...

2007-10-17 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

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 >

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

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

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

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

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,

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

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

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

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

can't install...

2007-10-15 Thread Phwaxmon
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 seem to have installed correctly. Can anybody help out? Thank you. --~--~-~--~~~---~--~~ You received this

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

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),

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

Can't install MySQLdb... any links?

2007-09-17 Thread Austin Govella
My Google fails me. I've been using these sites for help: * http://blog.vixiom.com/2006/07/23/how-to-install-django-on-os-x-tiger-104/ * http://toolmantim.com/article/2006/5/31/installing_django_on_osx * http://www.rhonabwy.com/wp/2006/07/20/installing-django-on-macos-x-development-version/ I