https://bugs.winehq.org/show_bug.cgi?id=30422
--- Comment #1 from Austin English austinenglish@gmail.com --- Instruction on how to reproduce this would help. I tried:
$ winetricks -q python26 python26_comtypes $ unzip -d ~/.wine/drive_c pyjs-pyjs-0.8.1a-0-g8c7cbc5.zip $ cd ~/.wine/drive_c/pyjs-pyjs-07f54ad/ $ wine "C:\Python26\python.exe" bootstrap.py $ cd examples/helloworld $ wine "C:\Python26\python.exe" Hello.py Traceback (most recent call last): File "Hello.py", line 1, in <module> import pyjd # this is dummy in pyjs. ImportError: No module named pyjd fixme:msvcrt:__clean_type_info_names_internal (0x1e1f9bc8) stub
using pyjs from http://pyjs.org/Download.html