[Jepp-users] Problem running bin/jep
Brought to you by:
mrjohnson0
From: Fabrice I. <il...@ma...> - 2013-12-23 12:16:05
|
Hello everyone, I compiled the latest Jep sources successfully in my local directory. When I try to run bin/jep, I get: /ImportError: No module named site/ To arrive to this result, I edited the jep launcher like this: ... /VIRTUAL_ENV=/home/filponse/jep/jep64/lib/python2.7// //export VIRTUAL_ENV// // //LD_LIBRARY_PATH="/home/filponse/jep/jep64/lib/python2.7/site-packages/"; export LD_LIBRARY_PATH// //LD_PRELOAD="/usr/local/lib/libpython2.7.so"; export LD_PRELOAD/ ... I also did the test without VIRTUAL_ENV and setting the PYTHONHOME to /usr/local/lib/python2.7 but I get the same result. Does someone have a solution so I can make it run? Thanks in advance, Fabrice |