[bf1942] Using sqlite with BF2 in Windows

"Einar S. Idsø" esi at itk.ntnu.no
Fri Apr 21 07:28:22 EDT 2006


Andreas Fredriksson wrote:
> I think the pickle module is included, and sockets definitely work, so
> maybe the best option is to build a side-by-side server in "real"
> Python which has unrestricted access to Python modules in general.
> That way you could use a simple form of RPC across a pickle layer
> which works with all Python types.

[2006-04-21 13:18:55] import pickle
[2006-04-21 13:18:55]   File "pylib-2.3.4.zip/pickle.py", line 1278, in ?
[2006-04-21 13:18:55] ImportError: No module named binascii

*sigh* Back to square one. Oh well, guess I'll just use regexps for xml
then...

Einar



More information about the Bf1942 mailing list