still trying to install django-mingus
I loggged into my server with ssh and installed virtualenv and
virtualenvwrapper
easy_install virtualenv
pip virtualenvwrapper
also installed git
ok...
trying to follow the install instructions(bottom). I guess virtualenv/
virtualenvwrapper need setting up
Brillant, it all works now.
Thanks Arien, you are a star.
Ralph
On Jul 15, 6:02 pm, Arien <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 15, 2008 at 9:58 AM, Arien <[EMAIL PROTECTED]> wrote:
> > On Tue, Jul 15, 2008 at 9:27 AM, Ralph <[EMAIL PROTECTED]> wrote:
>
>
On Tue, Jul 15, 2008 at 9:58 AM, Arien <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 15, 2008 at 9:27 AM, Ralph <[EMAIL PROTECTED]> wrote:
>>
>> I'm trying to install django for the first time.
[...]
> What I do is this:
>
> 1. check out the svn version to some
On Tue, Jul 15, 2008 at 9:27 AM, Ralph <[EMAIL PROTECTED]> wrote:
>
> I'm trying to install django for the first time.
>
> I've read through at least 3 tutorials on how to install django and by
> using parts of all three I managed to get the django files installed
I'm trying to install django for the first time.
I've read through at least 3 tutorials on how to install django and by
using parts of all three I managed to get the django files installed,
but I followed this command
>>> import django
I get
Traceback
Hmm, I thought the two tricks will get my Django working, but instead
I got this:
[EMAIL PROTECTED]:~/django-projects$ django-admin startproject
myproject
The program 'django-admin' is currently not installed. You can
install it by typing:
sudo apt-get install python-django
bash: django-admin: c
bobhaugen wrote:
> Following http://www.djangoproject.com/documentation/install/
>
> I'm stuck at the steps of setting up the symlinks to django.
> Step 3. ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
> Step 4. ln -s `pwd`/django-trunk/django/bin/django-admin.py /usr/local/
> bin
>
>
:blush:
Forgot to type django-admin.py ... I saw that just after I posted :(
OK, it works with trunk versin, yeeey.
On Mar 26, 7:06 pm, Davorin <[EMAIL PROTECTED]> wrote:
> Hmm, I thought the two tricks will get my Django working, but instead
> I got this:
>
> [EMAIL PROTECTED]:~/django-project
On Feb 1, 3:37 pm, Brian Rosner <[EMAIL PROTECTED]> wrote:
> export PATH=/path/to/django/bin:$PATH
Thank you thank you! That is what I was missing.
> Also, it appears you are relying on a relative path. I would highly
> recommend you adjust the PYTHONPATH and how you setup the PATH to use
> an
> With echo @PYTHONPATH
> django-trunk:django-trunk/django/bin:django-trunk/django/bin/django-
> admin.py
> same error message.
>
Ok, there is a subtle difference that you are missing. PYTHONPATH and
PATH. They are two completely different environment variables.
PYTHONPATH is only for Python i
On Feb 1, 2:23 pm, Brian Rosner <[EMAIL PROTECTED]> wrote:
> Okay, to be honest, pretend you never read that. The bottom line is
> that Django only needs to be in your PYTHONPATH. By default Python
> already has its site-packages directory on the PYTHONPATH which is
> where this stems from. You ca
On 2008-02-01 12:54:48 -0700, bobhaugen <[EMAIL PROTECTED]> said:
>
> Following http://www.djangoproject.com/documentation/install/
>
> I'm stuck at the steps of setting up the symlinks to django.
> Step 3. ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
> Step 4. ln -s `pwd`/django-tr
Following http://www.djangoproject.com/documentation/install/
I'm stuck at the steps of setting up the symlinks to django.
Step 3. ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
Step 4. ln -s `pwd`/django-trunk/django/bin/django-admin.py /usr/local/
bin
One possible problem: not thinki
13 matches
Mail list logo