Can't install pygi-aio-3.14.0_rev19-setup.exe for my Python 3.4.3 (64 bit). Windows 8.1 x64.
"Setup cant find supported Python..." Than I press "Yes" and specify its location. "C:\Program Files\Python34\", press Ok button and nothing changes.
I check that with command "fsutil behavior query Disable8dot3 c:" and it says to me that it in "1" state. (Disabled) Should I Enable that for this instalation?
I really sorry due to current circumstance of using batch file as part of setup. It need 8+3 path if encounter very long path/path contain unicode/space character.
Last edit: tumagonx 2015-07-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It means, that I need use fsutil behavior set 0 for Enabling the DOS filename generation?
I really don't know, how it works in that way. I think, it's not a problem, if I set that in "Enabled" state. Yes?
Maybe it is, because i have "Program Files" through path? :)
Last edit: Demian 2015-07-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is how it looks in IDLE (I saw that question in closed tickets).
::python
Could it be that DOS 8+3 filename generation disabled in your system?
I check that with command "fsutil behavior query Disable8dot3 c:" and it says to me that it in "1" state. (Disabled) Should I Enable that for this instalation?
Last edit: Demian 2015-07-13
I really sorry due to current circumstance of using batch file as part of setup. It need 8+3 path if encounter very long path/path contain unicode/space character.
Last edit: tumagonx 2015-07-13
It means, that I need use fsutil behavior set 0 for Enabling the DOS filename generation?
I really don't know, how it works in that way. I think, it's not a problem, if I set that in "Enabled" state. Yes?
Maybe it is, because i have "Program Files" through path? :)
Last edit: Demian 2015-07-13
Yes, the default is enabled. It probably set to disabled by 3rd party optimization utility
""" I find a reply button! :D """
Should I leave it or change state back into "Disabled" after installation? (I'll try now, while you leave reply. :) )
Last edit: Demian 2015-07-13
yes please leave it enabled, in modern harddisk disabling 8.3 filename didn't significantly improve performance anyway
Having same problem after typing "fsutil behavior set disable8dot3 2" and "fsutil 8dot3name set C: 0"
EDIT: Maybe I'm missing something important in that installation?
Last edit: Demian 2015-07-13
I have 1st, click Yes, than I have 2nd, click Yes, than 3rd here is my Python 3.4.3. and click Ok, and nothing changes.
try the following test
open cmd box at program files\pythonxx
type
for %f in ("%cd%") do echo %~sf
if doesn't return 8+3 name eg. progra~1 or similar then it still not generated/disabled, please try look for this issue in superuser.com
It's working now! Thank you very much! The answer is here => http://superuser.com/questions/681330/how-to-force-short-name-8dot3-generation