On Monday, April 20, 2015 at 10:00:26 AM UTC+5:45, Chris Angelico wrote:
> On Mon, Apr 20, 2015 at 1:57 PM, wrote:
> > My package 'webpreview'[https://github.com/ludbek/webpreview] has new
> > version '1.0.3'. I used 'sdist' to bundle it. Unfortunately it names it
> > 'webpreview-1.0.3dev-r0.ta
source is.
I am sure this is a newbie gotcha...
Irmen de Jong wrote:
> Suren wrote:
> > I was able to the see weird stylesheet behavior on opera, IE and
> > mozilla under
> > mod_python.
> [snip]
>
> I'm 99% sure this has nothing to do with Python but is just an
I was able to the see weird stylesheet behavior on opera, IE and
mozilla under
mod_python. Here is some python code that exhibited the behavior. I
have the body.css in the same folder as this file and the background is
set to blue. When I access it at http://localhost/test.py, the html
page shows
> Python with ? CGI ? FastCGI ? mod_python ? Other ?
We are using mod_python and SSI. We are inheriting some legacy code
that we do not want to mess with at all.
> You shouldn't - unless this is an internal web-based application, not a
> public site. Since your dynamically generating the pages,
Hello,
I am a newbie to python and web development. I am part of a fairly
simple project and we are trying to identify an efficient way to design
our html pages. The technologies at our disposal are javascript, html
and python for now.
Our pages bear a very standard look. Here is what it looks li