I'm having the same problem as Lars.
Just a simple psp page that I reload at crazy speed.
---
File "/webkit/webware/PSP/ServletWriter.py", line 79, in close
os.remove(self._pyfilename)
OSError: [Errno 2] No such file or directory:
---
Thanks
/David
At 16.25 -0500 02-06-24, Luke Opper
Hey I'm quite satisfied with BB, you just have to tell it when to use
auto-indent.
Also, bbedit does the work with the triple ''' or """.
>BBEdit (Mac): Auto-indent? What auto-indent? Besides, using the Mac
>invalidates my server dogfood rule.
-
Thanks Luke & Geoff for the cookies tip.
So what's the best way of getting to know when a client enters any
page for the first time "per session" within the context. I would
prefer to initiate the long-life cookie on a place outside a
SitePage.py alike servlet.
At 15.31 -0400 02-06-13, Ge
How do you set a cookie for use with static data.
Just using: self.response().setCookie('bosse','mini')
shares the same cookie as the session and will expire
when the user closes the browser.
So, I still want my session based cookie to work like
before and the ability to create a static cookie t
Hi,
Haven't really tracked down where and why this occurs, just want to check if anyone
got some ideas what this could be.
I'm using rewrites in apache to run my webware servlets directly under the root. Have
different scripts that handles some http posts.
So, if I make a post to a py servlet
Hi,
I'm looking for the optimal way of configuring
Apache to run Webware servlets directly under
the website document root.
There is one way of doing it here
http://webware.colorstudy.net/twiki/bin/view/Webware/ModRewriteRecipes
But just changing the location from ""
works fine for me.
WKSer