Free python server.

2005-01-13 Thread rootshell
Hello.

I need an account no free python server.
Would somebody help me?
I tried to find one no www.python.org [there are few addresses of 
free hosts] but unfortunately can't manage with the registration.

Best Regards
Rootshell

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Free python server.

2005-01-13 Thread rootshell
Hi there.
What I need is web sever, where I could put just one python script.
Greetings.
Rootshell.
--
http://mail.python.org/mailman/listinfo/python-list


Re: Free python server.

2005-01-13 Thread rootshell
Thank you very much.
Arbornet.org seems to be ok
Unforutnately I was convinced that I only have to only copy my *.py file to 
/public_hml directory and everything will be all right.
As you expect I was wrong.

R.

--
http://mail.python.org/mailman/listinfo/python-list


Re: Free python server.

2005-01-14 Thread rootshell
> Your file probably need to (a) be in the cgi-bin, not public_html,
(b)
> be flagged executable ("chmod a+x file.py"), and (c) begin with the
> line: '#!/usr/bin/env python'
>
> If the server doesn't provide you with CGI (or, strongly preferable,
> SCGI or mod_python), you're probably out of luck.

You're probably right, this machine doesn't provide with CGI, I'll send
an e-mail to administrator of arbornet.org and make sure.

So, I ask once again: does anyone know where I can put my *.py files?
Greetings.
Rootshell.

-- 
http://mail.python.org/mailman/listinfo/python-list


I need to create the table and I want to edit its content from www level.

2004-12-05 Thread Rootshell
I need to create the table and I want to edit its content from www
level.

Here is some example:

http://www.rootshell.be/~flash44

There is a table.
Is there possibilty to edit the content using  command?

Could you show me the way how to do it?

My vision is:
User has its login and password. When he logs in the table space opens
and he can edit the content.

I need a few lines of code for example or url with similar idea.

Best regards.

Rootshell.
-- 
http://mail.python.org/mailman/listinfo/python-list


I need to create the table and I want to edit its content from www level.

2004-12-06 Thread Rootshell
Yo, thanks for help

Yeap, wikipedia is one of examples, the wikipedia script includes
'action=edit' command and it edits the file called 'wiki.phtml'.

I want to edit the content of casual table. Have no idea how to give
the password to a few users, so they can edit this small table. That's
all.

Cheers

Rootshell
-- 
http://mail.python.org/mailman/listinfo/python-list


I need to create the table and I want to edit its content from www level.

2004-12-07 Thread Rootshell
Hi.

Yes, the 'Tabla' concept seems to be very helpful.
I need few days to instal and try it.

Thank you very much.

Greetings.

Rootshell
-- 
http://mail.python.org/mailman/listinfo/python-list


I need to create the table and I want to edit its content from www level.

2004-12-08 Thread Rootshell
Hello.

I have one more problem with 'tabla.py' file: 
Can't do the compilation 'cause something wrong is happening with module 
'posix'.

The message is as follows: "no module name posix".
I guess that it is necessary to import it.
Unfortunately 'posix' seems to be the unix module and my platform is WinXP.
I'll appreciate any help.

Thank you.

Rootshell.
-- 
http://mail.python.org/mailman/listinfo/python-list


[Newby] Problem with compilation.

2004-12-09 Thread rootshell
Hi folks!

Can't compile my file due to some problems with crypt module.
My platform is WinXP:
First I launch my Python Shell,
Than I open the *.py file,
Next I press F5 to 'run module'
The message is:"ImportError: No module named crypt"

Few lines of code for example:

...
import posix
import posixpath
from crypt import *

startRecord = 0
inRecord = 1
...

Thanks for help.


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: [Newby] Problem with compilation.

2004-12-09 Thread rootshell




> > > Can't compile my file due to some problems with crypt 
module.> > My platform is WinXP:> > http://docs.python.org/lib/module-crypt.html> 
>     Section 8: Unix Specific Services> > 
    8.4 crypt -- Function to check Unix passwords> 
>     Availability: Unix.> > here's a 
portable crypt implementation:> >     http://home.clear.net.nz/pages/c.evans/sw/
Ok, one more question:
Is the compilation possible under WinXP ?
 
Maybe I have to use another module?
 
Greetings
R.
-- 
http://mail.python.org/mailman/listinfo/python-list

KeyError

2004-12-15 Thread rootshell
Hello.
Maybe someone will help me with this KeyError:

Traceback (most recent call last):
 File "C:\Python\tabla.py", line 929, in -toplevel-
   tablesDirectory = tablesDirectoryPrefix + os.environ['REMOTE_ADDR']
 File "C:\Python23\lib\os.py", line 417, in __getitem__
   return self.data[key.upper()]
KeyError: 'REMOTE_ADDR'
.. 

Thanks for reading this.
R.

--
http://mail.python.org/mailman/listinfo/python-list