Re: tree.io installation with django

2012-10-24 Thread Nick Apostolakos
Just use pip and virtualenv. You don have to lock yourself in your distro packaged django Fabian Weiss wrote: >I would like to do, but my Debian Distribution just offers 1.4! Maybe I >can >install another one, but than I probably get Version missmatch.. :/ > >Am Samstag, 15. September 2012 23:

Re: tree.io installation with django

2012-09-20 Thread Nick Apostolakis
On 20/09/2012 10:36 μμ, Fabian Weiss wrote: And YES again! :) That solved it! No alomost everything works! :) Just when I go to /calendar/settings/integration I see: "available resources: loading.." Is it normal? Greetings and THX :) You are welcome. The calendar app as far as I understand

Re: tree.io installation with django

2012-09-20 Thread Fabian Weiss
And YES again! :) That solved it! No alomost everything works! :) Just when I go to /calendar/settings/integration I see: "available resources: loading.." Is it normal? Greetings and THX :) Am Donnerstag, 20. September 2012 20:34:17 UTC+2 schrieb Nick Apostolakis: > > On 20/09/2012 08:31 πμ, Fa

Re: tree.io installation with django

2012-09-20 Thread Nick Apostolakis
On 20/09/2012 08:31 πμ, Fabian Weiss wrote: The trouble is still not over :( :( When I click on Calendar or Projects I get the error in the top: "Something went wrong..." Exactly because of these two features I installed the software.. :/ So I remove the # in the link to activate the debug output

Re: tree.io installation with django

2012-09-19 Thread Fabian Weiss
The trouble is still not over :( :( When I click on Calendar or Projects I get the error in the top: "Something went wrong..." Exactly because of these two features I installed the software.. :/ So I remove the # in the link to activate the debug output and I get: http://snipurl.com/251x8oz (1054

Re: tree.io installation with django

2012-09-19 Thread Nick Apostolakis
On 18/09/2012 10:33 μμ, Fabian Weiss wrote: YES! I got this error: http://snipurl.com/251cbjb After doing your MySQL Code it WORKS!! :) THX alot! You are welcome :) -- -- Nick Apostolakis e-mail

Re: tree.io installation with django

2012-09-18 Thread Fabian Weiss
YES! I got this error: http://snipurl.com/251cbjb After doing your MySQL Code it WORKS!! :) THX alot! Am Dienstag, 18. September 2012 19:54:17 UTC+2 schrieb Nick Apostolakis: > > On 18/09/2012 08:47 πμ, Fabian Weiss wrote: > > Just I cannot login! :-D > > admin/admin doesn't work.. :/ > > Does

Re: tree.io installation with django

2012-09-18 Thread Nick Apostolakis
On 18/09/2012 08:47 πμ, Fabian Weiss wrote: Just I cannot login! :-D admin/admin doesn't work.. :/ Does it has something to do with settings.py? ADMINS = ( # ('Your Name', 'your_em...@domain.com'), ) Should I done this before I start installation?? during my installation it failed to

Re: tree.io installation with django

2012-09-17 Thread Fabian Weiss
Just I cannot login! :-D admin/admin doesn't work.. :/ Does it has something to do with settings.py? ADMINS = ( # ('Your Name', 'your_em...@domain.com'), ) Should I done this before I start installation?? -- You received this message because you are subscribed to the Google Groups "Django

Re: tree.io installation with django

2012-09-17 Thread Fabian Weiss
WOHO! THX Guys! :) This worked! Why is the INSTALL of the tarball other than the instruction on git??? So now it works and I am happy! :) Am Montag, 17. September 2012 15:22:41 UTC+2 schrieb Nick Apostolakis: > > On 16/09/2012 11:53 οΏ½οΏ½, Fabian Weiss wrote: > > Allright, I didnt know that

Re: tree.io installation with django

2012-09-17 Thread Nick Apostolakis
On 16/09/2012 11:53 μμ, Fabian Weiss wrote: Allright, I didnt know that! So here are the requirments! I deinstalled django debian packet and used pip. Works very well! But some of the requiered software is also available and installed on my system through APT! For example python-dateutil. What to

Re: tree.io installation with django

2012-09-16 Thread Mike Dewhirst
On 17/09/2012 3:35pm, Fabian Weiss wrote: Well, I really dont know what to do :( All I can show you is the Apache log: [Sun Sep 16 21:45:58 2012] [error] /usr/local/lib/python2.7/dist-packages/jinja2/__init__.py:31: UserWarning: Module hashlib was already imported from /usr/lib/python2.7/hashlib

Re: tree.io installation with django

2012-09-16 Thread Fabian Weiss
Well, I really dont know what to do :( All I can show you is the Apache log: [Sun Sep 16 21:45:58 2012] [error] /usr/local/lib/python2.7/dist-packages/jinja2/__init__.py:31: UserWarning: Module hashlib was already imported from /usr/lib/python2.7/hashlib.pyc, but /usr/local/lib/python2.7/dist-p

Re: tree.io installation with django

2012-09-16 Thread Mike Dewhirst
On 16/09/2012 6:41am, Fabian Weiss wrote: The invalid syntax thing is also a bit odd, as it looks valid to me. I haven't followed this thread but whenever I get an invalid syntax error with valid syntax it is usually a problem with an earlier line. In my cases it is often a missing comma or

Re: tree.io installation with django

2012-09-16 Thread Fabian Weiss
Allright, I didnt know that! So here are the requirments! I deinstalled django debian packet and used pip. Works very well! But some of the requiered software is also available and installed on my system through APT! For example python-dateutil. What to do? Deinstall it and install it with pip?

Re: tree.io installation with django

2012-09-16 Thread Nick Apostolakis
On 16/09/2012 12:01 μμ, Fabian Weiss wrote: I would like to do, but my Debian Distribution just offers 1.4! Maybe I can install another one, but than I probably get Version missmatch.. :/ You could install any version you like through the use of pip an virtual env Check it out. Its quite si

Re: tree.io installation with django

2012-09-16 Thread Fabian Weiss
I would like to do, but my Debian Distribution just offers 1.4! Maybe I can install another one, but than I probably get Version missmatch.. :/ Am Samstag, 15. September 2012 23:32:06 UTC+2 schrieb Nick Apostolakis: > > > > On Sat, Sep 15, 2012 at 11:41 PM, Fabian Weiss > > > wrote: > >> I do s

Re: tree.io installation with django

2012-09-15 Thread Nick Apostolakis
On Sat, Sep 15, 2012 at 11:41 PM, Fabian Weiss wrote: > I do so! I tried now this one: > http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ > And it works! :) > http://project.immersight.de/ > > I tried again all I could find in the net for treeio, b

Re: tree.io installation with django

2012-09-15 Thread Fabian Weiss
I do so! I tried now this one: http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ And it works! :) http://project.immersight.de/ I tried again all I could find in the net for treeio, but nothing works :( How can I totally remove all my steps? Is it

Re: tree.io installation with django

2012-09-13 Thread Cal Leeming [Simplicity Media Ltd]
I think this looks like an incompatible Django version to be honest, coupled with some other weird/wonderful problems. The invalid syntax thing is also a bit odd, as it looks valid to me. My advice would be to start again from scratch with the installation tutorial, and see if you can get any fur

Re: tree.io installation with django

2012-09-12 Thread Fabian Weiss
Hi Cal! :) THX for you reply, but I need more informations! I changed the line you said in settings.py, but what shall I do know? Again python manage.py update_ve and ./bin/patch?? I tried again the last step: python manage.py installdb > Traceback (most recent call last): > File "manage.py",

Re: tree.io installation with django

2012-09-12 Thread Cal Leeming [Simplicity Media Ltd]
Hmm - this should really just work out of the box, but looking at the docs, it doesn't give you much information about running wsgi/fcgi etc. Try this; Change this line: STATIC_DOC_ROOT = path.join(PROJECT_ROOT, 'static') To this: STATICFILES_DIRS = ( path.join(PROJECT_ROOT, 'static'), ) That

Re: tree.io installation with django

2012-09-11 Thread Fabian Weiss
THX alot for your help Cal! Does that STATIC stuff has something to do with the fact that I am using an Apache virtual host? But that link you gave me is very complicated! Sorry, but I dont understand :( This is my simple WSGI file: http://nopaste.immersight.de/?51d0bd825fc001a8#gATcImCw08jZTqX

Re: tree.io installation with django

2012-09-11 Thread Cal Leeming [Simplicity Media Ltd]
Looks like an incompatible version of Django perhaps (first glance). Alternatively, just patch it yourself based on the error given: @@@ django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting. @@@ See https://docs.djangoproject.co

tree.io installation with django

2012-09-11 Thread Fabian Weiss
I am using Debian and want to use treeio with my Apache. So I was working with this tutorial: http://fuckyeahcoding.wordpress.com/2011/12/20/install-tree-io-on-ubuntu-with-apache/ But the instructions "make" and "make install" didnt work.. Instead I used the 'python manage.py update_ve' and './b