OK, here's my simple cherrypy app. The main python file is
in the same
directory as my main css file--as seen below. When cherrypy
launches
(i.e. cherrypy.server.quickstart() and then
cherrypy.engine.start()),
my main index method returns some html with the css file
called out
(i.e. <link href="app.css"
type="text/css" rel="stylesheet" />)
but
the html's style is not modified--as if the it doesn't see
the css
file. I've done lots of research and testing and I can't see
to get the
http://localhost:8080/ind
ex to work correctly. It return html but not
with the style changed. Even if I type http://localhost:8080/a
pp.css,
it's doesn't show up. Any ideas?
directory
app.py
app.css
Cherrypy 3.0.0 beta2
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|