Re: [Jepp-users] Problem running bin/jep
Brought to you by:
mrjohnson0
From: Fabrice I. <il...@ma...> - 2013-12-23 13:21:05
|
Thanks for the answer. I did: /export PYTHONPATH=/usr/local/lib/python2.7:/home/filponse/jep/jep64/lib/python2.7/site-packages/ Now, I have the console new running. I also got displayed: / No readline available.// // You may want to set the LD_PRELOAD environment variable, see the// // README file for details.// // // // i.e.: export LD_PRELOAD=/usr/lib/libpython2.3.so.1.0// // // If your platform really doesn't have readline, try this:// // http://newcenturycomputers.net/projects/readline.html / I don't know if it's a problem. The python lib was already set in LD_PRELOAD variable. Le 23/12/2013 13:19, Tijs Wickardt a écrit : > > Hi Fabrice, > > Is sounds like your PYTHONPATH is incorrect. > > See: > http://stackoverflow.com/questions/5599872/python-windows-importerror-no-module-named-site > > > Kind regards, TW > > *From:*Fabrice Ilponse [mailto:il...@ma...] > *Sent:* maandag 23 december 2013 10:47 > *To:* jep...@li... > *Subject:* [Jepp-users] Problem running bin/jep > > 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 > > > ------------------------------------------------------------------------ > Bertus Groothandel & Distributie B.V. > Akeleibaan 59 > 2908KA Capelle aan den IJssel > The Netherlands > > Op al onze transacties zijn onze Algemene Verkoop- en > Leveringsvoorwaarden van toepassing. Deze voorwaarden treft u aan op > de achterzijde van onze factuur en op onze website www.bertus.com. > Andersluidende voorwaarden worden uitdrukkelijk afgewezen. > > Our General Sales and Delivery Conditions apply to all transactions. > Please find these general conditions on the back of our invoice and on > our website www.bertus.com. The applicability of any other general > conditions is expressly rejected. > Registered in Rotterdam No. 24156512 > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > > > _______________________________________________ > Jepp-users mailing list > Jep...@li... > https://lists.sourceforge.net/lists/listinfo/jepp-users |