[Moin-user] twisted moin

Thomas Waldmann tw-public at gmx.de
Fri Oct 22 10:46:02 EDT 2004


> Failed to load application : "module" object has no
> attribute 'setappdefaultencoding'

/me feels that will get a FAQ. :)

> The sitecustomize.py is in
> /usr/lib/python2.3/site-packages/MoinMoin/

It MUST be in a python path (on top level) - like 
/usr/lib/python2.3/site-packages/sitecustomize.py.

> sys.path.append('/usr/lib/python2.4/site-packages/MoinMoin')

This is too late for sitecustomize as it is run on interpreter startup, 
even before your script will begin to execute.

Ehrm, you don't mix python2.3 and 2.4, do you? See pathes above. Ever 
use the same python to install like you want to use for running the 
wiki. Same applies for sitecustomize.py copying...




More information about the Moin-user mailing list