On Jan 15, 8:32 am, schmeii wrote:
> On Jan 14, 10:55 pm, epsilon wrote:
>
> > All:
>
> > I've been playing with "Lua" and found something really cool that I'm
> > unable to do in "Python". With "Lua", a script can be compiled
On Jan 14, 5:33 pm, "Martin v. Loewis" wrote:
> > I've been playing with "Lua" and found something really cool that I'm
> > unable to do in "Python". With "Lua", a script can be compiled to byte
> > code using "luac" and by adding "#!/usr/bin/lua" at the top of the
> > binary, the byte code become
All:
I've been playing with "Lua" and found something really cool that I'm
unable to do in "Python". With "Lua", a script can be compiled to byte
code using "luac" and by adding "#!/usr/bin/lua" at the top of the
binary, the byte code becomes a single file executable. After I found
this trick, I r
All:
I'm running into trouble figuring this one out. It seems that my
decision routine is not working as intended. Does anyone know why my
output continues to utilize the "else" portion of the routine.
Thank you,
Christopher
++
#!/usr/bin/python
import cgi
print "Content-type: text/
Tim,
Thanks for the information and I'll work with you suggestions. Also,
I will let you know what I find.
Thanks again,
Christopher
Tim Chase wrote:
> > I'm working with a Python CGI script that I am trying to use with an
> > external CSS (Cascading Style Sheet) and it is not reading it from
All:
I'm working with a Python CGI script that I am trying to use with an
external CSS (Cascading Style Sheet) and it is not reading it from the
web server. The script runs fine minus the CSS formatting. Does
anyone know if this will work within a Python CGI? It seems that line
18 is not being
Gabriel,
Thanks a bunch for your time! That took care of it.
Christopher
Gabriel Genellina wrote:
> On 21 ago, 11:14, epsilon <[EMAIL PROTECTED]> wrote:
>
> > I'm having trouble with this script from a CGI lesson I'm working and
> > I can't seem to fig
Hey gang!
I'm having trouble with this script from a CGI lesson I'm working and
I can't seem to figure it out. I was wondering if someone could tell
me what is wrong. I've spent several hours trying to debug, but no
success. Any help would be appreciated.
Thank you,
Christopher
+
Python