> I am "playing" with pakaging, and decided to started from 0.50 version > for Lucid. > And I have got next error, which breaks the process: > > > > > > Traceback (most recent call last): > File "../../debian/yade-0.50/usr/bin/yade-0.50", line 112, in > <module> > execfile(args[0]) > File "yadeSphinx.py", line 197, in <module> > makeBaseClassesClickable((outDir+'/html/yade.wrapper.html' if > writer=='html' else outDir+'/latex/Yade.tex'),writer) > File "yadeSphinx.py", line 138, in makeBaseClassesClickable > for l in open(f): > IOError: [Errno 2] No such file or directory: '_build/latex/Yade.tex'
What did you run exactly to get there? What is the full output before the error? Normally, sphinx generates _build/latex/Yade.tex which we try to fix by seach&replace afterwards. What kind of packaging you have in mind? (FYI https://yade-dem.org/wiki/DebianPackages) Remi is about to take over some packaging tasks, so make sure you communicate about what you do in order to avoid effort duplication. Cheers, v. _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp