Re: [jupyter] JupyterHub Not able to Login SUSE Linux 11 SP3 OS

2018-01-22 Thread Matthias Bussonnier
Ok, great. That is strange that you had this permission issue. What is specific to your machine or is it more general in suse ? How did you fix it might be of interest for other ! Thanks ! -- M On 22 January 2018 at 08:45, Karthik Pitchaimani wrote: > Hi Matthias, > >

Re: [jupyter] JupyterHub Not able to Login SUSE Linux 11 SP3 OS

2018-01-22 Thread Karthik Pitchaimani
Hi Matthias, Thank you so much. It's permission issues with /etc/../clock file and also given ip6 information on hosts file. It is working fine now. On Saturday, January 20, 2018 at 8:50:00 PM UTC+8, Karthik Pitchaimani wrote: > > Yes, I can able to import below libs from python shell. >

Re: [jupyter] JupyterHub Not able to Login SUSE Linux 11 SP3 OS

2018-01-20 Thread Karthik Pitchaimani
Yes, I can able to import below libs from python shell. import babel import sys import pytz import time from datetime import timedelta from datetime import tzinfo from threading import RLock if sys.platform == 'win32': from babel.localtime._win32 import _get_localzone else: from

Re: [jupyter] JupyterHub Not able to Login SUSE Linux 11 SP3 OS

2018-01-19 Thread Matthias Bussonnier
Are you able to just "import babel" from a Python shell ? It looks like (on my machine) babel is doing: try: LOCALTZ = get_localzone() except pytz.UnknownTimeZoneError: LOCALTZ = _FallbackLocalTimezone() Where get_localzone() trigger the error. I'm guessing it may need to also catch

[jupyter] JupyterHub Not able to Login SUSE Linux 11 SP3 OS

2018-01-19 Thread Karthik Pitchaimani
Hi Team, I was getting the below exception. I have not created any specific jupyterusergroup, created a Linux user and added them to shadow and wheel group. Should we need to create a separate group or? OS: SUSE Linux 11 SP3 and JupyterHub 0.8.1 Kindly help me to fix this issues. **For