Ticket #665 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

notebook() failure under VMware Player

Reported by: jvoight Owned by: was
Priority: major Milestone: sage-2.8.5
Component: notebook Keywords:
Cc: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

Can't get notebook() to run on my Windows XP machine under VMware Player. I downloaded SAGE and VMware Player; at the sage prompt did an upgrade() (to 2.8.4.2, everything seemed to go swimmingly); then tried notebook() and it hangs at:

Generating SSL certificate for server... Using certtool to generate key certtool --generate-privkey --outfile /home/sage/.sage/dsage/cacert.pem Generating a private key... Generating a 1024 bit RSA private key...

When I Ctrl-C twice, it streams by and the only part of the scrollback I can read is:

record = _fixed_getinnerframes(etb, context,self.tb_offset)

File "/usr/local/sage/local/lib/python2.5/site-packages/IPython/ultraTB.py", l

ine 124, in _fixed_getinnerframes

records = inspect.getinnerframes(etb, context)

File "/usr/local/sage/local/lib/python2.5/inspect.py", line 877, in getinnerfr

ames

framelist.append((tb.tb_frame,) + getframinfo(tb, context))

File "/usr/local/sage/local/lib/python2.5/inspect.py", line 837, in getframin

fo

filename = getsourcefile(frame) or getfile(frame)

File "/usr/local/sage/local/lib/python2.5/inspect.py", line 393, in getsourcef

ile

if hasattr(getmodule(object, filename), 'loader'):

File "/usr/local/sage/local/lib/python2.5/inspect.py", line 436, in getmodule

os.path.realpath(f)] = module.name

File "/usr/local/sage/local/lib/python2.5/posixpath.py", line 421, in realpath

if islink(component);

File "/usr/local/sage/local/lib/python2.5/posixpath.py", line 159, in islink

st = os.lstat(path)

File "/usr/local/sage/local/lib/python2.5/site-packages/sage/interfaces/get_si

gs.py", line 8, in my_sigint

raise KeyboardInterrupt?

KeyboardInterrupt?

Unfortunately, your original traceback can not be constructed.

Change History

Changed 3 years ago by mabshoff

  • milestone set to sage-2.8.4.3

Changed 3 years ago by was

  • owner changed from boothby to was

Changed 3 years ago by was

  • status changed from new to closed
  • resolution set to fixed

Start the SAGE console and type

  sage: notebook.setup()
Note: See TracTickets for help on using tickets.