*** tpb has joined #timvideos | 00:00 | |
*** CarlFK has quit IRC | 01:16 | |
*** hyades has joined #timvideos | 04:33 | |
*** rnikhil275 has quit IRC | 04:47 | |
*** rnikhil275 has joined #timvideos | 05:02 | |
*** 7GHAALOKT has quit IRC | 05:08 | |
*** 18VABJL3M has joined #timvideos | 05:09 | |
*** CarlFK has joined #timvideos | 05:20 | |
*** ChanServ sets mode: +v CarlFK | 05:20 | |
*** rnikhil275 has quit IRC | 05:24 | |
*** rnikhil275 has joined #timvideos | 05:26 | |
rnikhil275 | How to run the make serve command for the first time ?. Syntax please ? | 05:36 |
---|---|---|
rnikhil275 | Ah. Sorry. I got it. Sorry for asking prematurely | 05:47 |
*** rnikhil275 has quit IRC | 05:52 | |
*** rnikhil275 has joined #timvideos | 05:54 | |
rnikhil275 | Error while running make serve: http://pastebin.com/e83s8tdm | 05:55 |
tpb | Title: Command /usr/bin/git clone -q git://github.com/mithro/django-testing-fixes.git / - Pastebin.com (at pastebin.com) | 05:55 |
*** CarlFK has quit IRC | 06:14 | |
*** hyades has quit IRC | 06:43 | |
*** Niharika has joined #timvideos | 07:52 | |
rnikhil275 | Niharika: I thought my port 22 was closed. It's open. What is wrong ? | 08:33 |
rnikhil275 | I also tried "sudo ufw allow 22/tcp" | 08:34 |
Niharika | rnikhil275: You're talking about this? http://pastebin.com/e83s8tdm | 08:36 |
tpb | Title: Command /usr/bin/git clone -q git://github.com/mithro/django-testing-fixes.git / - Pastebin.com (at pastebin.com) | 08:36 |
mithro | afternoon people | 08:36 |
Niharika | Hi mithro. | 08:37 |
rnikhil275 | Yes. But now it got solved magically. I ran "make serve" again. Now it cannot find django.core.management | 08:38 |
rnikhil275 | I installed django using pip | 08:38 |
rnikhil275 | I think I shoudl edit the manage.py file to direct it to the virtualenc | 08:39 |
rnikhil275 | What should I do ? | 08:39 |
Niharika | Can you paste the exact error, rnikhil275? | 08:40 |
rnikhil275 | The entire thing after the make serve command: http://pastebin.com/xW9HJjjv | 08:43 |
tpb | Title: rnikhil275@infamous:~/streaming-system/website$ make serve . bin/activate && pi - Pastebin.com (at pastebin.com) | 08:43 |
rnikhil275 | aps: Please have a look at it http://pastebin.com/xW9HJjjv | 08:55 |
tpb | Title: rnikhil275@infamous:~/streaming-system/website$ make serve . bin/activate && pi - Pastebin.com (at pastebin.com) | 08:55 |
Niharika | rnikhil275: I'll Be right back. | 08:58 |
Niharika | rnikhil275: Which version of django do you have installed? | 09:15 |
Niharika | rnikhil275: Activate the virtualenv, do a "pip freeze -l". What version of django do you see listed there? Or you don't see django at all? | 09:17 |
rnikhil275 | pip freeze-| results in nothing | 09:22 |
rnikhil275 | I am in the virtualenv | 09:22 |
Niharika | rnikhil275: Did you activate the virtualenv? | 09:23 |
rnikhil275 | Yes. | 09:23 |
*** rohitksingh has joined #timvideos | 09:23 | |
Niharika | pip freeze -l | 09:23 |
Niharika | It's a small L. | 09:23 |
rnikhil275 | Oh. Okay. It says ex-setup==0.9 | 09:25 |
rnikhil275 | No django | 09:25 |
Niharika | Okay, so you need to install django withing virtualenv. | 09:25 |
Niharika | Install django version 1.5 using pip now. | 09:25 |
rnikhil275 | So. Now I try "pip install django" ? | 09:25 |
rnikhil275 | From where should I run the make serve ? | 09:25 |
Niharika | pip install django==1.5 | 09:26 |
rnikhil275 | I did that | 09:26 |
rnikhil275 | It's downloading | 09:26 |
Niharika | You can run make serve from the /website directory once you have django. | 09:26 |
rnikhil275 | Oh. No need to be inside the virtualenv ? | 09:27 |
Niharika | You have to be inside virtualenv. | 09:27 |
rnikhil275 | Okay. I ran make serve outside virtualenv. How to undo all that ? | 09:28 |
Niharika | Don't worry about it. Once you run make serve inside virtualenv, it will fetch and install all dependencies inside virtualenv. Then it should run fine, if all goes well. | 09:29 |
rnikhil275 | Okay. Thanks. | 09:29 |
rnikhil275 | 1.5 should be in quotes I think. | 09:30 |
Niharika | https://www.djangoproject.com/download/ | 09:30 |
tpb | Title: Download | Django (at www.djangoproject.com) | 09:30 |
Niharika | Nope. | 09:30 |
rnikhil275 | But. http://pastebin.com/HXnS6VNZ | 09:31 |
tpb | Title: (website)rnikhil275@infamous:~/streaming-system/website$ pip install django==1.5 - Pastebin.com (at pastebin.com) | 09:31 |
rnikhil275 | Actually. I don't know. | 09:32 |
*** hyades has joined #timvideos | 09:32 | |
Niharika | That's strange. | 09:33 |
rnikhil275 | The error is not related I think | 09:33 |
Niharika | Yeah, it did start the download when you tried without quotes, but timed out. | 09:33 |
Niharika | It seems that your connection dropped for a moment, perhaps. | 09:33 |
rnikhil275 | Yeah. Probably. | 09:36 |
rnikhil275 | Niharika : What now ? http://pastebin.com/5FhMuMzd | 09:50 |
tpb | Title: (website)rnikhil275@infamous:~/streaming-system/website$ pip install django=="1. - Pastebin.com (at pastebin.com) | 09:50 |
Niharika | Hmm...Looks like a faulty package. I'd ask you to re-download it. | 09:51 |
rnikhil275 | I have a test now @1530. Will be back at 1630. Re-downloading now | 09:52 |
Niharika | rnikhil275: Alright. I might be off for a bit. Catch you around 1730. | 09:53 |
*** Niharika has quit IRC | 10:00 | |
*** slomo has joined #timvideos | 10:05 | |
rnikhil275 | ImportError: No module named django_testing_fixes | 11:24 |
rnikhil275 | I did "git clone [email protected]:mithro/django-testing-fixes.git" also | 11:25 |
rnikhil275 | Inside the virtualenv. How to proceed ? | 11:25 |
rnikhil275 | aps: Any idea ? | 11:29 |
*** rnikhil275 has quit IRC | 11:31 | |
*** rnikhil275 has joined #timvideos | 11:33 | |
*** hyades has quit IRC | 11:43 | |
*** rohitksingh1 has joined #timvideos | 12:07 | |
*** rohitksingh has quit IRC | 12:09 | |
*** Niharika has joined #timvideos | 12:34 | |
Niharika | rnikhil275: Did it work? | 12:34 |
mithro | rnikhil275: I'd like to help you get going - but I'm busy at the moment - I'll probably be around monday. | 12:34 |
mithro | hopefully others will be able to help | 12:35 |
rnikhil275 | Niharika: No | 12:35 |
rnikhil275 | I posted the error before you joined | 12:36 |
rnikhil275 | Check the log once | 12:36 |
* Niharika checks | 12:36 | |
Niharika | rnikhil275: Do you see django_testing_fixes listed when you do pip freeze -l ? | 12:37 |
rnikhil275 | Nope | 12:38 |
Niharika | Then it didn't install. | 12:38 |
Niharika | What was the error/message when you did git clone [email protected]:mithro/django-testing-fixes.git ? | 12:38 |
rnikhil275 | http://pastebin.com/5dVFvPQz | 12:38 |
tpb | Title: (website)rnikhil275@infamous:~/streaming-system/website$ pip freeze -l Django== - Pastebin.com (at pastebin.com) | 12:38 |
*** Niharika has quit IRC | 12:39 | |
*** Niharika has joined #timvideos | 12:40 | |
rnikhil275 | This is all: http://pastebin.com/NmavPjRH | 12:40 |
tpb | Title: (website)rnikhil275@infamous:~/streaming-system/website$ git clone [email protected] - Pastebin.com (at pastebin.com) | 12:40 |
rnikhil275 | gitclone and make serve | 12:40 |
Niharika | Hmm...I'm not sure. It's downloading, apparently. | 12:42 |
Niharika | But not installing maybe. | 12:42 |
rnikhil275 | So how to fix it ? | 12:42 |
Niharika | Do you see a django_testing_fixes folder in the website directory? | 12:44 |
rnikhil275 | Yeah. I tried to run the setup.py | 12:44 |
Niharika | And? | 12:44 |
rnikhil275 | What commands should I suppy ? | 12:44 |
Niharika | Are there any explicitly needed? | 12:45 |
rnikhil275 | python setup.py install installed it I think. Because now when I run "make serve" its: ImportError: No module named django_extensions | 12:46 |
Niharika | what does pip freeze -l show you? | 12:47 |
Niharika | No django-extensions there either. | 12:47 |
rnikhil275 | I installed django-extensions now | 12:47 |
Niharika | https://github.com/Niharika29/streaming-system/blob/master/website/requirements.txt These are all the modules it needs. | 12:48 |
tpb | Title: streaming-system/requirements.txt at master · Niharika29/streaming-system · GitHub (at github.com) | 12:48 |
Niharika | And it'll give you an error till each of them is installed. | 12:48 |
rnikhil275 | Done | 12:48 |
rnikhil275 | I installed everything | 12:48 |
rnikhil275 | It worked now | 12:48 |
Niharika | No error now? | 12:48 |
rnikhil275 | nope | 12:49 |
Niharika | Awesome. | 12:49 |
Niharika | You can navigate to localhost and see the website working. | 12:49 |
rnikhil275 | Why arent all the dependicies already included in the package ? | 12:49 |
Niharika | http://127.0.0.1:8000/example | 12:49 |
Niharika | Because they keep updating, and we want the user to have the latest one. The "make serve" is intended to fetch all the dependencies for you without you having to go through that trouble, but I'm not sure why it didn't work for you. | 12:50 |
rnikhil275 | It;s filled with errors | 12:51 |
Niharika | What is filled with errors? | 12:51 |
rnikhil275 | 127.0.0.1/example | 12:51 |
Niharika | Show me? Use imgur. | 12:51 |
rnikhil275 | Screenshot doesnt seem to work in virtualbox. It pastes a empty black pic. ANyway. It was more dependency errors. Installing all of them now | 12:57 |
*** rohitksingh1 has quit IRC | 13:00 | |
Niharika | Okay. | 13:05 |
*** rohitksingh has joined #timvideos | 13:09 | |
rnikhil275 | Niharika: What is the "distribute>=0.6.14" ? In your requirements | 13:23 |
rnikhil275 | It says "cannot import name data" now. What am I missing ? | 13:24 |
Niharika | https://pypi.python.org/pypi/distribute | 13:24 |
tpb | Title: Index of Packages : Python Package Index (at pypi.python.org) | 13:24 |
Niharika | Which file? | 13:25 |
rnikhil275 | Which file as in ? | 13:25 |
rnikhil275 | When I run "make serve"/ | 13:26 |
Niharika | "cannot import name data" It must be giving you a file name too. | 13:29 |
Niharika | views.py, right? | 13:31 |
Niharika | And feeds.py too. | 13:31 |
rnikhil275 | Exception location: view.py. http://pastebin.com/azk0wVe5 | 13:35 |
tpb | Title: mportError at / cannot import name data Request Method: GET Request URL: http - Pastebin.com (at pastebin.com) | 13:35 |
rnikhil275 | That pastebin is the whole error | 13:35 |
rnikhil275 | What is wrong with my makefile ? | 13:36 |
Niharika | Yeah I ran into the same error when I was setting it up. There's nothing wrong with your makefile. Go to views.py and comment out line 42. | 13:36 |
Niharika | I have no idea what from .data import data is supposed to do. But I recall commenting it out worked for me. | 13:37 |
Niharika | You'll have to repeat this with line 4 in feeds.py. | 13:38 |
*** andi-m has quit IRC | 13:41 | |
rnikhil275 | Okay. It's showing many indentation errors also | 13:44 |
*** Niharika has quit IRC | 13:49 | |
*** Niharika has joined #timvideos | 13:50 | |
*** Niharika has quit IRC | 13:53 | |
*** Niharika has joined #timvideos | 13:57 | |
*** flavioribeiro has joined #timvideos | 14:20 | |
*** flavioribeiro has quit IRC | 14:22 | |
*** jmc75 has joined #timvideos | 14:28 | |
*** rohitksingh has quit IRC | 14:33 | |
*** flavioribeiro has joined #timvideos | 14:41 | |
*** rohitksingh has joined #timvideos | 14:47 | |
*** jmc75 has quit IRC | 14:55 | |
*** jmc75 has joined #timvideos | 14:56 | |
*** Niharika has quit IRC | 15:21 | |
*** flavioribeiro has quit IRC | 15:27 | |
*** flavioribeiro has joined #timvideos | 16:08 | |
*** Niharika has joined #timvideos | 16:25 | |
*** Niharika has joined #timvideos | 16:25 | |
*** slomo has quit IRC | 17:08 | |
*** CarlFK has joined #timvideos | 18:07 | |
*** ChanServ sets mode: +v CarlFK | 18:07 | |
*** rohitksingh1 has joined #timvideos | 18:09 | |
*** rohitksingh has quit IRC | 18:10 | |
*** rnikhil275 has quit IRC | 18:45 | |
*** rohitksingh1 has quit IRC | 18:48 | |
*** pederindi has quit IRC | 18:55 | |
*** micolous has quit IRC | 19:05 | |
*** micolous has joined #timvideos | 19:08 | |
*** Niharika has quit IRC | 19:42 | |
*** jmc75 has quit IRC | 19:44 | |
*** jmc75 has joined #timvideos | 19:46 | |
*** cfelton has quit IRC | 20:05 | |
*** mithro has quit IRC | 20:05 | |
*** cfelton has joined #timvideos | 20:08 | |
*** mithro has joined #timvideos | 20:08 | |
*** kornbluth.freenode.net sets mode: +o mithro | 20:08 | |
*** sharebrained has quit IRC | 20:11 | |
*** thiagoss has quit IRC | 20:11 | |
*** hyades has joined #timvideos | 20:11 | |
*** thiagoss has joined #timvideos | 20:14 | |
*** sharebrained has joined #timvideos | 20:16 | |
*** flavioribeiro has quit IRC | 20:31 | |
*** pederindi has joined #timvideos | 20:47 | |
*** jmc75 has quit IRC | 21:19 | |
*** CarlFK has quit IRC | 21:40 | |
*** jmc75 has joined #timvideos | 22:30 | |
*** jmc75 has quit IRC | 22:34 | |
*** andi_m has joined #timvideos | 23:01 | |
*** hyades has quit IRC | 23:03 | |
*** rnikhil275 has joined #timvideos | 23:30 | |
rnikhil275 | Niharika : What about this ?. I removed commented out the things you asked me to do. Now I get this. http://pastebin.com/5GnGMGxZ | 23:50 |
tpb | Title: NoReverseMatch at / Reverse for 'switter_tweets' with arguments '()' and keywor - Pastebin.com (at pastebin.com) | 23:50 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!