hide_my_python
hide_my_python copied to clipboard
'module' object has no attribute 'generate_proxy'
Traceback (most recent call last):
File "D:\workfiles\PythonScript\hide_my_python\hide_my_python.py", line 61, in
Hmm that's weird. Can I have some more info, like your Windows and Python versions and the command you input to generate this error?
because parser in builtin_module
>>> import sys
>>> print(sys.builtin_module_names)
('_ast', '_bisect', '_codecs', '_codecs_cn', '_codecs_hk', '_codecs_iso2022', '_codecs_jp', '_codecs_kr', '_codecs_tw', '_collections', '_csv', '_datetime', '_functools', '_heapq', '_imp', '_io', '_json', '_locale', '_lsprof', '_md5', '_multibytecodec', '_pickle', '_random', '_sha1', '_sha256', '_sha512', '_sre', '_string', '_struct', '_symtable', '_thread', '_warnings', '_weakref', '_winapi', 'array', 'atexit', 'audioop', 'binascii', 'builtins', 'cmath', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'math', 'mmap', 'msvcrt', 'nt', 'operator', 'parser', 'signal', 'sys', 'time', 'winreg', 'xxsubtype', 'zipimport', 'zlib')
>>>