Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51181 > unrolled thread

I have a little problem with Django when I am trying to create a new app

Started bypeins0242@gmail.com
First post2013-07-24 19:03 -0700
Last post2013-07-25 14:12 +1000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  I have a little problem with Django when I am trying to create a new app peins0242@gmail.com - 2013-07-24 19:03 -0700
    Re: I have a little problem with Django when I am trying to create a new app Chris Angelico <rosuav@gmail.com> - 2013-07-25 14:12 +1000

#51181 — I have a little problem with Django when I am trying to create a new app

Frompeins0242@gmail.com
Date2013-07-24 19:03 -0700
SubjectI have a little problem with Django when I am trying to create a new app
Message-ID<460c20e0-b011-47bb-ad95-c24da160315e@googlegroups.com>
Hello everyone I'm watching a tutorial on how to create a project on Django...

django-admin.py startproject carabali

when I  run this code on terminal.. happens :


http://nsae01.casimages.net/img/2013/07/25/130725021220676239.png


There's a mistake or something but I can't figure out, help me please....

[toc] | [next] | [standalone]


#51184

FromChris Angelico <rosuav@gmail.com>
Date2013-07-25 14:12 +1000
Message-ID<mailman.5078.1374725551.3114.python-list@python.org>
In reply to#51181
On Thu, Jul 25, 2013 at 12:03 PM,  <peins0242@gmail.com> wrote:
> Hello everyone I'm watching a tutorial on how to create a project on Django...
>
> django-admin.py startproject carabali
>
> when I  run this code on terminal.. happens :
>
>
> http://nsae01.casimages.net/img/2013/07/25/130725021220676239.png
>
>
> There's a mistake or something but I can't figure out, help me please....

It's saying that it can't find the zlib module. What Linux
distribution is this? You may need to 'apt-get install' / 'yum
install' / 'pacman -S' another package to make this work - possibly
it'll be called 'zlib' or 'python-zlib' or something. I would
recommend a Google search for your Linux distribution and the words
'python importerror zlib'; there's a high chance that'll tell you what
you need to install.

ChrisA

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web