#11080: move notebook to flask/wsgi-based notebook
-----------------------------------------------------------------------+----
       Reporter:  jason                                                |        
 Owner:  jason, mpatel, was                
           Type:  enhancement                                          |        
Status:  needs_review                      
       Priority:  blocker                                              |     
Milestone:  sage-5.1                          
      Component:  notebook                                             |    
Resolution:                                    
       Keywords:  sd31 sd35.5                                          |   Work 
issues:                                    
Report Upstream:  N/A                                                  |     
Reviewers:  Rado Kirov, Dan Drake, Jason Grout
        Authors:  Mike Hansen, Rado Kirov, William Stein, Jason Grout  |     
Merged in:                                    
   Dependencies:  #11078, #11874, #12229, #11503, #12327               |      
Stopgaps:                                    
-----------------------------------------------------------------------+----

Comment (by SimonKing):

 Replying to [comment:177 jdemeyer]:
 > Error installing pyOpenSSL-0.12.tar.gz.

 I get a similar error with
 {{{
 king@mpc622:~$ uname -a
 Linux mpc622 2.6.34.linuxpool #0 SMP PREEMPT Wed May 19 16:32:19 CEST 2010
 x86_64 GNU/Linux
 king@mpc622:~$ cat /etc/issue
 Debian GNU/Linux 6.0 \n \l

 king@mpc622:~$ cat /proc/cpuinfo
 processor       : 0
 vendor_id       : GenuineIntel
 cpu family      : 6
 model           : 37
 model name      : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
 stepping        : 2
 cpu MHz         : 1197.000
 cache size      : 4096 KB
 physical id     : 0
 siblings        : 4
 core id         : 0
 cpu cores       : 2
 apicid          : 0
 initial apicid  : 0
 fpu             : yes
 fpu_exception   : yes
 cpuid level     : 11
 wp              : yes
 flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
 cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology
 nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16
 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat tpr_shadow vnmi flexpriority
 ept vpid
 bogomips        : 5852.75
 clflush size    : 64
 cache_alignment : 64
 address sizes   : 36 bits physical, 48 bits virtual
 power management:

 processor       : 1
 vendor_id       : GenuineIntel
 cpu family      : 6
 model           : 37
 model name      : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
 stepping        : 2
 cpu MHz         : 1197.000
 cache size      : 4096 KB
 physical id     : 0
 siblings        : 4
 core id         : 0
 cpu cores       : 2
 apicid          : 1
 initial apicid  : 1
 fpu             : yes
 fpu_exception   : yes
 cpuid level     : 11
 wp              : yes
 flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
 cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology
 nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16
 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat tpr_shadow vnmi flexpriority
 ept vpid
 bogomips        : 5851.87
 clflush size    : 64
 cache_alignment : 64
 address sizes   : 36 bits physical, 48 bits virtual
 power management:

 processor       : 2
 vendor_id       : GenuineIntel
 cpu family      : 6
 model           : 37
 model name      : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
 stepping        : 2
 cpu MHz         : 1197.000
 cache size      : 4096 KB
 physical id     : 0
 siblings        : 4
 core id         : 2
 cpu cores       : 2
 apicid          : 4
 initial apicid  : 4
 fpu             : yes
 fpu_exception   : yes
 cpuid level     : 11
 wp              : yes
 flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
 cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology
 nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16
 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat tpr_shadow vnmi flexpriority
 ept vpid
 bogomips        : 5851.87
 clflush size    : 64
 cache_alignment : 64
 address sizes   : 36 bits physical, 48 bits virtual
 power management:

 processor       : 3
 vendor_id       : GenuineIntel
 cpu family      : 6
 model           : 37
 model name      : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
 stepping        : 2
 cpu MHz         : 1197.000
 cache size      : 4096 KB
 physical id     : 0
 siblings        : 4
 core id         : 2
 cpu cores       : 2
 apicid          : 5
 initial apicid  : 5
 fpu             : yes
 fpu_exception   : yes
 cpuid level     : 11
 wp              : yes
 flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
 cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology
 nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16
 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat tpr_shadow vnmi flexpriority
 ept vpid
 bogomips        : 5851.86
 clflush size    : 64
 cache_alignment : 64
 address sizes   : 36 bits physical, 48 bits virtual
 power management:

 }}}
 I have posted the
 
[http://boxen.math.washington.edu/home/SimonKing/SAGE/install_logs/new_notebook.log
 install log].

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:178>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to