Tonight I've been trying to install phpsh on Windows but haven't been having much luck.
What I've done and what's happened so far:
- Installed python 2.6
- Installed setuptools 0.6c11
python setup.py buildTraceback (most recent call last): File "setup.py", line 11, in <module> os.waitpid(p.pid, 0) OSError: [Errno 10] No child processes C:\apps\phpsh>process_begin: CreateProcess((null), emacs -Q --batch --eval " (le t (tbl) (mapc (lambda (path) (if (string-match \"^\\(.*/site-lisp\\)\\b/?\" path ) (let* ((spath (match-string 1 path)) (pair (assoc spath tbl))) (if pair (setcd r pair (1+ (cdr pair))) (setq tbl (cons (cons spath 1) tbl)))))) load-path) (pri nc (or (car (car (sort tbl (lambda (a b) (> (cdr a) (cdr b)))))) \"\")))", ...) failed. make: *** windows32_openpipe (): unable to launch process (e=2) . Stop. make: Entering directory 'C:/apps/phpsh/src/xdebug-clients/geben' make: Leaving directory 'C:/apps/phpsh/src/xdebug-clients/geben'Even though I suspect the error was above, I tried this too:
python setup.py installIt gave pages of output, ending like this:byte-compiling build\bdist.win32\egg\phpsh\__init__.py to __init__.pyc installing package data to build\bdist.win32\egg running install_data Traceback (most recent call last): // --- snipped a heap of code here --- File "c:\Python26\lib\distutils\util.py", line 189, in convert_path raise ValueError, "path '%s' cannot be absolute" % pathname ValueError: path '/etc/phpsh' cannot be absolute
There's not really any docs for Windows installation that I can find, unfortunately. Can anyone help?
