From: Gerhard V. <s.v...@nt...> - 2004-06-30 14:47:16
|
To answer my own question - I commented out line 790 in font_manager.py: #pickle.dump(self.ttfdict, file(ttfcache, 'w')) This fixed it for me Gerhard Gerhard Venter wrote: > 790, in __init__ > pickle.dump(self.ttfdict, file(ttfcache, 'w')) > IOError: [Errno 2] No such file or directory: > '%USERPROFILE%\\.ttffont.cache' |