installation how to

99 views
Skip to first unread message

Ali Rıza Keleş, Alternatif Bilişim

unread,
Jun 18, 2011, 3:36:49 AM6/18/11
to django-lfc
Hi,

I downloaded lfc, and installed via python setup.py install. Just I
modified line 35

'tagging == 0.5',

to

'tagging == 0.2',

in setup.py. Because it gave error, no version like that. After all,
everything is ok. Egg is now ready to use in site-packages directory.

But next? I could not find any Installation guidance to explain step
by step to stand a cms -as we see demo page- up.

Where can I find some instructions from?

Thanks..

Kai Diefenbach

unread,
Jun 18, 2011, 4:09:57 AM6/18/11
to djang...@googlegroups.com
Am 18.06.2011 um 09:36 schrieb Ali Rıza Keleş, Alternatif Bilişim:

But next? I could not find any Installation guidance to explain step
by step to stand a cms -as we see demo page- up
Where can I find some instructions from?

Ali Rıza KELEŞ

unread,
Jun 19, 2011, 5:10:43 AM6/19/11
to djang...@googlegroups.com
Yes, but the Installer gives error:

Got zc.recipe.egg 1.3.2.
Picked: zc.recipe.egg = 1.3.2
While:
Installing.
Getting section django.
Initializing part django.
Error: The version option is deprecated. Read about the change
onhttp://pypi.python.org/pypi/djangorecipe

So I downloaded the package and tried to setup via setup.py script.
python setup.py install

And egg is ready now. Is there any instructions for next steps.

Thanks..

--
--
Ali Rıza Keleş


2011/6/18 Kai Diefenbach <kai.die...@iqpp.de>:

Kai Diefenbach

unread,
Jun 19, 2011, 5:43:09 AM6/19/11
to djang...@googlegroups.com
Am 19.06.2011 um 11:10 schrieb Ali Rıza KELEŞ:

Yes, but the Installer gives error:

Got zc.recipe.egg 1.3.2.
Picked: zc.recipe.egg = 1.3.2
While:
 Installing.
 Getting section django.
 Initializing part django.
Error: The version option is deprecated. Read about the change
onhttp://pypi.python.org/pypi/djangorecipe

So why don't you read about the change?

So I downloaded the package and tried to setup via setup.py script.
python setup.py install

And egg is ready now. Is there any instructions for next steps.

No.

There are only instructions for buildout based installations.

Kai

Maciej Wisniowski

unread,
Jun 19, 2011, 5:43:46 AM6/19/11
to djang...@googlegroups.com, Ali Rıza KELEŞ
You have to upgrade buildout.cfg in downoladed tar.gz according to
http://pypi.python.org/pypi/djangorecipe/0.99. That's what error message
is about.

--
Maciej Wisniowski

W dniu 19.06.2011 11:10, Ali Rıza KELEŞ pisze:

Maciej Wisniowski

unread,
Jun 19, 2011, 4:26:29 PM6/19/11
to djang...@googlegroups.com
Please, stay on the list.

> OK. I made some changes like below:
>
> [buildout]
> parts =
> django
> media
> django-fcgi
> versions = versions
>
> find-links =
> http://pypi.iqpp.de/
>
> [versions]
> django = 1.1.4
>
>
> But at this time, I got this one:
>
> Getting required 'tagging==0.3'
> required by django-lfc 1.0.4.
> We have no distributions for tagging that satisfies 'tagging==0.3'.
> Getting distribution for 'tagging==0.3'.
> While:
> Installing django.
> Getting distribution for 'tagging==0.3'.
> Error: Couldn't find a distribution for 'tagging==0.3'.
I'm not sure why tagging 0.3 is required (I see that 0.5 is in
django-lfc/setup.py:
https://bitbucket.org/diefenbach/django-lfc/src/0b5d05d9a607/setup.py)


I don't use lfc-installer but in my buildout configuration I have:

[parts]
(...)
tagging

[tagging]
recipe = zc.recipe.egg:custom
egg = tagging == 0.5
find-links =.
http://pypi.iqpp.de/

[django]
recipe = djangorecipe
version = 1.2.4
eggs =
(...)
django-tagging==0.3.1

Maybe this will help, but I'm not sure as my config is different.

--
Maciej Wisniowski


>
>
> There is no any distribution for tagging 0.3. There is tagging 0.2 or
> django-tagging 0.3
>
> How can I fix it?
>
> Thanks..
>
>
> 2011/6/19 Maciej Wisniowski<pigl...@gmail.com>:

Ali Rıza KELEŞ

unread,
Jun 19, 2011, 4:58:47 PM6/19/11
to djang...@googlegroups.com
2011/6/19 Maciej Wisniowski <pigl...@gmail.com>:

> Please, stay on the list.

Really?

I haven't installed it yet.. I couldn't.


> I don't use lfc-installer but in my buildout configuration I have:
>
> [parts]
>    (...)
>    tagging
>
> [tagging]
> recipe        = zc.recipe.egg:custom
> egg           = tagging == 0.5
> find-links =.
>    http://pypi.iqpp.de/
>
> [django]
> recipe = djangorecipe
> version = 1.2.4
> eggs =
>    (...)
>    django-tagging==0.3.1
>
> Maybe this will help, but I'm not sure as my config is different.

Sorry but the same..

Getting required 'tagging==0.3'
required by django-lfc 1.0.4.
We have no distributions for tagging that satisfies 'tagging==0.3'.
Getting distribution for 'tagging==0.3'.
While:
Installing django.
Getting distribution for 'tagging==0.3'.
Error: Couldn't find a distribution for 'tagging==0.3'.

Am I the only one who gets this error? I tried to install on many
different platforms: Debian Lenny, Ubuntu Desktop and Server Ed,
Pardus Linux, MacOsx.. It is all same.. Is there anything wrong with
me?

Kai Diefenbach

unread,
Jun 20, 2011, 6:47:36 AM6/20/11
to django-lfc


On 19 Jun., 22:58, Ali Rıza KELEŞ <ali.r.ke...@gmail.com> wrote:
> Getting required 'tagging==0.3'
>   required by django-lfc 1.0.4.
> We have no distributions for tagging that satisfies 'tagging==0.3'.
> Getting distribution for 'tagging==0.3'.
> While:
>   Installing django.
>   Getting distribution for 'tagging==0.3'.
> Error: Couldn't find a distribution for 'tagging==0.3'.
>
> Am I the only one who gets this error? I tried to install on many
> different platforms: Debian Lenny, Ubuntu Desktop and Server Ed,
> Pardus Linux, MacOsx.. It is all same.. Is there anything wrong with
> me?

Have you following within your buildout?

find-links =
http://pypi.iqpp.de/

Kai

kylepowers

unread,
Jun 21, 2011, 8:09:06 PM6/21/11
to django-lfc
I got that same error installing on OS X, had to manually install
tagging .3.
And the find-links in the buildout includes that URL you listed.
Somehow it's not finding it.

Kai Diefenbach

unread,
Jun 22, 2011, 1:58:45 AM6/22/11
to django-lfc
Hi,

LFC 1.0.4 requires tagging 0.5 (not 0.3) as you may see on setup.py of
it.

And this is available at http://pypi.iqpp.de/

Kai
Reply all
Reply to author
Forward
0 new messages