Re: dlib installation error

2022-02-17 Thread Kasper Laudrup
On 17/02/2022 17.50, Shivam Rajput wrote: need help in setup visual studio code with django to use face recognition. i need to install dlib to use that but it gets an error how to solve this If you cannot fix the error you need to buy a new computer. The one you have is obviously broken

dlib installation error

2022-02-17 Thread Shivam Rajput
need help in setup visual studio code with django to use face recognition. i need to install dlib to use that but it gets an error how to solve this -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Installation Error!

2019-06-17 Thread ojakol emma
do I solve this issue. Trying to install channels using >> pip. But am getting installation error below. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop

Re: mysqlclient installation error

2019-06-12 Thread Emmanuel Simeon
Links to resources I used to help me get MySQL working on Django Visual Studio Build Tools Installer - Link MySQL DB and Connectors Web Installer - Link (I

Re: mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
Hi Emmanuel Simeon, It would be great if you share the download link to Visual Build Tools and MySQL C++ Connector On Tue, 11 Jun 2019 at 21:36, Emmanuel Simeon wrote: > Had same issue setting up my current Project, > > But my workaround after so much effort was this: > > 1. Install Visual

Re: mysqlclient installation error

2019-06-11 Thread Tarandeep Singh
How u have done it On Tue, 11 Jun 2019, 21:25 James Farris, wrote: > I have Django 2.2.x running with mysqlclient successfully > > mysql-connector-python==8.0.15 > mysqlclient==1.3.13 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: mysqlclient installation error

2019-06-11 Thread Karan Mittal
the method of James works perfectly. I have been using the same with my Django project. On Tue, Jun 11, 2019 at 9:25 PM James Farris wrote: > I have Django 2.2.x running with mysqlclient successfully > > mysql-connector-python==8.0.15 > mysqlclient==1.3.13 > > -- > You received this message

Re: mysqlclient installation error

2019-06-11 Thread Emmanuel Simeon
Had same issue setting up my current Project, But my workaround after so much effort was this: 1. Install Visual Build Tools 2. Install the Required MySQL C++ Connector (Better still download MySQL Setup with Workbench and install not Xampp or Wamp) 3. Uninstall Python and use the Web

Re: mysqlclient installation error

2019-06-11 Thread James Farris
I have Django 2.2.x running with mysqlclient successfully mysql-connector-python==8.0.15 mysqlclient==1.3.13 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
Hi Deepak, Thanks for reply., Is there any alternative for that ? I didn't want to downgrade the django On Tuesday, 11 June 2019 21:02:23 UTC+5:30, Desh Deepak wrote: > > Hi, > MySQL client is not available for Django 2.2 and newer version. > You can uninstall 2.2 and download older Django

Re: mysqlclient installation error

2019-06-11 Thread Desh Deepak
Hi, MySQL client is not available for Django 2.2 and newer version. You can uninstall 2.2 and download older Django version 2.0 for the database connection. Thanks Desh Deepak +917011101001 On Tue, 11 Jun 2019, 19:37 Raja Sekar Sampath, wrote: > Hi Guys, > > While installing mysqlclient using

mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
Hi Guys, While installing mysqlclient using pip, getting this error VS C++ Build tool was installed in system and updated the setup tools, still getting this issue.. Any solution for this ? My Environment : OS : Windows 10 Python : 3.7 Django : 2.2 DB : MariaDB 10.2 -- You received this

Installation Error

2019-05-03 Thread lamech664
hello guys Iam trying to install linux on my laptop which is using Manjaro Arch linux Operating System and when I Write the command *$pip install Django==2.2.1 *this is the error I get *" failed retrieving file 'python-psycopg2-2.8.1-1-x86_64.pkg.tar.xz' from manjaro.mirror.liquidtelecom.com :

Re: Django installation error

2012-05-24 Thread Karen Tracey
On Thu, May 24, 2012 at 4:19 PM, jggal...@prodigy.net.mx < jggal...@prodigy.net.mx> wrote: > D:\python_27\Lib\site-packages\Django-1.4>python > Python 2.4.5 (#1, Jul 22 2011, 02:01:04) > Python 2.4 is too old for Django 1.4. You need to have Python 2.5, 2.6, or 2.7 installed, see:

Django installation error

2012-05-24 Thread jggal...@prodigy.net.mx
Hi, I hope somebody can help me, I'm triying to install django on Win XP. I downloaded it from django's official site. Of course I have already python installed and when I do "python setup.py install" python give me the following message: D:\python_27\Lib\site-packages\Django-1.4>python

Re: MYSQL Installation error

2011-09-26 Thread Ilian Iliev
Probably your MtSQL is not working, Try to telnet to this port to check is it open and is something listening on it. -- eng. Ilian Iliev Web Software Developer Mobile: +359 88 66 08 400 Website: http://ilian.i-n-i.org On Mon, Sep 26, 2011 at 11:32 PM, PremAnand Lakshmanan

MYSQL Installation error

2011-09-26 Thread PremAnand Lakshmanan
Im trying to install mysql and get the following error, Any idea on this error? >>> import pymysql >>> conn = pymysql.connect(host='localhost', port=3306, user='root', passwd=None , db='mysql') Traceback (most recent call last): File "", line 1, in File

Re: mysql installation error

2011-09-21 Thread Thorsten Sanders
When I first installed django, that made me going crazy to try to install that library, in the end I just went with a pre-compiled from http://www.lfd.uci.edu/~gohlke/pythonlibs/ On 21.09.2011 04:59, PremAnand Lakshmanan wrote: Hi, When I try to install mysql I get the following error, Pls

Re: mysql installation error

2011-09-20 Thread Ivan Ivanov
First – It's not a Django question, and second search, read, but try: http://www.fuyun.org/2009/12/install-mysql-for-python-on-windows/ That was the second result I found :) I hope, it is what you need, couse I don't use windows and cannot test the problem and its solution. Ivan На Tue, 20

mysql installation error

2011-09-20 Thread PremAnand Lakshmanan
Hi, When I try to install mysql I get the following error, Pls provide your inputs. C:\MYSQL\MySQL-python-1.2.3\MySQL-python-1.2.3>python setup.py install Traceback (most recent call last): File "setup.py", line 15, in metadata, options = get_config() File

Re: Django installation error: Cannot install Django in Python site-package

2011-07-06 Thread Ed Castano
You hit the nail on the head. The command import django executed in the Python interpreter. Getting started seems like a giant uphill battle, but fortunately I am quite determined. It also helps to have helpful people like you supporting my learning. Thanks again! -Ed On Jul 6, 2:44 pm,

Re: Django installation error: Cannot install Django in Python site-package

2011-07-06 Thread Andre Terra
Hello, Ed A few tips to get you going on the right track: 1) If *Python can't find Django*, it's because it's *not on your PYTHONPATH*. If you have multiple Python installs, it gets even more complex as *> manage.py* can yield different results from* > python manage.py*, depending on how your

Django installation error: Cannot install Django in Python site-package

2011-07-06 Thread Ed Castano
This is the error I get when trying to install Django: error: could not create 'C:\Program Files\Python\Lib\site-packages \django': Access is denied Python 2.7 is installed. I tried manually copy the django site-packages folder and while the folder copies ok, django will still not run in python

Django-Cms Installation Error with stable Version

2010-09-11 Thread Jagdeep Singh Malhi
I am use Install the Django-Cms using this link http://www.django-cms.org/en/documentation/2.0/installation/ I face this error. I am able understand this error I am using Django Version is 1.1.2 and Django -cms is 2.0.2 Version is matching with Documentation of Django-Cms ERROR is : - {

Re: Django-Cms Installation Error

2010-08-22 Thread Jagdeep Singh Malhi
On Aug 21, 10:17 pm, Marek Dudek wrote: > You have django 1.2.1, now I noticed > I wasn't able to install any version of django-cms with django 1.2.1 and > I tried 2.0.0, 2.0.1, 2.0.2 and 2.1.0-beta3 > Most up-to-date combination that I successfully installed is django >

Re: Django-Cms Installation Error

2010-08-21 Thread Marek Dudek
You have django 1.2.1, now I noticed I wasn't able to install any version of django-cms with django 1.2.1 and I tried 2.0.0, 2.0.1, 2.0.2 and 2.1.0-beta3 Most up-to-date combination that I successfully installed is django 1.1.1 with django-cms 2.0.2. Hope this helps -- You received this

Re: Django-Cms Installation Error

2010-08-21 Thread Marek Dudek
Hello Your django version doesn't match django-cms version. You didn't specify which you are using so it's hard to say what you should change. I encountered this problem and written a message some time ago. It contains the table with matching versions that should help you. Marek Dudek -- You

Re: Django-Cms Installation Error

2010-08-21 Thread Karen Tracey
On Sat, Aug 21, 2010 at 7:11 AM, Jagdeep Singh Malhi < singh.malh...@gmail.com> wrote: > I try to Install the Django-Cms using this link > http://www.django-cms.org/en/documentation/2.0/installation/ > > I face this error. I am able understand this error > > ERROR is : - > { >

Re: Django-Cms Installation Error

2010-08-21 Thread Jagdeep Singh Malhi
sorry, I am not able understand this error. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

Django-Cms Installation Error

2010-08-21 Thread Jagdeep Singh Malhi
I try to Install the Django-Cms using this link http://www.django-cms.org/en/documentation/2.0/installation/ I face this error. I am able understand this error ERROR is : - { ImproperlyConfigured at / 'PageAdmin.exclude' refers to field 'created_by' that is missing from the form. Request

Re: Installation error

2009-06-22 Thread 78fxs
Upon further reading I decided that while I do need the developer tools, that wasn't keeping me from doing this. (still downloading, by the way.) I ran the command: sudo python setup.py install it ran fine, and among the things it told me: copying build/scripts-2.5/django-admin.py ->

Re: Installation error

2009-06-22 Thread 78fxs
I decided to start over. Threw out the Python and Django folders, re- downloaded Python and read the instructions on installing again. When I ran the ./configure command, I got the error that there is no acceptable C compiler in the $PATH. I looked around online and the problem may be that I

Re: Installation error

2009-06-21 Thread Tino de Bruijn
On 21 jun 2009, at 05:20, 78fxs wrote: > Thanks for your responses. I think I did run setup.py install, but i > can't remember -- there were a few rounds of this. I will use this as > a guide to see what I did incorrectly. You have to run this as admin, so using sudo. There

Re: Installation error

2009-06-20 Thread 78fxs
Thanks for your responses. I think I did run setup.py install, but i can't remember -- there were a few rounds of this. I will use this as a guide to see what I did incorrectly. Appreciate it, On Jun 20, 10:31 pm, TiNo wrote: > On Sat, Jun 20, 2009 at 02:18, 78fxs

Re: Installation error

2009-06-20 Thread TiNo
On Sat, Jun 20, 2009 at 02:18, 78fxs wrote: > > All righty...not only am i new to django and python, i am new to using > the terminal on my mac. so this is going to be mickey mouse stuff. > > i have a few things going on: > > 1. i think some of my confusion is knowing where

Re: Installation error

2009-06-20 Thread Dhruv Adhia
Does not matter where you install them Did you run python setup.py install from inside django dir? Sent from my iPhone On 19-Jun-09, at 5:18 PM, 78fxs wrote: > > All righty...not only am i new to django and python, i am new to using > the terminal on my mac. so this is

Installation error

2009-06-19 Thread 78fxs
All righty...not only am i new to django and python, i am new to using the terminal on my mac. so this is going to be mickey mouse stuff. i have a few things going on: 1. i think some of my confusion is knowing where these django and python folders should be. after i install python and django,

A message for Danny: psycopg2 Visual Studio installation error on XP

2009-03-25 Thread dj
I would like to start by apologizing to Danny, has I did not reply to him immediately. Danny sent me an email regrading the installation of psycop2 for PostgreSQL. He was getting a Visual Studio installation error. I have been wrapped up at work and have just recently gotten around to really

Re: psycopg2 Visual Studio installation error on XP

2008-11-25 Thread dj
Yes they were able to help me fix the problem. Thank you Peter. On Nov 17, 1:00 pm, "Peter Herndon" <[EMAIL PROTECTED]> wrote: > Hi DJ, > > Psycopg2 has a C extension wrapped by Python. That C extension must > be compiled with the same compiler used to compile the Python compiler > itself. > >

Re: psycopg2 Visual Studio installation error on XP

2008-11-17 Thread Peter Herndon
Hi DJ, Psycopg2 has a C extension wrapped by Python. That C extension must be compiled with the same compiler used to compile the Python compiler itself. This is not a Django issue, this is a psycopg issue. You should ask for assistance on the psycopg mailing list, they'll be better able to

psycopg2 Visual Studio installation error on XP

2008-11-17 Thread dj
Hello All, I am django novice and i am very, very ,very, very green. I am trying to setup the PostgresSQL database with the psycopg2 library. I downloaded the psycopg2-2.0.8.tar file. Opened the tar with Winzip and installed the library from the command line using python setup.py. I got this

Fwd: GeoDjango, installation error

2008-09-23 Thread Владимир Сидоренко
ok, if ound it class District(models.Model): point = gis_models.PointField() objects = gis_models.GeoManager() -- Forwarded message -- From: Владимир Сидоренко <[EMAIL PROTECTED]> Date: 2008/9/23 Subject: GeoDjango, installation error To: django-users@googlegrou

GeoDjango, installation error

2008-09-23 Thread Владимир Сидоренко
hi i have a model: from django.contrib.gis.db import models as gis_models class District(models.Model): point = gis_models.PointField() and then: > d = District() > d.point = "POINT(1 2)" > d.save() > d2 = District.objects.get(pk=1) > d2.point ... : String or unicode input unrecognized as

Re: Installation error - missing module django.core

2008-07-03 Thread Leaf
Thanks for the help. I really should have followed the instructions better, I guess. On Jul 3, 3:51 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote: > On Thu, Jul 3, 2008 at 3:25 PM, Leaf <[EMAIL PROTECTED]> wrote: > > 3. To make sure that I could run properly, I added C:\Python25 and C: > >

Re: Installation error - missing module django.core

2008-07-03 Thread Marty Alchin
On Thu, Jul 3, 2008 at 3:25 PM, Leaf <[EMAIL PROTECTED]> wrote: > 3. To make sure that I could run properly, I added C:\Python25 and C: > \Python25\Lib\site-packages\django\django\bin to my PATH variable. Looks like you've got one too many "django" directories in here. When Python tries to

Re: Installation error - missing module django.core

2008-07-03 Thread phillc
inside your sitepackages/django folder, there is a folder called django... that is what should be in site-packages On Jul 3, 3:25 pm, Leaf <[EMAIL PROTECTED]> wrote: > I'm trying to install Django on Windows XP SP2, but I received an > error while doing so. > > 1. I downloaded and installed

Installation error - missing module django.core

2008-07-03 Thread Leaf
I'm trying to install Django on Windows XP SP2, but I received an error while doing so. 1. I downloaded and installed Python 2.5, PostgreSQL 8.3.1, and psycopg. 2. I used TortoiseSVN to check out the latest revision from the SVN repository at http://code.djangoproject.com/svn/django/trunk/ and

Re: psycopg installation error: C compiler cannot create executables

2007-01-05 Thread Alasdair
Oh - one more thing: James Bennett posted over at TextDrive saying he'd installed psycopg via DarwinPorts, but I've been trying to do that over the last couple of days and it stalls while trying to fetch PostgreSQL 8.1.3 (which it wants as a precondition for installing py-psycopg). I don't know

Re: psycopg installation error: C compiler cannot create executables

2007-01-05 Thread Alasdair
If Joseph's suggestion doesn't work, you may want to look at your Xcode installation. I had the same output as you when trying to install psycopg until I updated my Xcode install (following advice on a forum thread in French which I've since lost). You'll have to create a developer account at

Re: psycopg installation error: C compiler cannot create executables

2007-01-03 Thread Joseph Heck
Your path probably doesn't include pg_config on it. Step 4 in the Postgres instructions has you adding /opt/pgsql/bin to your path - I don't have a Mac with me to check, but is pg_config in there? If not, add on to your PATH environment variable for where-ever its located and it should build from

Re: psycopg installation error: C compiler cannot create executables

2007-01-03 Thread Honza Král
On 1/3/07, Abe <[EMAIL PROTECTED]> wrote: Hey all. Im trying to get django up and running on my Mac (powerbook, powerpc chip, 10.4 OSX). I got postgresql v 8.2.0 up and going, along with Python 2.4. I go to install psycopg to get the two communicating with one another, and, following the

Re: psycopg installation error: C compiler cannot create executables

2007-01-03 Thread Abe
Sorry, ignore the "bold --~--~-~--~~~---~--~~ 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 [EMAIL

psycopg installation error: C compiler cannot create executables

2007-01-03 Thread Abe
Hey all. Im trying to get django up and running on my Mac (powerbook, powerpc chip, 10.4 OSX). I got postgresql v 8.2.0 up and going, along with Python 2.4. I go to install psycopg to get the two communicating with one another, and, following the directions on the SetupOnTiger