apache2 - Bitnami Django Stack - not importing modules -
i tried deploying django application on windows machine using bitnami's django stack. however, when try access project via localhost/myapp/
, error stating can't load modules/python libraries. checked via pip
, have these modules installed. seems error applies modules/python libraries. how solve this? thanks!
when install bitnami django stack, ask changing association setting python following message:
"this option lets change windows properties associate python files new python going installed. if have own python may want disable feature."
if decided use python instead of 1 installed stack, have must ensure have installed python in system , modules , libraries loaded, otherwise won't able use of them.
Comments
Post a Comment