klangner / xblock-puzzle

Puzzle XBlock module for EDX platform
0 stars 0 forks source link

Install puzzle #1

Open mariajulian opened 10 years ago

mariajulian commented 10 years ago

Hello,

I tried to install it but it not found...

1)Install XBlock (ok)

2) $ git clone https://github.com/klangner/xblock-puzzle $ pip-r requirements.txt

All ok but now, what do I do??because if I run Xblock, I can't see the puzzle...

3) $cd XBlock/ $python manage.py runserver

What am I doing wrong??or hasn't been the sample updated to keep up-to-date with the latest code in the XBlock repo??

Thanks!!

klangner commented 10 years ago

Hello,

I assume that pip run without any problems yes?

When you open browser what block can you see on the list?

Regards Krzysztof

mariajulian commented 10 years ago

pip run:

$pip install -r requirements.txt

When I open borwser I can see on the list:

A litte HTML http://localhost:9000/scenario/html.0

problem with thumbs and textbox http://localhost:9000/scenario/problem.0

three problems 2 http://localhost:9000/scenario/problem.1

three thumbs at once http://localhost:9000/scenario/thumbs.0

2013/11/6 Krzysztof Langner notifications@github.com

Hello,

I assume that pip run without any problems yes?

When you open browser what block can you see on the list?

Regards Krzysztof

— Reply to this email directly or view it on GitHubhttps://github.com/klangner/xblock-puzzle/issues/1#issuecomment-27868500 .

klangner commented 10 years ago

Hmm. That's strange since I have 14 options. Ok. Lets me ask some more question to find the solution :-)

  1. Did you install XBlock in virtualenv or system wide?
  2. From which folder did you start: pip install -r requirements.txt ?
  3. Could you post the console output from pip command?
mariajulian commented 10 years ago

I installed Xblock: $pip install -r requirements.txt $python manage.py runserver 0.0.0.0:8000

I start: pip install -r requirements.txt from folder called Xblock because in your Xblock-puzzle requirements.txt don't exist...

klangner commented 10 years ago

You can find file requirements.txt in xblock-puzzle/src You have to run pip install from this directory.

Sorry for not making this clear in the README.

mariajulian commented 10 years ago

Hmmm...ok!!now I can see it in the list...but can't see the puzzle...why??

Thanks!!

2013/11/6 Krzysztof Langner notifications@github.com

You can find file requirements.txt in xblock-puzzle/src You have to run pip install from this directory.

Sorry for not making this clear in the README.

— Reply to this email directly or view it on GitHubhttps://github.com/klangner/xblock-puzzle/issues/1#issuecomment-27872432 .

klangner commented 10 years ago

What do you see in browser when you click on puzzle link?

mariajulian commented 10 years ago

I can see this El 06/11/2013 14:47, "Krzysztof Langner" notifications@github.com escribió:

What do you see in browser when you click on puzzle link?

— Reply to this email directly or view it on GitHubhttps://github.com/klangner/xblock-puzzle/issues/1#issuecomment-27874183 .

klangner commented 10 years ago

It looks that the problem is with newest version of XBlocks. It can happen since AFAIK XBlock is still in alpha stage. I will look at this problem. Thanks for reporting!

mariajulian commented 10 years ago

Please, you send me a mail if you find the soluction. I will look it too...

Thank you very much!!

Regards.

2013/11/7 Krzysztof Langner notifications@github.com

It looks that the problem is with newest version of XBlocks. It can happen since AFAIK XBlock is still in alpha stage. I will look at this problem. Thanks for reporting!

— Reply to this email directly or view it on GitHubhttps://github.com/klangner/xblock-puzzle/issues/1#issuecomment-27944386 .