[Windmill-dev] error while installing windmill...
Mikeal Rogers
mikeal at mozilla.com
Mon May 5 09:34:41 PDT 2008
This is more of a simplejson issue than a windmill issue so you may
want to log a bug on simplejson;
http://code.google.com/p/simplejson/
Off the top of my head tho, if you're having issues with eggs you may
want to try python setup.py --without-speedups sdist install
-Mikeal
On May 1, 2008, at May 1, 20086:46 PM, Russ Petruzzelli wrote:
> Hi.
> I do not have Visual Studio. I'm on WinXPsp2.
> I used cygwin to untar the simplejson file.
> During the step:
> - Installing on Windows without Visual Studio .NET 7.1
> -- python setup.py --without-speedups bdist_egg install
> It cannot find the "egg" directory. (I've tried creating "egg" a
> couple times too.)
> Permissions on all the files untar'd is 777. I had windows un-mark
> all the files as "read only" also.
>
> This is my path where my untar'd files sit:
> F:\myPython\simplejson-1.7.3\build\bdist.win32
>
> This is the error message below.
> Thanks,
> Russ
> -=-=-=--=-=-=-=-=-=-=
>
> F:\myPython\simplejson-1.7.3>python setup.py --without-speedups
> bdist_egg install
> running bdist_egg
> running egg_info
> writing simplejson.egg-info\PKG-INFO
> writing top-level names to simplejson.egg-info\top_level.txt
> writing dependency_links to simplejson.egg-info\dependency_links.txt
> writing entry points to simplejson.egg-info\entry_points.txt
> reading manifest file 'simplejson.egg-info\SOURCES.txt'
> writing manifest file 'simplejson.egg-info\SOURCES.txt'
> installing library code to build\bdist.win32\egg
> running install_lib
> running build_py
> creating build\bdist.win32\egg\simplejson
> copying build\lib\simplejson\decoder.py -> build\bdist.win32\egg
> \simplejson
> copying build\lib\simplejson\encoder.py -> build\bdist.win32\egg
> \simplejson
> copying build\lib\simplejson\jsonfilter.py -> build\bdist.win32\egg
> \simplejson
> copying build\lib\simplejson\scanner.py -> build\bdist.win32\egg
> \simplejson
> creating build\bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_attacks.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_dump.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_fail.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_float.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_indent.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_pass1.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_pass2.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_pass3.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_recursion.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_separators.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\test_unicode.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\tests\__init__.py -> build
> \bdist.win32\egg\simplejson\tests
> copying build\lib\simplejson\__init__.py -> build\bdist.win32\egg
> \simplejson
> byte-compiling build\bdist.win32\egg\simplejson\decoder.py to
> decoder.pyc
> byte-compiling build\bdist.win32\egg\simplejson\encoder.py to
> encoder.pyc
> byte-compiling build\bdist.win32\egg\simplejson\jsonfilter.py to
> jsonfilter.pyc
> byte-compiling build\bdist.win32\egg\simplejson\scanner.py to
> scanner.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests
> \test_attacks.py to test_at
> tacks.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\test_dump.py
> to test_dump.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\test_fail.py
> to test_fail.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\test_float.py
> to test_float.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\test_indent.py
> to test_indent.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\test_pass1.py
> to test_pass1.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\test_pass2.py
> to test_pass2.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\test_pass3.py
> to test_pass3.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests
> \test_recursion.py to test_recursion.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests
> \test_separators.py to test_separators.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests
> \test_unicode.py to test_unicode.pyc
> byte-compiling build\bdist.win32\egg\simplejson\tests\__init__.py to
> __init__.pyc
> byte-compiling build\bdist.win32\egg\simplejson\__init__.py to
> __init__.pyc
> creating build\bdist.win32\egg\EGG-INFO
> copying simplejson.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO
> copying simplejson.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-
> INFO
> copying simplejson.egg-info\dependency_links.txt -> build
> \bdist.win32\egg\EGG-IN
> FO
> copying simplejson.egg-info\entry_points.txt -> build\bdist.win32\egg
> \EGG-INFO
> copying simplejson.egg-info\top_level.txt -> build\bdist.win32\egg
> \EGG-INFO
> copying simplejson.egg-info\zip-safe -> build\bdist.win32\egg\EGG-INFO
> creating 'dist\simplejson-1.7.3-py2.5.egg' and adding 'build
> \bdist.win32\egg' to it
> removing 'build\bdist.win32\egg' (and everything under it)
> running install
> Checking .pth file support in build\bdist.win32\egg
> error: can't create or remove files in install directory
>
> The following error occurred while trying to add or remove files in
> the installation directory:
>
> [Errno 2] No such file or directory: 'build\\bdist.win32\\egg\
> \test-easy-install-5728.pth'
>
> The installation directory you specified (via --install-dir, --
> prefix, or the distutils default setting) was:
>
> build\bdist.win32\egg
>
> This directory does not currently exist. Please create it and try
> again, or
> choose a different installation directory (using the -d or --install-
> dir
> option).
>
> END END
>
> _______________________________________________
> Windmill-dev mailing list
> Windmill-dev at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/windmill-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/windmill-dev/attachments/20080505/d9121618/attachment-0001.html
More information about the Windmill-dev
mailing list