Free python server.
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.
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.
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.
> 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.
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.
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.
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.
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.
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.
> > > 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
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