My setup involves an apache 2.2.17, mod_wsgi 3.3, python 2.7.2, trac
0.12.2, mercurial 1.8.4. Two issues surfaced:
1. mercurial demandimport initialization order
2. mercurial unable to load DLLs in site-packages.
I solved the problem as follows:
1. change hgwebdir.wsgi to disable demandimport:
f
No, this is a fresh install from the Windows source version of www.web2py.com.
The error occured when asking for /admin. To me it seems like the
portalocker.lock(response.session_file, portalocker.LOCK_EX) call
imports pywin32 & mercurial(!) in a strange way.
Regards, Andreas
On Jun 15, 11:14 pm,
This traceback is not compatible with the code:
try:
...
import pywintypes
os_locking = 'windows'
except:
pass
if os_locking == 'windows':
__overlapped = pywintypes.OVERLAPPED()
Did you change the code?
On Jun 15, 3:39 pm, baloan wrote:
> After a system upgrade I fo
3 matches
Mail list logo