Re: [Jepp-users] Problem running bin/jep
Brought to you by:
mrjohnson0
From: Mike J. <mi...@pu...> - 2013-12-26 02:58:36
|
Hi, That message is just a warning about readline because the interactive console isn't much fun without it. Check to see if that python has readline support. If not you can just ignore the warning. I see you're using a python from /usr/local, so it may not have it. I'm not sure I get why jep failed to launch correctly the first time. Did you have the virtualenv enabled when you ran the setup? Does python run okay without changing PYTHONHOME? What was it before? Glad you got it started, Mike On Mon, Dec 23, 2013 at 5:13 AM, Fabrice Ilponse <il...@ma...>wrote: > 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 > <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...<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 > <http://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 lis...@li...https://lists.sourceforge.net/lists/listinfo/jepp-users > > > > > ------------------------------------------------------------------------------ > 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 > > |