Hi Thore Thanks for the email. This is not an error that I've seen up to now. What system are you working on? Linux-something, I presume?
Also, what is the content of your config.py file? This looks like a problem: /media/Artikel/Artikel/Simulation/Ascend/ascend/PYTHONPATH Perhaps you forgot an "$" in an "export" command somewhere? If you are building direct from svn, try cd ~/ascend svn up scons -j2 pygtk/ascdev This should launch a 'local' copy of ASCEND running from within the working directory. If that doesn't work, let me know Cheers JP Thore Oltersdorf wrote: > Hi all. > > Actually I wanted to get to know ascend better and installed the mahesh > branch. > But unfortunately in this branch and also in trunk I got the following > results aftr invoking ascend from the console. > > Restarting with corrected environment... > LD_LIBRARY_PATH = /usr/local/lib > PYTHON = /usr/bin/python > script = /usr/local/bin/ascend > Running with... > LD_LIBRARY_PATH = /usr/local/lib > sys.path = ['/usr/local/bin', > '/usr/local/lib/python2.6/dist-packagesRestarting with corrected > environment... > LD_LIBRARY_PATH = /usr/local/lib > PYTHON = /usr/bin/python > script = /usr/local/bin/ascend > Running with... > LD_LIBRARY_PATH = /usr/local/lib > sys.path = ['/usr/local/bin', > '/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg', > '/usr/local/lib/python2.6/dist-packages/PyDispatcher-2.0.1-py2.6.egg', > '/media/Artikel/Artikel/Simulation/Ascend/ascend/PYTHONPATH', > '/media/Artikel/pyformex/trunk/build/lib.linux-i686-2.6/pyformex', > '/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.6-gtk2-unicode', > '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', > '/usr/local/lib/python2.6/dist-packages'] > argv = ['/usr/local/bin/ascend'] > sys.path[0] = /usr/local/bin > Adding INSTALL_PYTHON=/usr/lib/python2.6/dist-packages/ascend to python path > Traceback (most recent call last): > File "/usr/local/bin/ascend", line 144, in <module> > from gtkbrowser import * > File "/usr/lib/python2.6/dist-packages/ascend/gtkbrowser.py", line 3, > in <module> > import loading > File "/usr/lib/python2.6/dist-packages/ascend/loading.py", line 145, > in <module> > def create_window(assetsdir=config.PYGTK_ASSETS): > AttributeError: 'module' object has no attribute 'PYGTK_ASSETS' > > Does anyone have an idea how to solve this problem? > > Thanks in advance for your help! > Best regards, > Thore Oltersdorf > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Ascend-sim-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ascend-sim-users > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Ascend-sim-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ascend-sim-users

