Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks on PyPy #1

Closed
cool-RR opened this issue Oct 18, 2012 · 5 comments
Closed

Breaks on PyPy #1

cool-RR opened this issue Oct 18, 2012 · 5 comments

Comments

@cool-RR
Copy link

cool-RR commented Oct 18, 2012

DreamPie used to work with PyPy but now it crashes with this error:

Variables:
  File "dreampie.py", line 4, <module>()
  File "dreampielib\gui\__init__.pyc", line 1486, main()
  File "dreampielib\gui\__init__.pyc", line 239, __init__(self=DreamPie(path..."window_main"), pyexec='C:\\Untracke...1.7\\pypy.exe', runfile=None)
  File "dreampielib\gui\subprocess_handler.pyc", line 134, start(self=<dreampi...015788B0>)
  File "subprocess.pyc", line 679, __init__(self=<dreampi...015788F0>, args=['C:\\Untracke...1.7\\pypy.exe', '-S', 'C:\\Program ...\subp_main.py', '10022'], bufsize=0, executable=None, stdin=-1, stdout=-1, stderr=-1, preexec_fn=None, close_fds=False, shell=False, cwd=None, env={'AEROFS': 'G:\\AeroFS', 'ALLUSERSPROFILE': 'C:\\Document...gs\\All Users', 'APPDATA': 'C:\\Document...lication Data', 'APR_ICONV_PATH': 'C:\\Program ...ersion\\iconv', ...}, universal_newlines=False, startupinfo=None, creationflags=0)
  File "subprocess.pyc", line 896, _execute_child(self=<dreampi...015788F0>, args='"C:\\Untrack...ain.py" 10022', executable=None, preexec_fn=None, close_fds=False, cwd=None, env={'AEROFS': 'G:\\AeroFS', 'ALLUSERSPROFILE': 'C:\\Document...gs\\All Users', 'APPDATA': 'C:\\Document...lication Data', 'APR_ICONV_PATH': 'C:\\Program ...ersion\\iconv', ...}, universal_newlines=False, startupinfo=<subprocess.S...at 0x0157AAA8>, creationflags=0, shell=False, p2cread=<_subpro...013A39A0>, p2cwrite=<_subpro...013A3920>, c2pread=<_subpro...013A3980>, c2pwrite=<_subpro...013A39C0>, errread=<_subpro...013A3990>, errwrite=<_subpro...013A39E0>)

Traceback (most recent call last):
  File "dreampie.py", line 4, in <module>
  File "dreampielib\gui\__init__.pyc", line 1486, in main
  File "dreampielib\gui\__init__.pyc", line 239, in __init__
  File "dreampielib\gui\subprocess_handler.pyc", line 134, in start
  File "subprocess.pyc", line 679, in __init__
  File "subprocess.pyc", line 896, in _execute_child
WindowsError: [Error 3] The system cannot find the path specified
@noamraph
Copy link
Owner

Thanks for the report!

Can you clone the git repo and send the bug from DreamPie? It should give
me more diagnostic data, and you'll be able to immediately test the fix.

Thanks,
Noam

On 18 October 2012 17:20, Ram Rachum [email protected] wrote:

DreamPie used to work with PyPy but now it crashes with this error:

Variables:
File "dreampie.py", line 4, ()
File "dreampielib\gui__init__.pyc", line 1486, main()
File "dreampielib\gui__init__.pyc", line 239, init(self=DreamPie(path..."window_main"), pyexec='C:\Untracke...1.7\pypy.exe', runfile=None)
File "dreampielib\gui\subprocess_handler.pyc", line 134, start(self=<dreampi...015788B0>)
File "subprocess.pyc", line 679, init(self=<dreampi...015788F0>, args=['C:\Untracke...1.7\pypy.exe', '-S', 'C:\Program ...\subp_main.py', '10022'], bufsize=0, executable=None, stdin=-1, stdout=-1, stderr=-1, preexec_fn=None, close_fds=False, shell=False, cwd=None, env={'AEROFS': 'G:\AeroFS', 'ALLUSERSPROFILE': 'C:\Document...gs\All Users', 'APPDATA': 'C:\Document...lication Data', 'APR_ICONV_PATH': 'C:\Program ...ersion\iconv', ...}, universal_newlines=False, startupinfo=None, creationflags=0)
File "subprocess.pyc", line 896, _execute_child(self=<dreampi...015788F0>, args='"C:\Untrack...ain.py" 10022', executable=None, preexec_fn=None, close_fds=False, cwd=None, env={'AEROFS': 'G:\AeroFS', 'ALLUSERSPROFILE': 'C:\Document...gs\All Users', 'APPDATA': 'C:\Document...lication Data', 'APR_ICONV_PATH': 'C:\Program ...ersion\iconv', ...}, universal_newlines=False, startupinfo=<subprocess.S...at 0x0157AAA8>, creationflags=0, shell=False, p2cread=<_subpro...013A39A0>, p2cwrite=<_subpro...013A3920>, c2pread=<_subpro...013A3980>, c2pwrite=<_subpro...013A39C0>, errread=<_subpro...013A3990>, errwrite=<_subpro...013A39E0>)

Traceback (most recent call last):
File "dreampie.py", line 4, in
File "dreampielib\gui__init__.pyc", line 1486, in main
File "dreampielib\gui__init__.pyc", line 239, in init
File "dreampielib\gui\subprocess_handler.pyc", line 134, in start
File "subprocess.pyc", line 679, in init
File "subprocess.pyc", line 896, in _execute_child
WindowsError: [Error 3] The system cannot find the path specified


Reply to this email directly or view it on GitHubhttps://github.com//issues/1.

@cool-RR
Copy link
Author

cool-RR commented Oct 18, 2012

I don't really need the fix, I just noticed and reported, so I don't want
to put in the time for that. If the bug doesn't bother you feel free to
ignore it.

Sent from my phone.
On Oct 18, 2012 6:00 PM, "noamraph" [email protected] wrote:

Thanks for the report!

Can you clone the git repo and send the bug from DreamPie? It should give
me more diagnostic data, and you'll be able to immediately test the fix.

Thanks,
Noam

On 18 October 2012 17:20, Ram Rachum [email protected] wrote:

DreamPie used to work with PyPy but now it crashes with this error:

Variables:
File "dreampie.py", line 4, ()
File "dreampielib\gui__init__.pyc", line 1486, main()
File "dreampielib\gui__init__.pyc", line 239,
init(self=DreamPie(path..."window_main"),
pyexec='C:\Untracke...1.7\pypy.exe', runfile=None)
File "dreampielib\gui\subprocess_handler.pyc", line 134,
start(self=<dreampi...015788B0>)
File "subprocess.pyc", line 679, init(self=<dreampi...015788F0>,
args=['C:\Untracke...1.7\pypy.exe', '-S', 'C:\Program ...\subp_main.py',
'10022'], bufsize=0, executable=None, stdin=-1, stdout=-1, stderr=-1,
preexec_fn=None, close_fds=False, shell=False, cwd=None, env={'AEROFS':
'G:\AeroFS', 'ALLUSERSPROFILE': 'C:\Document...gs\All Users', 'APPDATA':
'C:\Document...lication Data', 'APR_ICONV_PATH': 'C:\Program
...ersion\iconv', ...}, universal_newlines=False, startupinfo=None,
creationflags=0)
File "subprocess.pyc", line 896,
_execute_child(self=<dreampi...015788F0>, args='"C:\Untrack...ain.py"
10022', executable=None, preexec_fn=None, close_fds=False, cwd=None,
env={'AEROFS': 'G:\AeroFS', 'ALLUSERSPROFILE': 'C:\Document...gs\All
Users', 'APPDATA': 'C:\Document...lication Data', 'APR_ICONV_PATH':
'C:\Program ...ersion\iconv', ...}, universal_newlines=False,
startupinfo=<subprocess.S...at 0x0157AAA8>, creationflags=0, shell=False,
p2cread=<_subpro...013A39A0>, p2cwrite=<_subpro...013A3920>,
c2pread=<_subpro...013A3980>, c2pwrite=<_subpro...013A39C0>,
errread=<_subpro...013A3990>, errwrite=<_subpro...013A39E0>)

Traceback (most recent call last):
File "dreampie.py", line 4, in
File "dreampielib\gui__init__.pyc", line 1486, in main
File "dreampielib\gui__init__.pyc", line 239, in init
File "dreampielib\gui\subprocess_handler.pyc", line 134, in start
File "subprocess.pyc", line 679, in init
File "subprocess.pyc", line 896, in _execute_child
WindowsError: [Error 3] The system cannot find the path specified


Reply to this email directly or view it on GitHub<
https://github.com/noamraph/dreampie/issues/1>.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-9569961.

@gwarser
Copy link

gwarser commented Oct 18, 2012

@cool-RR check your pypy installation path / recreate shortcuts.

@cool-RR
Copy link
Author

cool-RR commented Oct 18, 2012

Yay, works :)

@cool-RR cool-RR closed this as completed Oct 18, 2012
@noamraph
Copy link
Owner

Cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants