Tim Huesken

Results 11 comments of Tim Huesken

@clinton-hall > What does `python2 -c "import libs.autoload; from unidecode import unidecode"` give you? Just wondering if your default python might be a version that is incompatible with this version...

@labrys Thank you, so am I, but it's no worries for now is what I guess is what I'm trying to say :-) Oh and if you want me to...

@labrys nzbToMedia version 12.0.7: ``` Traceback (most recent call last): File "", line 1, in File "beets/__init__.py", line 20, in from beets.util import confit File "beets/util/__init__.py", line 33, in from...

@labrys ``` /mnt/cache/downloads/scripts# cd libs python --version Python 2.7.14 /mnt/cache/downloads/scripts/libs# python -m pip install -r requirements-common.txt -t templibs Collecting babelfish (from -r requirements-common.txt (line 1)) Using cached https://files.pythonhosted.org/packages/34/b7/b36c651a9136990060ab4d6c9a32de81752123105b940b2f3b958e5c6cd0/babelfish-0.5.5.tar.gz Complete output...

@labrys If I run this line in a 12.0.7 folder: ``` root@gen8:/mnt/cache/downloads/scripts12.x.x# python -c "import libs.autoload; from unidecode import unidecode" Traceback (most recent call last): File "", line 1, in...

@1000camels With which code do you initialize your datepicker?

There's nothing in your code that sets a time or date in both pickers. I suggest using the .set method for best effect: dpicker.set('select', minDate); tpicker.set('select', 480); To be able...

@1000camels I edited my original comment above yours with code to do what is said and set in your original code. Based upon your response above this one, I'd take...

Ah okay. But shouldn't you still able to get these values (I think you said you had those as a value attribute for the input fields through php?), and then...

As far as I can tell, pickadate needs a year for it to be a valid format. But I cannot confirm this for you. Sorry