Hello,

I'm struggling with installation of mod_wsgi-express in my Canopy 
distribution. Compilation works fine (output from python setup.py install 
is attached), but when I run `mod_wsgi-express start-server`, I get the 
error "Library not loaded: @rpath/Python" (follows email).

>From related support posts, I see that setting the LD_RUN_PATH at 
compilation is crucial, but the setup.py file seems to get mine right:
*[from debugger inspection in setup.py before "# Now finally run 
distutils."]*
>> *LD_RUN_PATH*
'/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/lib:/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/lib/python2.7/config'
>> *PYTHON_LDFLAGS*
['-L/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/lib',
 
'-L/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/lib/python2.7/config']
>> *PYTHON_LDLIBS*
['-lpython2.7']

And here's the output of ldd on the .so file:
> ldd mod_wsgi-py27.so
@rpath/Python (compatibility version 2.7.0, current version 2.7.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 
1226.10.1)

I'd be very grateful for any suggestions.

Thank you,

Stephen

-------

$ mod_wsgi-express start-server
Server URL         : http://localhost:8000/
Server Root        : /tmp/mod_wsgi-localhost:8000:502
Server Conf        : /tmp/mod_wsgi-localhost:8000:502/httpd.conf
Error Log File     : /tmp/mod_wsgi-localhost:8000:502/error_log (warn)
Request Capacity   : 5 (1 process * 5 threads)
Request Timeout    : 60 (seconds)
Queue Backlog      : 100 (connections)
Queue Timeout      : 45 (seconds)
Server Capacity    : 20 (event/worker), 20 (prefork)
Server Backlog     : 500 (connections)
Locale Setting     : en_GB.UTF-8
httpd (mod_wsgi-express) : Syntax error on line 151 of 
/tmp/mod_wsgi-localhost:8000:502/httpd.conf: Cannot load 
/Users/sgg/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg/mod_wsgi/server/mod_wsgi-py27.so
 
into server: 
dlopen(/Users/sgg/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg/mod_wsgi/server/mod_wsgi-py27.so,
 
10): *Library not loaded: @rpath/Python*\n  Referenced from: 
/Users/sgg/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg/mod_wsgi/server/mod_wsgi-py27.so\n
 
 Reason: image not found

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.
$ python setup.py install
running install
running bdist_egg
running egg_info
creating mod_wsgi.egg-info
writing mod_wsgi.egg-info/PKG-INFO
writing top-level names to mod_wsgi.egg-info/top_level.txt
writing dependency_links to mod_wsgi.egg-info/dependency_links.txt
writing entry points to mod_wsgi.egg-info/entry_points.txt
writing manifest file 'mod_wsgi.egg-info/SOURCES.txt'
reading manifest file 'mod_wsgi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'docs/_build/html/_static/*'
warning: no files found matching 'docs/_build/html/_static/css/*'
warning: no files found matching 'docs/_build/html/_static/font/*'
warning: no files found matching 'docs/_build/html/_static/js/*'
warning: no files found matching 'docs/_build/html/_sources/*'
writing manifest file 'mod_wsgi.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.6-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.macosx-10.6-x86_64-2.7
creating build/lib.macosx-10.6-x86_64-2.7/mod_wsgi
copying src/__init__.py -> build/lib.macosx-10.6-x86_64-2.7/mod_wsgi
creating build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server
copying src/server/__init__.py -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server
copying src/server/apxs_config.py -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server
copying src/server/environ.py -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server
creating build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management
copying src/server/management/__init__.py -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management
creating build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management/commands
copying src/server/management/commands/__init__.py -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management/commands
copying src/server/management/commands/runmodwsgi.py -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management/commands
creating build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/docs
copying docs/_build/html/__init__.py -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/docs
creating build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/images
copying images/__init__.py -> build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/images
copying images/snake-whiskey.jpg -> 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/images
running build_ext
building 'mod_wsgi.server.mod_wsgi-py27' extension
creating build/temp.macosx-10.6-x86_64-2.7
creating build/temp.macosx-10.6-x86_64-2.7/src
creating build/temp.macosx-10.6-x86_64-2.7/src/server
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/mod_wsgi.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/mod_wsgi.o -I/usr/include/apache2 
-I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_apache.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_apache.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_buckets.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_buckets.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_convert.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_convert.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_daemon.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_daemon.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_interp.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_interp.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_logger.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_logger.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_memory.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_memory.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_metrics.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_metrics.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_restrict.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_restrict.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_server.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_server.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_stream.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_stream.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_thread.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_thread.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3 
-arch x86_64 -I/usr/include/apache2 
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
 -c src/server/wsgi_validate.c -o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_validate.o 
-I/usr/include/apache2 -I. 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/include/apr-1
 -I/usr/include/apr-1 -I/usr/include/apr-1
gcc -bundle -undefined dynamic_lookup -g -arch x86_64 
-headerpad_max_install_names -arch x86_64 
build/temp.macosx-10.6-x86_64-2.7/src/server/mod_wsgi.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_apache.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_buckets.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_convert.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_daemon.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_interp.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_logger.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_memory.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_metrics.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_restrict.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_server.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_stream.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_thread.o 
build/temp.macosx-10.6-x86_64-2.7/src/server/wsgi_validate.o -o 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/mod_wsgi-py27.so 
-L/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/lib
 
-L/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/lib/python2.7/config
 -lpython2.7
creating build/bdist.macosx-10.6-x86_64
creating build/bdist.macosx-10.6-x86_64/egg
creating build/bdist.macosx-10.6-x86_64/egg/mod_wsgi
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/__init__.py -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi
creating build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/docs
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/docs/__init__.py -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/docs
creating build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/images
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/images/__init__.py -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/images
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/images/snake-whiskey.jpg -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/images
creating build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/__init__.py -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/apxs_config.py -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/environ.py -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server
creating build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management/__init__.py 
-> build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management
creating build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management/commands
copying 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management/commands/__init__.py
 -> build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management/commands
copying 
build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/management/commands/runmodwsgi.py
 -> build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management/commands
copying build/lib.macosx-10.6-x86_64-2.7/mod_wsgi/server/mod_wsgi-py27.so -> 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server
byte-compiling build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/__init__.py to 
__init__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/docs/__init__.py to 
__init__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/images/__init__.py 
to __init__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/__init__.py 
to __init__.pyc
byte-compiling 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/apxs_config.py to 
apxs_config.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/environ.py to 
environ.pyc
byte-compiling 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management/__init__.py to 
__init__.pyc
byte-compiling 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management/commands/__init__.py
 to __init__.pyc
byte-compiling 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/management/commands/runmodwsgi.py
 to runmodwsgi.pyc
creating stub loader for mod_wsgi/server/mod_wsgi-py27.so
byte-compiling 
build/bdist.macosx-10.6-x86_64/egg/mod_wsgi/server/mod_wsgi-py27.py to 
mod_wsgi-py27.pyc
creating build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying mod_wsgi.egg-info/PKG-INFO -> 
build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying mod_wsgi.egg-info/SOURCES.txt -> 
build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying mod_wsgi.egg-info/dependency_links.txt -> 
build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying mod_wsgi.egg-info/entry_points.txt -> 
build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying mod_wsgi.egg-info/top_level.txt -> 
build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
writing build/bdist.macosx-10.6-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
mod_wsgi.__init__: module references __path__
mod_wsgi.server.__init__: module references __file__
mod_wsgi.server.apxs_config: module references __file__
mod_wsgi.server.management.commands.runmodwsgi: module references __file__
mod_wsgi.server.management.commands.runmodwsgi: module MAY be using 
inspect.getsourcefile
creating dist
creating 'dist/mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg' and adding 
'build/bdist.macosx-10.6-x86_64/egg' to it
removing 'build/bdist.macosx-10.6-x86_64/egg' (and everything under it)
Processing mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg
creating 
/Users/sgg/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg
Extracting mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg to 
/Users/sgg/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages
Adding mod-wsgi 4.5.1 to easy-install.pth file
Installing mod_wsgi-express script to 
/Users/sgg/Library/Enthought/Canopy_64bit/User/bin

Installed 
/Users/sgg/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/mod_wsgi-4.5.1-py2.7-macosx-10.6-x86_64.egg
Processing dependencies for mod-wsgi==4.5.1
Finished processing dependencies for mod-wsgi==4.5.1

Reply via email to