Python Shell Errors at start up? (18.0.348)

   1402   0   1
User Avatar
Member
37 posts
Joined: Jan. 2017
Offline
Hi all,

I've started seeing these errors in the python panel at start. I'm currently on 18.0.348

I'm trying to track down the cause of them. Houdini seems to be working fine even with these messages, but I'm unclear on what these indicate or where to look for additional info. Do these look familiar to anyone?

Appreciate any insights!


>>> ERROR in app: Exception on /
Traceback (most recent call last):
File “D:/Side Effects Software/Houdini 18.0.348/python27/lib/site-packages-forced\flask\app.py”, l
ine 1982, in wsgi_app
response = self.full_dispatch_request()
File “D:/Side Effects Software/Houdini 18.0.348/python27/lib/site-packages-forced\flask\app.py”, l
ine 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
File “D:/Side Effects Software/Houdini 18.0.348/python27/lib/site-packages-forced\flask\app.py”, l
ine 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
File “D:/Side Effects Software/Houdini 18.0.348/python27/lib/site-packages-forced\flask\app.py”, l
ine 1612, in full_dispatch_request
rv = self.dispatch_request()
File “D:/Side Effects Software/Houdini 18.0.348/python27/lib/site-packages-forced\flask\app.py”, l
ine 1598, in dispatch_request
return self.view_functions(**req.view_args)
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\bookish\flaskapp.py”, line 2
76, in show
indexer = pages.indexer()
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\bookish\wiki\wikipages.py”,
line 405, in indexer
return cls(use_dir, sables, logger=self.logger, ignore_paths=ignore_set)
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\bookish\search.py”, line 276
, in __init__
if not index.exists_in(indexdir, indexname=indexname) and create:
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\whoosh\index.py”, line 136,
in exists_in
ix = open_dir(dirname, indexname=indexname)
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\whoosh\index.py”, line 123,
in open_dir
return FileIndex(storage, schema=schema, indexname=indexname)
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\whoosh\index.py”, line 421,
in __init__
TOC.read(self.storage, self.indexname, schema=self._schema)
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\whoosh\index.py”, line 664,
in read
segments = stream.read_pickle()
File “D:/Side Effects Software/Houdini 18.0.348/houdini/python2.7libs\whoosh\filedb\structfile.py”
, line 245, in read_pickle
return load_pickle(self.file)
AttributeError: ‘module’ object has no attribute ‘W3Segment’
Edited by peternicolai - Feb. 18, 2020 10:02:03
  • Quick Links