[11:25:40] hi [11:25:52] hi [11:26:42] just wondering, any progress with the test tool? [11:26:45] once I am inside the tool labs through ssh, how should I put the source code of my tool? [11:27:06] um, have you created a tool account? [11:27:12] yes [11:27:30] so $ become [11:28:13] done [11:28:22] fyi, I use $ to note that it's a command and <...> to note substitution [11:28:34] yeah ok [11:28:39] i am in [11:28:51] our tool is called sibutest [11:29:00] you can follow https://wikitech.wikimedia.org/wiki/Help:Tool_Labs/My_first_Flask_OAuth_tool [11:29:03] ok [11:29:32] it's one of the possible setups [11:29:58] ok this one u had mentioned before. [11:30:01] thanks [11:30:40] btw, mind creating a repo somewhere for the main code? [11:31:03] ok I will make a repo in github. [11:31:06] k [11:31:08] Is that fine? [11:31:11] sure [11:31:12] ok [11:33:43] one more thing [11:33:49] yeah? [11:33:57] I am using Python 2.7.6 [11:34:01] Is that ok? [11:34:05] sure [11:34:19] ok [11:34:41] there are people who prefer python 2 and there are also people who prefer 3 [11:35:08] yeah [11:35:29] but to work with python 2 you gotta be ready for the UnicodeError madness [11:35:32] :P [11:35:53] Ooo [11:36:20] not a good thing then. [11:36:40] it's fine as long as you isolate unicode and str [11:37:07] but you gotta understand what each is [11:37:14] alright. I will keep that in mind. [11:39:34] my present working directory is /data/project/sibutest [11:39:48] yeah that's the tool account home dir [11:40:04] ok [11:40:10] as in $HOME/www/python/src/app.py [11:40:55] yeah that's where the uwsgi in default configuration loads the flask app [11:41:09] ok