Talk:Quick Tips
From BF2 Technical Information Wiki
About the stock Python modules not included in BF2 pylib, I'm currently looking for a way to reach the scheduler and process spawnning methods (STRIPED APART FROM BF2) in order to launch scheduled PsB's AUTOMBL update utility. Would PyPy bring the missing modules, specially "os" ? -- (2005-09-25) Dimmer --
- I doubt it, as it can only re-implement functions that it can build from what it has access to. If the os module etc is missing from the base pylibs then you couldn't add it in without replacing the pylibs as it needs to be implemented in the libs themselves. The module I was trying to add was binascii, which has various hexadecimal conversion routines etc, so it can be taken from PyPy. --Omnix 13:01, 25 Sep 2005 (MDT)