Re: Non-typical Install - limited ftp access

2009-02-02 Thread Tim Johnson

On Monday 02 February 2009, elithrar wrote:
> Whilst you could technically 'upload' django to the webspace that
> you're jailed into, without the package being on the PYTHONPATH you
> won't be able to import django into your scripts - you'll need to SSH
> in and install the package (via either yum/apt or using the svn
> checkout) first.
 :-) Quick response?
 SSH is not available. Why couldn't I add the django path to sys.path?
 Thanks
 - tim -

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Non-typical Install - limited ftp access

2009-02-02 Thread elithrar

Whilst you could technically 'upload' django to the webspace that
you're jailed into, without the package being on the PYTHONPATH you
won't be able to import django into your scripts - you'll need to SSH
in and install the package (via either yum/apt or using the svn
checkout) first.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Non-typical Install - limited ftp access

2009-02-02 Thread Tim Johnson

I do not currently use django. I am an experienced web programmer.
I've developed my own frameworks, but have a small project to do that
I'd like to use as a way of learning and testing django.

To the best of my knowledge, here are the circumstances: 
A virtual domain on a linux redhat or ubuntu box. 
No system-wide acess or SSH access. I can install anything
within reason under the domain itself. 
There is a plex interface and I have FTP access to the domain
itself. I know nothing about plex, but will be briefed on it tomorrow.

How would I approach installing django via FTP? And that assumes
that I would already have it installed on my kubuntu development
box. Pointers to similar topics would be sufficient at this stage.

Thanks
Tim

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---