wang1986one / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

installing 6.1 on windows 7 fails to produce working system #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start e-pyo
2. select an example
3. press ctrl-r

What is the expected output? What do you see instead?
not sure what should get, but got:
pyo version 0.6.1 (uses single precision)
Traceback (most recent call last):
  File "<string>", line 2465, in runner
  File "<string>", line 2457, in run
  File "C:\Documents and Settings\user\svn\pyo\utils\build\pyi.win32\E-Pyo\outPY
Z1.pyz/subprocess", line 679, in __init__
  File "C:\Documents and Settings\user\svn\pyo\utils\build\pyi.win32\E-Pyo\outPY
Z1.pyz/subprocess", line 893, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified

What version of the product are you using? On what operating system?
pyo 6.1 on windows 7 64-bit python 2.7 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by denisvan...@gmail.com on 4 May 2012 at 3:12

GoogleCodeExporter commented 9 years ago
Is there a folder named .epyo in "My Documents". This is where E-Pyo is 
supposed to create its temp file (which subprocess failed to find).

Original comment by belan...@gmail.com on 9 May 2012 at 10:10

GoogleCodeExporter commented 9 years ago
.epyo in here:
E:\Users\Denis7\Documents\.epyo
Windows is installed on E: perahaps that is an issue, then there's the
thing about folder redirection in Windows 7:
http://technet.microsoft.com/en-us/library/cc732275.aspx
which might be an issue as well.

Original comment by denisvan...@gmail.com on 12 May 2012 at 7:28

GoogleCodeExporter commented 9 years ago
The problem here is the real name of the folder "Documents" vs the visible name 
"My Documents". It's hard to handled because that changes from one version of 
windows to another... I will simply revert it back to the user folder which is 
woring well for my other apps. I'll build new installers soon.

Original comment by belan...@gmail.com on 13 May 2012 at 2:46

GoogleCodeExporter commented 9 years ago
Fixed with version 0.6.2

Original comment by belan...@gmail.com on 6 Jul 2012 at 4:11