yes, I would like to use a framework. I like the twisted method the user
posted. Are there any examples of it using a framework, get/post, etc..?
On Thu, Feb 9, 2012 at 6:28 AM, Thomas Bach wrote:
> Rita writes:
>
> > I am building a small intranet website and I would like to use
> > Python. I
Rita writes:
> I am building a small intranet website and I would like to use
> Python. I was wondering if there was a easy and medium performance
> python based web server available.
Are you going to use a framework? Most of these ship with a light
web server implementation… You probably want
>> I am building a small intranet website and I would like to use Python. I
>> was wondering if there was a easy and medium performance python based web
>> server available. I would like to run it on port :8080 since I wont have
>> root access also I prefer something easy to deploy meaning I would
In article ,
Rodrick Brown wrote:
> On Feb 8, 2012, at 11:01 PM, Rita wrote:
>
> > I am building a small intranet website and I would like to use Python. I
> > was wondering if there was a easy and medium performance python based web
> > server available. I would like to run it on port :8080
On Feb 8, 2012, at 11:01 PM, Rita wrote:
> I am building a small intranet website and I would like to use Python. I was
> wondering if there was a easy and medium performance python based web server
> available. I would like to run it on port :8080 since I wont have root access
> also I prefer
I am building a small intranet website and I would like to use Python. I
was wondering if there was a easy and medium performance python based web
server available. I would like to run it on port :8080 since I wont have
root access also I prefer something easy to deploy meaning I would like to
move
eric <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I want to setup simple python web server and I want it to just unzip
> and run, without any installation steps (have no right to do it).
>
> I've tried to write by myself, however, I find I am getting into more
> details like processing image file, di
On 27/12/2007, eric <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to setup simple python web server and I want it to just unzip
> and run, without any installation steps (have no right to do it).
>
> I've tried to write by myself, however, I find I am getting into more
> details like processing i
> Actually, I've considered to use django, however it required to run
> command (which I don't have right to do it)
> python setup.py install
>
> Btw, is it possible to use without running setup.py ?
Yes, it's quite possible...Django is pure Python, so you just have to
have its directory in
eric schrieb:
> On Dec 27, 4:52 pm, Panos Laganakos <[EMAIL PROTECTED]> wrote:
>> On Dec 27, 7:41 am, eric <[EMAIL PROTECTED]> wrote:
>>
>>> Hi all,
>>> I want to setup simple python web server and I want it to just unzip
>>> and run, without any installation steps (have no right to do it).
>>> I'v
On Dec 27, 6:22 pm, Bjoern Schliessmann wrote:
> eric wrote:
> > I want to setup simple python web server and I want it to just
> > unzip and run, without any installation steps (have no right to do
> > it).
>
> Which OS? You might run into authorisation problems if you want it
> to listen on port
On Dec 27, 4:52 pm, Panos Laganakos <[EMAIL PROTECTED]> wrote:
> On Dec 27, 7:41 am, eric <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
>
> > I want to setup simple python web server and I want it to just unzip
> > and run, without any installation steps (have no right to do it).
>
> > I've tried to wri
eric wrote:
> I want to setup simple python web server and I want it to just
> unzip and run, without any installation steps (have no right to do
> it).
Which OS? You might run into authorisation problems if you want it
to listen on port 80 TCP.
Regards,
Björn
--
BOFH excuse #303:
fractal ra
eric napisał(a):
> I want to setup simple python web server and I want it to just unzip
> and run, without any installation steps (have no right to do it).
Look at SimpleHTTPServer in standard library.
> I've tried to write by myself, however, I find I am getting into more
> details like process
On Dec 27, 7:41 am, eric <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to setup simple python web server and I want it to just unzip
> and run, without any installation steps (have no right to do it).
>
> I've tried to write by myself, however, I find I am getting into more
> details like process
See if this helps
www.*django*project.com
On 12/27/07, eric <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I want to setup simple python web server and I want it to just unzip
> and run, without any installation steps (have no right to do it).
>
> I've tried to write by myself, however, I find I am g
Hi all,
I want to setup simple python web server and I want it to just unzip
and run, without any installation steps (have no right to do it).
I've tried to write by myself, however, I find I am getting into more
details like processing image file, different file type(like FLV) ..
etc. Any recomm
17 matches
Mail list logo