¡@

Home 

python Programming Glossary: python_32

WxPython Incompatible With Snow Leopard?

http://stackoverflow.com/questions/2565201/wxpython-incompatible-with-snow-leopard

fix this problem create the following shell script named python_32 # bin bash export VERSIONER_PYTHON_PREFER_32_BIT yes usr bin.. yes usr bin python @ Make the script executable chmod a x python_32 and place the script in your path. Now simply invoke python_32.. and place the script in your path. Now simply invoke python_32 to get an interactive Python console in which you can use WxPython...

dll load errors in python executable made from pywin32

http://stackoverflow.com/questions/6379195/dll-load-errors-in-python-executable-made-from-pywin32

by running the source directly ie python program.py and C python_32 python.exe program.py and both work fine. Note I tested the..