Nochmals Danke und einen schönen Sonntag noch
Die Suche ergab 2 Treffer
- Sonntag 15. Juni 2008, 17:24
- Forum: Netzwerkprogrammierung
- Thema: CherryPy + Ajax (Prototype) -> Response ist nur Source-Co
- Antworten: 6
- Zugriffe: 2149
- Sonntag 15. Juni 2008, 16:22
- Forum: Netzwerkprogrammierung
- Thema: CherryPy + Ajax (Prototype) -> Response ist nur Source-Co
- Antworten: 6
- Zugriffe: 2149
CherryPy + Ajax (Prototype) -> Response ist nur Source-Co
Mahlzeit zusammen!
Vorab meine "Umgebung": System: WinXP. Python und CherryPy ist installiert und auch funktionsfähig!
Meine Python-Datei sieht folgendermaßen aus:
#getContent.py
import cherrypy
class Application_cl(object):
@cherrypy.expose
def index(self):
return file("foobar.html ...
Vorab meine "Umgebung": System: WinXP. Python und CherryPy ist installiert und auch funktionsfähig!
Meine Python-Datei sieht folgendermaßen aus:
#getContent.py
import cherrypy
class Application_cl(object):
@cherrypy.expose
def index(self):
return file("foobar.html ...
