Thank you, Ken
From: kenneth gonsalves
To: django-users@googlegroups.com
Sent: Thursday, August 11, 2011 10:12:50 AM
Subject: Re: Installation Problem cant extract tar.gz file
On Thu, 2011-08-11 at 02:02 -0700, damola oyeniyi wrote:
> Any particular reason
On Thu, 2011-08-11 at 02:02 -0700, damola oyeniyi wrote:
> Any particular reason why not?
generally distros cannot cannot keep up with the pace of django'
development. And more important, the preferred modes of deployment like
virtualenv or zc.buildout need the 'original' django.
--
You receive
Hi Ken,
Any particular reason why not?
Regards
Damola
From: kenneth gonsalves
To: django-users@googlegroups.com
Sent: Thursday, August 11, 2011 9:56:59 AM
Subject: Re: Installation Problem cant extract tar.gz file
On Thu, 2011-08-11 at 01:51 -0700, damola
On Thu, 2011-08-11 at 01:51 -0700, damola oyeniyi wrote:
> I also recently started using djangoon ubuntu and ran into no
> problems.
>
> Try and get django from the repositories:
do not do this - install from source, that is, download the tar.gz file
from djangoproject.com.
--
You received th
From: danielvanvane
To: Django users
Sent: Wednesday, August 10, 2011 5:08:56 PM
Subject: Installation Problem cant extract tar.gz file
Hello,
I want to start with Django, but i got serval problem during the
installation:
First I installed Python 2.7 and MySQL
then i downloaded
What's the output when you try this at the command line?
tar -xzf django1.3.tar.gz
--
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
Possible solutions:
1) Try downloading the file again
2) Checkout from the svn repository.
3) Use a different archive manager.
I'd go with options #2, personally.
Cheers,
AT
On Wed, Aug 10, 2011 at 1:08 PM, danielvanvane wrote:
> Hello,
>
> I want to start with Django, but i got serval pro
Hello,
I want to start with Django, but i got serval problem during the
installation:
First I installed Python 2.7 and MySQL
then i downloaded django1.3 (and django 1.25)
Now i clicked on the django1.3 .tar.gz and i got this problem(also on
other versions):
Archivmanager says:
tar: This does not
Yes, that was the problem..It installed properly now..
On Wed, Apr 13, 2011 at 5:32 AM, werefr0g wrote:
> Are you using python 3?
>
> --
> 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@googl
Are you using python 3?
--
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
django-users+unsubscr...@googlegroups.com.
For more option
Try replacing this:
C:\Django\Django-1.3>setup.py install
with this:
C:\Django\Django-1.3>python setup.py install
Shawn
--
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.co
Hi,
Im trying to install Django but get an error while installing..Its a
window installation..
I have downloaded the Django files and when I tried to install I get
the following error.
C:\>cd django
C:\Django>cd django-1.3
C:\Django\Django-1.3>setup.py install
File "C:\Django\Django-1.3\set
Thanks for solution.
I have also encounter similar problem before. I have found the name for
socket file appeared in exception content is different from which MySQL
server using, but don't know how where to indicate the socket file name.
/etc/mysql/my.cnf
2011/3/2 draix
> Hey Pulkit,
>
> I've h
Hey Pulkit,
I've had this error a couple of times too. Check the location of your
MySQL socket, maybe it's different to '/var/run/mysqld/mysqld.sock'.
You can do it checking /etc/mysql/my.cnf. After that, just update
DATABASE_HOST in settings.py and add the path to the new socket.
PS: you can als
On Mon, Feb 28, 2011 at 1:19 PM, Pulkit Mehrotra
wrote:
> OS: Ubuntu 10.04
> I am learning web developing with Django.I downloaded and installed
> python-mysql but i couldn't connect.I think problem is database
> settings.
> Here is the process:
>
> django-admin.py startproject mysite #creating a
OS: Ubuntu 10.04
I am learning web developing with Django.I downloaded and installed
python-mysql but i couldn't connect.I think problem is database
settings.
Here is the process:
django-admin.py startproject mysite #creating a project and a mysite
folder
files in 'mysite' folder:
/__init__.py
/u
I think Daniel might mean you can also use the __file__ attribute, as
in:
>>> import django
>>> django.__file__
Hope that helps,
Alex
On May 28, 4:07 am, Daniel Roseman wrote:
> On May 28, 9:56 am, Derek wrote:
>
>
>
> > I have just upgraded my version of Ubuntu, which then also installed
> > P
On May 28, 9:56 am, Derek wrote:
> I have just upgraded my version of Ubuntu, which then also installed
> Python 2.6. I thought this was a good opportunity to upgrade to
> Django 1.2. I removed all traces of Django 1.1.1 that I could find,
> along with extra plugins/modules/apps etc, and ran the
I have just upgraded my version of Ubuntu, which then also installed
Python 2.6. I thought this was a good opportunity to upgrade to
Django 1.2. I removed all traces of Django 1.1.1 that I could find,
along with extra plugins/modules/apps etc, and ran the install for
Django 1.2.1, checking that I
Me too, I'm not having any issues. I just installed on 10.6 by
downloading 1.1.1 and running the install command sudo python setup.py
install and no issues. After install I run django-admin.py --version
and it shows 1.1.1
You'll need to give us more info to help.
Are you using sudo? What versi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
If the problem is with extracting the files from the tar.gz, you might
want to make sure that you are using the command tar -xvzf ... and not
tar xvzf (Note the hyphen '-') before the xvzf. These are options passed
to the tar command.
I hope this help
On Nov 27, 2009, at 1:01 PM, Eric wrote:
> Why doesn't
> Mac have an easy way to install stuff.
I think we'll need a bit more information about the problem you're
having; installing Django 1.1 on my Leopard MacBook Pro was entirely
painless. What errors are you getting at which steps?
--
--
I'm trying to get Django installed and I can't figure out why its not
working. I purchased the book Djang 1.0 web site development and the
install instructions in the book are identical to instructions on the
Django site. It seems simple enough but for some reason I always catch
hell when it comes
On Mon, Jan 12, 2009 at 2:31 PM, bconnors wrote:
>
> At my pythonpath directory I type in:
>
> Python django-admin.py
>
> and I get :
>
> Type 'django-admin.py help' for usage, which is :
>
What is it you want to do? You get the "here's how to get help" message
because you haven't provided any
At my pythonpath directory I type in:
Python django-admin.py
and I get :
Type 'django-admin.py help' for usage, which is :
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()
what can i do?
--~--~-~--~~
Myles Braithwaite wrote:
> I have a patch for version 0.2.1 to get it working with django trunk.
>
> http://media.mylesbraithwaite.com/uploads/files/2008-05-29/django-tagging-0.2.1_fix_for_django_trunk.patch
>
> ---
> *Myles Braithwaite*
> [EMAIL PROTECTED]
>
> Please consider the trees before p
I have a patch for version 0.2.1 to get it working with django trunk.
http://media.mylesbraithwaite.com/uploads/files/2008-05-29/django-tagging-0.2.1_fix_for_django_trunk.patch
---
Myles Braithwaite
[EMAIL PROTECTED]
Please consider the trees before print this email.
On 2-Jun-08, at 11:05 PM, M.
Matthias Kestenholz wrote:
> On Tue, 2008-06-03 at 08:35 +0530, M.Ganesh wrote:
>
>> Hi,
>>
>> Running 'python manage.py syncdb' after including 'tagging' in the
>> INSTALLED_APPS throws the following error.
>>
>> My django version : (0, 97, 'pre') r7543 (trunk)
>> Python version : Python 2.5.
On Tue, 2008-06-03 at 08:35 +0530, M.Ganesh wrote:
> Hi,
>
> Running 'python manage.py syncdb' after including 'tagging' in the
> INSTALLED_APPS throws the following error.
>
> My django version : (0, 97, 'pre') r7543 (trunk)
> Python version : Python 2.5.1 (r251:54863, Mar 7 2008, 03:41:45)
>
Hi,
Running 'python manage.py syncdb' after including 'tagging' in the
INSTALLED_APPS throws the following error.
My django version : (0, 97, 'pre') r7543 (trunk)
Python version : Python 2.5.1 (r251:54863, Mar 7 2008, 03:41:45)
django tagging version : (0, 2.1001, None)
How do I f
Hi Tkm,
That did the trick!
I actually had a symlink in /usr/local/bin, but it wasn't correctly
formatted. I must have misread the `pwd` phrase in the symlink
command.
Many thanks,
LRP
On May 7, 8:21 pm, "Bruno Tikami" <[EMAIL PROTECTED]> wrote:
> Hello LRP,
>
> Your problem is not with yout
Hello LRP,
Your problem is not with yout PYTHONPATH but with your user's profile PATH.
If your Debian can't find django-admin.py it's because it's not on your
"bin" directory (which usually is /usr/bin but can also be in
/usr/local/bin). Synlink django-admin.py into /usr/bin (once you've already
Hello,
I've been trying to load the development version of django onto Debian
testing (lenny).
I've successfully loaded and tested postgresql. And I've successfully
downloaded django from subversion into my home directory:
[EMAIL PROTECTED]:~/django-trunk/django/bin$
Following this model in ~/
Or run Debian testing. Why switch distros or even distro flavors if you
don't have to? :) Python 2.5 and most of the packages that are needed
for Django are fine straight from apt on testing/unstable.
gav
Tom Novelli wrote:
> Debian Etch is meant to be stable, not up to date (except for secu
Debian Etch is meant to be stable, not up to date (except for security
fixes), so it defaults to Python 2.4. You can install 2.5 but most of
the python-* packages are not available for 2.5 because they were not
deemed stable or didn't build at all. I needed support for Postgres,
LDAP, Oracle and
On Sat, May 3, 2008 at 12:09 AM, Pedro Vidal <[EMAIL PROTECTED]> wrote:
> Hello guys, I'm a new django user, and I'm tryin since three days ago
> install django, but it's still not working...
> That's the problem:
>
> Installed Python, ok.
> Installed mod_python, ok.
> Downloaded and extracted dja
Hi Folks,
I've been trying for days now to correctly install python2.5 and
psycop2 on my Debian Etch system so I can work with postgresql8.1,
django, and web2py.
I've installed python2.5 from the Debian repository and made it the
default choice. When I call python from the CLI I get Python2.5.
Hello guys, I'm a new django user, and I'm tryin since three days ago
install django, but it's still not working...
That's the problem:
Installed Python, ok.
Installed mod_python, ok.
Downloaded and extracted django, renamed the folder to "django" and put it
in C:/, everything ok.
The Apache serve
On Fri, May 2, 2008 at 5:27 PM, AY <[EMAIL PROTECTED]> wrote:
>
> Following the instruction on Django tutorial #4, I had encounted the
> following problem:
>
> On the website of http://localhost:8000/polls/ ...it displays only one
> line of information ...". What's up? "
>
> and on the website of
Following the instruction on Django tutorial #4, I had encounted the
following problem:
On the website of http://localhost:8000/polls/ ...it displays only one
line of information ...". What's up? "
and on the website of (1)http://localhost:8000/polls/poll_list.html or
(2) http://localhost:8000/
I installed django yesterday on my Mac and it wasn't that simple. I
got stuck with mysqldb-python problem. I found similar problems on the
mailling list without answers.
http://groups.google.com/group/django-users/browse_thread/thread/16b76b7536bc3a1d/e4d222fe60d3f932?lnk=gst&q=mac+mysqldb#e4d222f
On 12/17/06, Kurt <[EMAIL PROTECTED]> wrote:
>
> I'm not sure what it is I've done wrong here, although I'm certain
> it'll probably be quite a simple fix. Any help pls guys???
Its a PYTHONPATH problem. Either Django isn't installed, or you have
put it somewhere that PYTHONPATH can't find it. As
Hi Guys,
I'm a newbie with Django, and am still unfortunate enough to be running
it on a windows (XP) machine.
I've currently got everything installed (Apache, mod_python, python
2.4, svn etc etc), but when I try to run "manage.py runserver", it
spews out the following traceback.
C:\django_src\
Hello Mark Jarecki!
On Tue, 7 Nov 2006 18:27:26 +1100 you wrote:
> Thanks guys
>
> Ended up that the Python Imaging Library was not correctly
> installed. It all works now!
>
> Cheers
Thanks too from me.
Do you planing to do field type for custom manipulator?
--
Всего наилучшего! Григорий
g
Thanks guys
Ended up that the Python Imaging Library was not correctly installed.
It all works now!
Cheers
On 07/11/2006, at 2:15 AM, Nebojsa Djordjevic wrote:
* Frankie Robertson wrote, On 06.11.2006 12:59:
> On 06/11/06, Gabriel Puliatti <[EMAIL PROTECTED]> wrote:
>> On Mon, 2006-11-06 a
* Frankie Robertson wrote, On 06.11.2006 12:59:
> On 06/11/06, Gabriel Puliatti <[EMAIL PROTECTED]> wrote:
>> On Mon, 2006-11-06 at 10:07 +, Frankie Robertson wrote:
>>> I think the "class Foo(models.Meta):" in the example is a probably
>>> typo or something. I've used ImageWithThumbnailField
On 06/11/06, Gabriel Puliatti <[EMAIL PROTECTED]> wrote:
> On Mon, 2006-11-06 at 10:07 +, Frankie Robertson wrote:
> > I think the "class Foo(models.Meta):" in the example is a probably
> > typo or something. I've used ImageWithThumbnailField in in a normal
> > model and I suggest that you do
On Mon, 2006-11-06 at 10:07 +, Frankie Robertson wrote:
> I think the "class Foo(models.Meta):" in the example is a probably
> typo or something. I've used ImageWithThumbnailField in in a normal
> model and I suggest that you do too.
Correct me if I'm wrong, but isn't class models.Meta back f
On 06/11/06, Mark Jarecki <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm new to Django and Python - been at it for 4 days now - and have
> found it quite straightforward. However, I've come into difficulty
> trying to install Nesh Thumbnail according to the instructions at:
> http://trac.studioqua
Hi all,
I'm new to Django and Python - been at it for 4 days now - and have
found it quite straightforward. However, I've come into difficulty
trying to install Nesh Thumbnail according to the instructions at:
http://trac.studioquattro.biz/djangoutils/wiki/AppInst
And for the life of me I
50 matches
Mail list logo