Hi

I've just upgraded my local repo to master and it works fine on my Mac but
when deployed to a Windows Server I get this error:

<type 'exceptions.ValueError'> : invalid literal for int() with base 10:
'0xFFFF'

There's no source filename or line number but by elimination I found that
this code caused the problem:

desc += "[#" + (e.number & 0xFFFF) + "]";

Removing the "& 0xFFFF" fixed the problem.  Any ideas?

John



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to