Giter Club home page Giter Club logo

Comments (8)

bittner avatar bittner commented on May 30, 2024

It's fine that you post your issue here. Looks like folks on StackOverflow don't want a new tag. 😧
Let's stick with python and django as tags for now. You did a great job.

According to your error message something must have gone wrong with your installation steps. Have you installed Django prior to installing django-organice? According to setup.py Django 1.5.8 should be installed in the end.

You would need to provide more information to help figure out which requirement is complaining (that needs Django 1.6+ now). Can you post what's the output of your pip freeze, and python --version?

from django-organice.

newnovis avatar newnovis commented on May 30, 2024

Regarding your question, I have followed the steps and Django wasn t installed before I started the installation of Django Organice. To make it complete, I only had to install additional packages git , build-dep, python-imaging and also add a symbolic link /usr/include/freetype2 usr/local/include/freetype.
Please find below the requested information :
pip freeze outputs :

BeautifulSoup==3.2.1
Django==1.5.12
Pillow==2.9.0
South==1.0.2
argparse==1.2.1
beatifulsoup4==4.4.0
cmsplugin-contact==1.1.0
cmsplugin-zinnia=0.5.1
django-allauth=0.23.0
django-analytical==0.22.0
django-apptemplates==0.0.1
django-blog-zinnia==0.13
django-classy-tags==0.6.2
django-cms==2.4.3-support
django-media-tree==0.8.1
django-mptt==0.5.2
django-organice==0.2
django-organice-theme==0.2
django-reversion==1.8.0
django-sekizai==0.8.2
django-simple-links==0.1.1
django-tagging==0.4
django-tinymce==2.0.4
django-todo==1.4
django-xmlrpc==0.1.5
easy-thumbnails==2.2
emencia.django.newsletter==0.3dev
html2text==2015.6.21
html5lib==0.999999
oauthlib==1.0.3
psycopg2==2.6.1
pyparsing==2.0.3
python-dateutil==1.5
python-openid==2.2.5
pytz==2015.4
requests==2.7.0
requests-oauthlib==0.5.0
six==1.9.0
solid-i18n==1.1.0
vobject==0.6.6
wsgiref==0.1.2
xlrd==0.9.4
xlwt==1.0.0

python --version? outputs Python 2.7.6
I have added the full traceback to the above post. I hope that the need for the StackOverflow tag will be demonstrated by the django Organice users. Let's ask questions!
Thank you

from django-organice.

bittner avatar bittner commented on May 30, 2024

Thanks for your support! (... of being a django Organice user) 😃

What operating system are you using?

Hint: You can make the verbose output more readable using the triple-backtick markup ``` (then a newline, then all your code or verbose output, then again the triple-backtick in a single line).

The unfortunate thing is that the output above (in your question) doesn't help us in finding the package that requires Django 1.6+. (The # XXX comment, if this is from the source code, tells us that someone already wanted to make the error message more helpful. Obviously, this did not happen. 😟)

Note: If you're not in a hurry, I'm working on upgrading django Organice to Django 1.8.x and django CMS 3.x. This could be working in a week or so.

If you are in a hurry, however, you could go to "/pathtomyvirtualenvs/local/lib/python2.7/site-packages/pkg_resources.py", line 2720 and add some debug output there to find out which package is complaining.

from django-organice.

newnovis avatar newnovis commented on May 30, 2024

I am happy to be among the 270/month downloads! I want to use your solution that's why I asked questions 👍
I use Ubuntu server 14.04
Thank you for the hint, I updated the above posts.
Could you please provide me with the pip freeze output of an installed django Organice v0.2 in your system? I will compare it with the one installed in my system and feed you back.
In your project roadmap, there is askbot integration in your solution. Will it happen in the upgrade to Django 1.8?
Thank you

from django-organice.

bittner avatar bittner commented on May 30, 2024

@newnovis

Could you please provide me with the pip freeze output of an installed django Organice v0.2

Awesome, that's the right question to ask! -- All releases are documented in the CHANGELOG; see the Packages link for a documented snapshot of package versions.

If the issue is just about a clean installation all you need to do is

$ pip install -r docs/requirements.txt

I should have thought about this earlier, sorry about that.

from django-organice.

bittner avatar bittner commented on May 30, 2024

@newnovis Re your question on the roadmap: At the moment Askbot integration is not priority one. Not of v0.3 at least. I'll do the upgrade to the latest Django und django CMS versions first.

Then, probably for v0.4, I plan to add Foundation support, because Bootstrap alone is just too rigid as a choice, it doesn't give you enough liberty as a designer. I hope I can manage to support both at the same time with a single mother theme. That'll be interesting weeks to come... 😨

Afterwards I'm open to add integrations. I must admit, as much as I like Askbot I'm not sure yet how to integrate it from a usability point of view. As of today, django Organice is still just mainly a preconfigured website project (with a few add-ons). The - maybe internal - collaboration workflows and UIs are yet to define, plan and implement. There's nothing out there in the Django ecosystem that can serve as an example yet. 😐

As every serious open source project, of course, I'm open to pull requests, though! 😃

from django-organice.

newnovis avatar newnovis commented on May 30, 2024

Thank you Sir, your advices solved this issue.
I will continue using your solution and I hope it will work for my project! I will let you know :)

from django-organice.

bittner avatar bittner commented on May 30, 2024

Cool! Glad it worked out. I've answered the question on StackOverflow, too.
If you could accept the answer there that would be awesome. Cheers!

from django-organice.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.