python - is "common" module in Standard Library? -
python - is "common" module in Standard Library? -
i got script program. programme uses python scripting. anyway, script has line
from mutual import struct is part of python's standard library? because python seems missing it. maybe deprecated? script didn't include else 1 python file, guessed it's not module made script creator.
i suggest check common.py file , add together pythonpath.
if using sort of unix/bsd seek "locate common.py" , check if has struct somewhere.
hope helps
python struct module
Comments
Post a Comment