Hi,

I still experience those crashes. I didn't change the class spec or did make
any other major changes while restarting (I'm working only on small
javascript details).

I'm using Python 2.4 which is kind of integrated into a Python 3D Lib
(panda3d). But that's "normal" Python 2.4, just installed at a different
place (explains the dir structure).

See trace:
File
'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste
\\httpexceptions.py', line 249 in response
  headers, content = self.prepare_content(environ)
File
'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste
\\httpexceptions.py', line 233 in prepare_content
  content = self.html(environ)
File
'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste
\\httpexceptions.py', line 218 in html
  body = self.make_body(environ, self.template, html_quote, no_quote)
File
'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste
\\httpexceptions.py', line 205 in make_body
  args[k] = escfunc(v)
File
'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste
\\util\\quoting.py', line 36 in html_quote
  return cgi.escape(unicode(v).encode(encoding), 1)
File
'c:\\panda3d-1.3.2\\python\\lib\\site-packages\\beaker-0.9.4-py2.4.egg\\beak
er\\session.py', line 478 in __repr__
  return self._session().__repr__()
File
'c:\\panda3d-1.3.2\\python\\lib\\site-packages\\beaker-0.9.4-py2.4.egg\\beak
er\\session.py', line 456 in _session
  self.__dict__['_sess'] = Session(req, use_cookies=True, **params)
File
'c:\\panda3d-1.3.2\\python\\lib\\site-packages\\beaker-0.9.4-py2.4.egg\\beak
er\\session.py', line 113 in __init__
  self.invalidate()
File
'c:\\panda3d-1.3.2\\python\\lib\\site-packages\\beaker-0.9.4-py2.4.egg\\beak
er\\session.py', line 181 in invalidate
  namespace.acquire_write_lock()
File
'c:\\panda3d-1.3.2\\python\\lib\\site-packages\\beaker-0.9.4-py2.4.egg\\beak
er\\container.py', line 146 in acquire_write_lock
  if (wait or r): self.open('c', checkcount = True)
File
'c:\\panda3d-1.3.2\\python\\lib\\site-packages\\beaker-0.9.4-py2.4.egg\\beak
er\\container.py', line 174 in open
  if self.openers == 0: self.do_open(flags)
File
'c:\\panda3d-1.3.2\\python\\lib\\site-packages\\beaker-0.9.4-py2.4.egg\\beak
er\\container.py', line 716 in do_open
  self.hash = cPickle.load(fh)
ValueError: could not convert string to float


The "fh" value points to a file (I'm working on windows):
<open file
'S:\Work\Projekte_Dev\SimWeb\simweb/data\sessions/container_file\1\15\158642
7da019a2db25cad98c5b02a75e.cache>

The file exists. Content see below (without binary content).

Hope this helps. Any pointers?

Regards,
Andrew

(dp1
S'loggedin'
p2
S'True'
p3
sS'_accessed_time'
p4
F1209387313,0150001
sS'company_id'
p5
S'1006'
p6
sS'_creation_time'
p7
F1209385481,937
sS'user_obj'
p8
(isimweb.lib.aaa
User
p9
(dp10
S'Login'
p11
S'tfc'
p12
sS'CompanyId'
p13
g6
sS'Pw'
p14
S'123'
p15
sS'View'
p16
S'kundenview'
p17
sbs.






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to