Re: Installation Question

2019-03-29 Thread Aldian Fazrihady
Starting from Python 3.6, we don't need 3rd party virtualenv library. We can just do this: python3.7 -m venv /path/to/env/ https://docs.python.org/3/library/venv.html Regards, Aldian Fazrihady On Thu, 28 Mar 2019, 23:32 Michael Achterberg, wrote: > I've installed Python 3.7 which comes

Re: Installation Question

2019-03-29 Thread Anirudh Jain
invalid syntax > > > Regards, > > Michael Achterberg > E-mail: mich...@achterberg.org.za > > > Original message > From: KONE GOMPOU LOUA ALASSANE > Date: 28/03/2019 18:57 (GMT+02:00) > To: django-users@googlegroups.com > Subject: Re: Instal

Re: Installation Question

2019-03-29 Thread Michael Achterberg
: Re: Installation Question You must install virtualenv first,Le jeu. 28 mars 2019 16:55, Sandip Nath a écrit :Definitely will help you with your installation. But first reply to the questions. Because the remedy will depend on your reply.On Thursday, 28 March 2019 22:02:08 UTC+5:30, michael

Re: Installation Question

2019-03-28 Thread KONE GOMPOU LOUA ALASSANE
You must install virtualenv first, Le jeu. 28 mars 2019 16:55, Sandip Nath a écrit : > Definitely will help you with your installation. But first reply to the > questions. Because the remedy will depend on your reply. > > On Thursday, 28 March 2019 22:02:08 UTC+5:30, michael wrote: >> >> I've

Re: Installation Question

2019-03-28 Thread Michael Achterberg
users Subject: Re: Installation Question Please try to be more informative when posting a question. Please answer this:1. what os are you using? Windows/Mac/linux.2. Do you have any other version(s) of Python installed in your system?On Thursday, 28 March 2019 22:02:08 UTC+5:30, michael

Re: Installation Question

2019-03-28 Thread Michael Achterberg
(GMT+02:00) To: django-users@googlegroups.com Subject: Re: Installation Question Can you paste the command you are running?Kind regards,SithembewenaSent with ShiftOn Thu, Mar 28, 2019 at 6:31 PM Michael Achterberg wrote:I've installed Python 3.7 which comes with pip installed. When I try

Re: Installation Question

2019-03-28 Thread Sandip Nath
Definitely will help you with your installation. But first reply to the questions. Because the remedy will depend on your reply. On Thursday, 28 March 2019 22:02:08 UTC+5:30, michael wrote: > > I've installed Python 3.7 which comes with pip installed. When I try to > create a virtualenv I get a

Re: Installation Question

2019-03-28 Thread Sandip Nath
Please try to be more informative when posting a question. Please answer this: 1. what os are you using? Windows/Mac/linux. 2. Do you have any other version(s) of Python installed in your system? On Thursday, 28 March 2019 22:02:08 UTC+5:30, michael wrote: > > I've installed Python 3.7 which

Re: Installation Question

2019-03-28 Thread Sithembewena L. Dube
Can you paste the command you are running? Kind regards, Sithembewena *Sent with Shift * On Thu, Mar 28, 2019 at 6:31 PM Michael Achterberg <

Installation Question

2019-03-28 Thread Michael Achterberg
I've installed Python 3.7 which comes with pip installed. When I try to create a virtualenv I get a SyntaxError: invalid syntax What am I doing wrong? Regards, Michael Achterberg E-mail: mich...@achterberg.org.za -- You received this message because you are subscribed to the Google Groups

Re: installation question

2010-03-21 Thread Paulo Almeida
You should run that on the Terminal (not Python, just regular shell), in the folder where you downloaded Django-1.1.1.tar.gz . - Paulo On Sun, Mar 21, 2010 at 10:39 PM, yangyang wrote: > I'm trying to download Django on my Mac OS X 10.4.11. I have download > Python 2.6.4. And

installation question

2010-03-21 Thread yangyang
I'm trying to download Django on my Mac OS X 10.4.11. I have download Python 2.6.4. And then the online Tutorial says this: tar xzvf Django-1.1.1.tar.gz cd Django-1.1.1 sudo python setup.py install I wonder where should I run this? By Python Shell or what? Sorry if this seems to be a stupid

Re: FileBrowser: Installation Question

2009-05-27 Thread Bob N.
Figured it out. Of course, now I feel like an idiot... FILEBROWSER_PATH_SERVER = '/path/to/my/filebrowser' Adding this and other 'FILEBROWSER' settings to my project settings.py should have been obvious. Thanks for being kind! On May 27, 12:05 am, patrickk wrote: > I

Re: FileBrowser: Installation Question

2009-05-27 Thread patrickk
I don´t quite understand your question. fb_settings is imported with the filebrowser-views ... not sure if that answers your question. patrick On May 27, 4:01 am, "Bob N." wrote: > OK, so how do I get the fb_settings to appear in the runtime Settings? > > On May 26,

Re: FileBrowser: Installation Question

2009-05-26 Thread Bob N.
OK, so how do I get the fb_settings to appear in the runtime Settings? On May 26, 12:51 am, patrickk wrote: > "change fb_settings.py" means that you can/should change the variables > defined there. > e.g., if you are not using a directory named "uploads", you have to >

Re: FileBrowser: Installation Question

2009-05-26 Thread patrickk
"change fb_settings.py" means that you can/should change the variables defined there. e.g., if you are not using a directory named "uploads", you have to take a look at fb_settings.py and change that directory accordingly (note: you don´t _have_ to use "uploads", you can use whatever you want).

Re: FileBrowser: Installation Question

2009-05-25 Thread Daniel Hilton
Filebrowser uses a directory called uploads, in your media directory. You need to create it and allow the user running your wsgi instance to be able to write to it as you upload files. On a related note, has anyone ram into trouble installing filebrowser with tinymce? Have run usual install all

FileBrowser: Installation Question

2009-05-25 Thread Bob N.
I've followed the instructions properly, but I get the error: OSError (2, 'No such file or directory') at line 52 in Views.py: dir_list = os.listdir(os.path.join (PATH_SERVER, path)) PATH_SERVER is not defined in my Settings, so I'm sure it's because I can't figure out what to do for Basic

Simple Installation question

2008-01-09 Thread kbochert
I'm trying to install Django on a host. The host has Python 2.4, but some site-packages I need are missing. I FTP'd ez_setup.py to my public_ftp/incoming directory and ran it Using SSH I can see that /usr/lib/python2.4/site-packages now contains a directory setuptools-0.6c7-py2.4.egg which in

Re: Installation Question

2007-02-12 Thread Rob Slotboom
Also beware that mod_php can give you session troubles on some systems. --~--~-~--~~~---~--~~ 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

Re: Installation Question

2007-02-11 Thread Nathan R. Yergler
See http://www.djangoproject.com/documentation/install/ for installation information and requirements. Your PHP information doesn't matter in the least, since Django isn't PHP based. Nathan On 2/11/07, Tavernaci <[EMAIL PROTECTED]> wrote: > > Hello > > I was searching for cms system which is

Installation Question

2007-02-11 Thread Tavernaci
Hello I was searching for cms system which is very performant because I want to build a newssite and I found django, the references and the performance is preferct for me but I have a problem I have such webspace 250 mb Webspace 2 MySQL php Cgi can I install django on my webspace? you can see

Re: Yet another installation question (on Godaddy)

2006-10-10 Thread julián
> I know I need flup. And I need to put the Django source on the server. > But *where* do I upload them to, and *how* do I install them (how do i > run the setup.py) without SSH? > > Any help would be awesome. > I don't know about godaddy deluxe but it seems you should do everything using CGIs.

Yet another installation question (on Godaddy)

2006-10-09 Thread rich
I've walked through the "Running Django on a shared-hosting provider with Apache" -- but apparently I don't catch on that fast.My largest challenge is that I don't have SSH access. I've read a few things here and there about creating a script to install it, but I'm not sure what type of

Re: Ubuntu Dapper Drake installation question

2006-09-22 Thread [EMAIL PROTECTED]
You could always just install the svn version cd /usr/lib/python2.4/site-packages svn checkout http://code.djangoproject.com/svn/django/trunk django --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Ubuntu Dapper Drake installation question

2006-09-22 Thread Michael Radziej
Daniel schrieb: > Hi, > > just a quick question: did anyone succeed in installing Django 0.95 on > Ubuntu Dapper Drake? I install python and python-dev, as well as the > python-setuptools and python-mysqldb packages (all Python 2.4) and > downloaded Django and tried running > > # sudo python

Re: Ubuntu Dapper Drake installation question

2006-09-22 Thread Maciej Bliziński
On Fri, 2006-09-22 at 11:56 +0200, Daniel wrote: > The result was not really what I liked, it told me my version of the > python-setuptools is to old, it needed version c1, but Dapper only has > a9 included. > > Is there any chance to get Django installed? I use development version of Django,

Ubuntu Dapper Drake installation question

2006-09-22 Thread Daniel
Hi, just a quick question: did anyone succeed in installing Django 0.95 on Ubuntu Dapper Drake? I install python and python-dev, as well as the python-setuptools and python-mysqldb packages (all Python 2.4) and downloaded Django and tried running # sudo python setup.py install The result was