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?
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>:
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.
--
Maciej Wisniowski
W dniu 19.06.2011 11:10, Ali Rıza KELEŞ pisze:
> 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>:
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?