Thread Previous • Date Previous • Date Next • Thread Next |
Hi, Vaclav! 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 Anton On 12.10.2010 15:49, Vaclav Smilauer wrote:
par=optparse.OptionParser(usage='%prog [options] [ simulation.xml[.bz2] | script.py [script options]]',prog=os.path.basename(sys.argv[0]),version='%s (%s; % s)'%(version,','.join(features),buildsAvailable),description="Yade: open-source platform for dynamic compuations. Homepage http://www.yade-dem.org, code hosted at http://www.launchpad.net/yade. This is version %s (with features %s, % s)."%(version,','.join(features),buildsAvailable)) NameError: name 'buildsAvailable' is not definedif hasDebug and hasNonDebug: buildsAvailable='both non-debug and debug build' elif hasDebug and not hasNonDebug: buildsAvaible='debug build only' ^^^^^^^^^^^^^^ Typo there. Commiting in a few minutes. Sorry. v _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@xxxxxxxxxxxxxxxxxxx Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp
Thread Previous • Date Previous • Date Next • Thread Next |