megawac / qwebirc-enhancements

Rich and intuitive browser IRC client.
http://justplay.tf/irc
Other
22 stars 10 forks source link

errors trying to compile demo and/or running demo #1

Closed n0risc closed 10 years ago

n0risc commented 11 years ago

Traceback (most recent call last): File "compile.py", line 2, in import bin.compile File "/home/ircd/qwebirc-enhancements/demo/bin/compile.py", line 5, in import pages, os, subprocess, pagegen, shutil, sys, time File "/home/ircd/qwebirc-enhancements/demo/bin/pagegen.py", line 1, in import os, sys, pages, subprocess, re, optionsgen, config File "/home/ircd/qwebirc-enhancements/demo/bin/optionsgen.py", line 1, in import config ImportError: No module named config

Traceback (most recent call last): File "run.py", line 3, in import bin.compile File "/home/ircd/qwebirc-enhancements/demo/bin/compile.py", line 5, in import pages, os, subprocess, pagegen, shutil, sys, time File "/home/ircd/qwebirc-enhancements/demo/bin/pagegen.py", line 1, in import os, sys, pages, subprocess, re, optionsgen, config File "/home/ircd/qwebirc-enhancements/demo/bin/optionsgen.py", line 1, in import config ImportError: No module named config

n0risc commented 11 years ago

Solved. My dummy no config.py.. Sorry.

megawac commented 11 years ago

Just fixed the compile.py so that it doesn't break paths. I haven't really touched any of the python files besides the page generator so far. My bad!

megawac commented 11 years ago

also i just updated the css for the demo so it doesnt look so terrible

n0risc commented 11 years ago

Thanks. I was trying to figure out a starting point and where you where. Finally figured it out!

megawac commented 11 years ago

ya ive been doing most of my testing using a plugin so i keep forgetting to update the demo :zzz:

n0risc commented 11 years ago

which .html to use from demo/static document-template.html ?

megawac commented 11 years ago

qui.html should be the one being run

n0risc commented 11 years ago

hrmmm.. no qui.html in /demo/static ? and should the default symlinks be in place?

megawac commented 11 years ago

Ya, the default symlinks should be fine and I'll look into that not sure why it wasn't pulled

megawac commented 11 years ago

Changed .\static qui.html to qui-enhanced.html because git wasn't letting me commit. I'm probably just dumb..

n0risc commented 11 years ago

lol. Nah. This is good stuff. Always wanted to give qwebirc a facelift with the latest web tools, such as jquery & bootstrap. I'll help as much as I can, not super scratch code savvy, but pretty good at fixing things.

megawac commented 11 years ago

Ya I've put in a ton of working getting the project to this point. Pretty happy with the progress and have learnt a bunch. Need to start on my list of bugs now that I cleaned up most of the code to a point where I understand it.

Also thinking of rewriting it with an mvc framework but I feel like that may be a waste of time seeing it pretty much works.

n0risc commented 11 years ago

That you have, and thank you! Also demo/css/ is not pulling either, but I think I can grab them from ../css

megawac commented 11 years ago

hmm not sure whats going on there. Anyway, yes, the css in the base folder are up to date.

n0risc commented 11 years ago

I'm up and running, cept the auth: function is preventing connecting to my own irc server. Just a bare bones unreal ircd with web:cgirc

[17:51] == * (qwebirc) Looking up your hostname... [17:51] == * (qwebirc) Found your hostname. [17:51] == Connected to server. [17:51] -AUTH> :#brouhaha- * Looking up your hostname... [17:51] - :AUTH- * Looking up your hostname...

blah dead.. timeout

megawac commented 11 years ago

Getting a similar error. I'll look into it when I get back.