Re: need help removing 'dev-r0' part from a python package

2015-04-19 Thread suren shrestha
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

Re: Stylesheet not respected

2006-10-24 Thread Suren
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

Stylesheet not respected

2006-10-24 Thread Suren
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

Re: HTML Templates (Sitemesh/Tiles concept) in Python

2006-10-23 Thread Suren
> 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,

HTML Templates (Sitemesh/Tiles concept) in Python

2006-10-23 Thread Suren
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