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


Groups > comp.lang.python > #51184

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

References <460c20e0-b011-47bb-ad95-c24da160315e@googlegroups.com>
Date 2013-07-25 14:12 +1000
Subject Re: I have a little problem with Django when I am trying to create a new app
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5078.1374725551.3114.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

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

csiph-web