cokie Posted July 15, 2011 Posted July 15, 2011 I have three questons: 1.) Is python installed on the server already? 2.) How can I include libraries if the library doesnt have them installed like CGI - Can I just include CGI without worrying if the library is installed on the server. 3.) Does Django have the NECESSARY libraries like the C standard libraries or is it more specific libraries. Thank you guys so much! Cokie
Guest Geoff Posted July 15, 2011 Posted July 15, 2011 1.) Is python installed on the server already? Yes, we have the latest python installed on both servers. 2.) How can I include libraries if the library doesnt have them installed like CGI - Can I just include CGI without worrying if the library is installed on the server. You can include libraries by adding them to the PYTHONPATH. 3.) Does Django have the NECESSARY libraries like the C standard libraries or is it more specific libraries. Not sure what you mean here, but django applications can run on both servers. 1
cokie Posted July 15, 2011 Author Posted July 15, 2011 Not sure what you mean here, but django applications can run on both servers. I mean how standard or how primitive is the use of django? I assume it is for applications so its is not like sin arch sin functions.
Guest Geoff Posted July 15, 2011 Posted July 15, 2011 Django is THE web framework for python. If you are writing anything more than a couple of files, I would highly recommend django.
nadarockyraccoon Posted July 23, 2011 Posted July 23, 2011 I have three questons: 1.) Is python installed on the server already? 2.) How can I include libraries if the library doesnt have them installed like CGI - Can I just include CGI without worrying if the library is installed on the server. 3.) Does Django have the NECESSARY libraries like the C standard libraries or is it more specific libraries. Thank you guys so much! Cokie answer 1: is yes python is installed Python 2.4.3 Python 2.7.1 Python 3.2 are supported answer 2: A lot of python libraries are installed, check out Snake Charmer . For what isn't, like say I use haystack and whoosh for search functionallity. I simply include the module in my project directory. And answer3: Full support for Django 1.3 and 1.1, and you can use Django like any other python module like in answer 2. I highly recommend reading Django Docs for more info on Django and how to use.
fancyhan Posted July 25, 2011 Posted July 25, 2011 3.) Does Django have the NECESSARY libraries like the C standard libraries or is it more specific libraries. django is written in python and havn`t any binary modules you could consider django as a pure python module,and you can download your own version of django to your /www folder and add it to the pythonpath,and a python egg is ok,too.
tushar992 Posted August 30, 2014 Posted August 30, 2014 I am a newbie so sorry for the silly questions.my ques is How can i install the python modules in stevie serverand does heliohost support the shell commands?
abanoub Posted July 20, 2017 Posted July 20, 2017 (edited) Yes, we have the latest python installed on both servers. QUOTE2.) How can I include libraries if the library doesnt have them installed like CGI - Can I just include CGI without worrying if the library is installed on the server. You can include libraries by adding them to the PYTHONPATH. Firstthank you....You mentioned before that users can't access shellso how can I add Packages to my projectyou said python and django is already installed. that's okbut if I have a local project uses these packages:-------------------------------beautifulsoup4==4.6.0Django==1.11.3gunicorn==19.7.1pytz==2017.2whitenoise==3.3.0----------------------------installed locally on my pchow can I add these packages to the web serverI know how to add myModelsI am new to python,bebo Edited July 20, 2017 by abanoub
bdistler Posted July 20, 2017 Posted July 20, 2017 this thread is from July 2011 - info is way out of date
wolstech Posted July 20, 2017 Posted July 20, 2017 Yep, everything in here is obsolete since the servers have all been rebuilt since then.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now