OK, I get what is the problem. You must run debug builds with --debug. I added an explanatory message to the startup script in 2478. HTH, Vaclav
> Welcome to Yade bzr2475 > sys.path: > ['/home/gladk/dem/yade/cleanCompNew/build/bin', '/usr/lib/python2.6', > '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', > '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', > '/usr/lib/python2.6/dist-packages', > '/usr/lib/python2.6/dist-packages/Numeric', > '/usr/lib/python2.6/dist-packages/PIL', > '/usr/lib/python2.6/dist-packages/gst-0.10', > '/usr/lib/pymodules/python2.6', > '/usr/lib/python2.6/dist-packages/gtk-2.0', > '/usr/lib/pymodules/python2.6/gtk-2.0', > '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', > '/usr/local/lib/python2.6/dist-packages', > '/home/gladk/dem/yade/cleanCompNew/build/lib/yade-cleanCompNew/py'] > > debugLibDir > /home/gladk/dem/yade/cleanCompNew/build/lib/yade-cleanCompNew/dbg > > nonDebugLibDir > /home/gladk/dem/yade/cleanCompNew/build/lib/yade-cleanCompNew > > > > On 12.10.2010 18:58, Vaclav Smilauer wrote: > >> I still can't get debug-version working: > >> > >> ./yade-cleanCompNew > >> Welcome to Yade bzr2475 > >> Traceback (most recent call last): > >> File "./yade-cleanCompNew", line 101, in<module> > >> import yade > >> ImportError: No module named yade > > Highly suspicious, I still have no problem here. Can you print sys.path > > before that import? And the values of debugLibDir and nonDebugLibDir? > > > > Thanks, v. > > > > > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~yade-dev > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~yade-dev > > More help : https://help.launchpad.net/ListHelp > > > > > _______________________________________________ > Mailing list: https://launchpad.net/~yade-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp > -- Vaclav Smilauer <[email protected]> _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

