python - wxPython Installer "directory not found" -
i'm installing wxpython on computer. (32-bit python 2.7) application prompts me "setup install wxpython3.0-py27 following folder. continue, click next. if select different folder, click browse."
the "following folder" says h:\ ... \site-packages. not have in h drive.
when click browse , change installation folder, installs fine until installs last files, when prompts me following:
*displays "following folder before click browse"* error occurred while trying create file in destination directory: setup unable create directory "h:\*folder*". error 3: system cannot find path specified. click retry try again, ignore skip file (not recommended), or abort cancel installation.
retry brings same prompt, abort cancels installation, , ignore messes after finishes installation.
how fix problem?
Comments
Post a Comment