same problem, suse 10.2, amd64.

By "reinstalling gnucryptolib-20070814.spkg" do you mean
"sage -f gnucryptolib-20070814.spkg"?

+++++++++++++++++++++++++++++++++++++++++++


On 8/22/07, Mike Hansen <[EMAIL PROTECTED]> wrote:
>
> The build went fine for me.  All tests passed for me in 1927 seconds
> on Ubuntu 7.04 with a Core 2 Duo.
>
> When I tried starting the notebook, I got the following error:
>
> 2007/08/22 00:48 -0500 [-] Log opened.
> 2007/08/22 00:48 -0500 [-] twistd 2.5.0
> (/opt/sage-2.8.2.rc3/local/bin/python 2.5.1) starting up
> 2007/08/22 00:48 -0500 [-] reactor class: <class
> 'twisted.internet.selectreactor.SelectReactor'>
> 2007/08/22 00:48 -0500 [-] Loading sage_notebook/twistedconf.tac...
> 2007/08/22 00:48 -0500 [-] Traceback (most recent call last):
> 2007/08/22 00:48 -0500 [-]   File
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/app.py",
> line 218, in getApplication
> 2007/08/22 00:48 -0500 [-]     application =
> service.loadApplication(filename, style, passphrase)
> 2007/08/22 00:48 -0500 [-]   File
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/service.py",
> line 341, in loadApplication
> 2007/08/22 00:48 -0500 [-]     application =
> sob.loadValueFromFile(filename, 'application', passphrase)
> 2007/08/22 00:48 -0500 [-]   File
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/persisted/sob.py",
> line 215, in loadValueFromFile
> 2007/08/22 00:48 -0500 [-]     exec fileObj in d, d
> 2007/08/22 00:48 -0500 [-]   File "sage_notebook/twistedconf.tac",
> line 46, in <module>
> 2007/08/22 00:48 -0500 [-]     s =
> strports.service('tls:8000:privateKey=/home/mike/.sage/notebook/private.pem:certKey=/home/mike/.sage/notebook/public.pem',
> factory)
> 2007/08/22 00:48 -0500 [-]   File
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/strports.py",
> line 172, in service
> 2007/08/22 00:48 -0500 [-]     name, args, kw = parse(description,
> factory, default)
> 2007/08/22 00:48 -0500 [-]   File
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/strports.py",
> line 156, in parse
> 2007/08/22 00:48 -0500 [-]     return
> (args[0].upper(),)+_funcs[args[0]](factory, *args[1:], **kw)
> 2007/08/22 00:48 -0500 [-]   File
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/strports.py",
> line 60, in _parseTLS
> 2007/08/22 00:48 -0500 [-]     from gnutls.interfaces.twisted import
> X509Credentials
> 2007/08/22 00:48 -0500 [-] ImportError: No module named
> gnutls.interfaces.twisted
> 2007/08/22 00:48 -0500 [-] Failed to load application: No module named
> gnutls.interfaces.twisted
> 2007/08/22 00:48 -0500 [-] Unhandled Error
>         Traceback (most recent call last):
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/app.py",
> line 379, in run
>             runApp(config)
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/scripts/twistd.py",
> line 23, in runApp
>             _SomeApplicationRunner(config).run()
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/app.py",
> line 157, in run
>             self.application = self.createOrGetApplication()
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/app.py",
> line 207, in createOrGetApplication
>             application = getApplication(self.config, passphrase)
>         --- <exception caught here> ---
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/app.py",
> line 218, in getApplication
>             application = service.loadApplication(filename, style, passphrase)
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/service.py",
> line 341, in loadApplication
>             application = sob.loadValueFromFile(filename,
> 'application', passphrase)
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/persisted/sob.py",
> line 215, in loadValueFromFile
>             exec fileObj in d, d
>           File "sage_notebook/twistedconf.tac", line 46, in <module>
>             s =
> strports.service('tls:8000:privateKey=/home/mike/.sage/notebook/private.pem:certKey=/home/mike/.sage/notebook/public.pem',
> factory)
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/strports.py",
> line 172, in service
>             name, args, kw = parse(description, factory, default)
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/strports.py",
> line 156, in parse
>             return (args[0].upper(),)+_funcs[args[0]](factory, *args[1:], 
> **kw)
>           File 
> "/opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/twisted/application/strports.py",
> line 60, in _parseTLS
>             from gnutls.interfaces.twisted import X509Credentials
>         exceptions.ImportError: No module named gnutls.interfaces.twisted
>
>
> Failed to load application: No module named gnutls.interfaces.twisted
> 2007/08/22 00:48 -0500 [-]
> ---------------------------------------------------------------------------
> <class 'socket.error'>                    Traceback (most recent call last)
>
> /opt/sage-2.8.2.rc3/<ipython console> in <module>()
>
> /opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/sage/server/notebook/notebook_object.py
> in __call__(self, *args, **kwds)
>     120     """
>     121     def __call__(self, *args, **kwds):
> --> 122         return self.notebook(*args, **kwds)
>     123
>     124     notebook = run_notebook.notebook_twisted
>
> /opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/sage/server/notebook/run_notebook.py
> in notebook_twisted(self, directory, port, address, port_tries,
> secure, reset, accounts, server_pool, ulimit, open_viewer)
>     202     if open_viewer:
>     203         "Open viewer automatically isn't fully implemented.
> You have to manually open your web browser to the above URL."
> --> 204     run(port)
>     205
>     206     return True
>
> /opt/sage-2.8.2.rc3/local/lib/python2.5/site-packages/sage/server/notebook/run_notebook.py
> in run(port)
>     188         e = os.system('sage -twistd --pidfile="%s"/twistd.pd
> -ny "%s"/twistedconf.tac'%(directory, directory))
>     189         if e == 256:
> --> 190             raise socket.error
>     191
>     192     if address != 'localhost' and not secure:
>
> <class 'socket.error'>:
>
>
> --Mike
>
> On 8/21/07, William Stein <[EMAIL PROTECTED]> wrote:
> >
> > Sorry to reply to my own post so quickly, but I just noticed a couple
> > or problems with sage-2.8.2.rc2 (three packages failed to build on various
> > machines), so I've rolled those back, since those changes were all for
> > solaris.  Anyway, please get sage-2.8.2.rc3.tar instead from
> >    http://sage.math.washington.edu/tmp/
> >
> > Thanks!
> >
> > On 8/21/07, William Stein <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > >
> > > I have posted the tarball for sage-2.8.2.rc2 here:
> > >
> > >         http://sage.math.washington.edu/tmp/
> > >
> > > and plan to actually release it
> > > in maybe 8 hours.  This is mostly a bug-fix release, both fixing core
> > > library bugs and
> > > issues in the build process (work of 3 people full time for a week),
> > > and fixing actual
> > > bugs in SAGE (the big bug-squash even, etc.).  It should have no 
> > > nontrivial new
> > > features.   I want this to be a fairly stable release that isn't broken 
> > > in any
> > > serious obvious ways.   It would be very useful for me if some people 
> > > could
> > > try downloading this release, building from source, doing "make test",
> > > *trying out the notebook* to make sure isn't completely broken, and also
> > > take a look at the generated html documentation (in SAGE_ROOT/doc).
> > >
> > > I made some significant changes to the notebook regarding security, since
> > > the fact that by default anybody can login to the machine where you run
> > > the notebook and hack into your account trivially is a major bug:
> > >    (1) the notebook use https by default
> > >    (2) notebook.setup() allows one to explictily set the hostname (to 
> > > eliminate
> > > the certificate error).
> > >
> > >  Thanks,
> > >   -- William
> > >
> > > --
> > > William Stein
> > > Associate Professor of Mathematics
> > > University of Washington
> > > http://www.williamstein.org
> > >
> >
> >
> > --
> > William Stein
> > Associate Professor of Mathematics
> > University of Washington
> > http://www.williamstein.org
> >
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to