Jump to content

strayer

Members
  • Posts

    16
  • Joined

  • Last visited

strayer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you so much! Should I be creating a new user name? it is saying my previous username is not available.
  2. Username estrayer got my invitation back to tommy. first I was getting 'username not available' then i tried to sign in and got an validation email request and that told me tommy was full. Now I'm getting 'Invalid Code' from my invitation email.
  3. Thank you so much! There is a typo in the domain name It is bet not beta stepbetcalculator.com
  4. I also was email by the Cronk daemon for estrayer@tommy after this occurred. To provide a bit more explanation I was having trouble testing a second web app on the same site without taking down the first one. I was not able to figure out how to get that to work which is why I tried to create a second account. Very sorry about this and I will not try to do it again, I really appreciate the service here and do not want to abuse it.
  5. Same username. Same email. I was not aware, I should've checked terms of service before I tried to set up a second account. I am very sorry. I had picked a different username on Ricky but when I finished the setup it showed i was logged in as estrayer. That's when I figured out that I had messed up.
  6. I had created the account estrayer on tommy with my e-mail address. I intended to create a second account on ricky to test out a different idea, I mixed up what e-mail address I had used and set up a second account with the same e-mail as the first. Now when I login as estrayer it takes me to an empty account on ricky and I cannot figure out how to access my files on tommy. I have not done anything with my account on Ricky and am totally fine with that being removed. I would prefer to remain able to access my account already in use on Tommy. Please advise!
  7. <p>I took that exampled and have changed it to work with my app and html and now I can see the first page.</p> <p> </p> <p>I still need to play with things from here to get the rest of it to work like I want, but flask and python are both working for me!</p> <p> </p> <p>Thank you so much for all your help. I really appreciate your knowledge and work!</p>
  8. I adjusted my script so it will run on python 3.6 I tested on my computer using localhost and it worked. I changed the shebang on app.py and I am still getting the same cron error. Traceback (most recent call last): File "/home/estrayer/public_html/cgi-bin/app.py", line 3, in <module> from flask import Flask, session, request, render_template ImportError: No module named flask I have tried both #! usr/bin/python3 and #! usr/bin/python3.6 what am I doing wrong? Thanks so much for your help, sorry to be a pain. Edit: realized I did not adjust my cron to usr/bin/python3 just made that change and set it to run in a few minutes. Hopefully that will show me where my next error is.
  9. I ran a cron job and received: Traceback (most recent call last): File "/home/estrayer/public_html/cgi-bin/app.py", line 3, in <module> from flask import Flask, session, request, render_template ImportError: No module named flask I would like to have Flask installed for my account on tommy for python 2.7.5 thanks!
  10. I think flask will work for me. I re-wrote the script to use flask. Does that module need to be installed for me? Thank you for all of your help!
  11. I did indeed get it figured out! Thanks for checking in. can I get web.py installed? Is there a place I can see the modules that are already installed on Tommy?
  12. I tried to follow the instructions in http://wiki.helionet.org/Moving_your_account but upon requesting account deletion it said My account could not be found.
  13. I am still in the learning process for python and have only used python 2 (I have 2.7.10 on my computer) It would be best for me if I did not have to figure out how to re-do things in python 3 yet. I think it may be best for me to move from Johnny to another server that has python 2.7 installed.
  14. maybe app is the wrong word. Script? It calls up an html form, does calculations and passes it on to a different html page. it is located at usr/public_html/bin/app.py I also placed a copy of it into cgi-bin to see if I could get it to run there.
×
×
  • Create New...