64 Bit Install of Enthought Canopy on 64 Bit machine issue -


i have 64 bit machine 64 bit windows on 1 side , 64 bit ubuntu 14 on other. going through exercises , notice when run following command:

import sys sys.maxint 

i don’t max int 64 bit machine , install 32 bit max int. i’m bit confused , not know start. maybe because using student license? works fine on ubuntu side.

the value of sys.maxint depends on underlying c library. seeing expected behavior on windows. see python sys.maxint, sys.maxunicode on linux , windows https://mail.python.org/pipermail/python-list/2008-december/504337.html

the question one, reasonably marked duplicate sufficient "reputation". please search before asking questions. enjoy python!


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -