openflex Posted August 6, 2018 Posted August 6, 2018 (edited) I can use Django, but not MySQLdb, in Python (according to running:) import pip installed_packages = pip.get_installed_distributions() installed_packages_list = sorted(["%s==%s" % (i.key, i.version) for i in installed_packages]) print(installed_packages_list) I don't know if this requires a server move or if this is just a module that can be installed, so I donated, the Paypal transaction ID is 0J0160627J024013C. If it would be easier to move me to Johnny Tommy (I see Johnny is still being rebuilt), that's fine, but my goal is to develop an AJAX website using Flask+MySQLdb and if necessary use Django but I am hoping what I have in mind is possible with Flask. Thank you for your time. Edited August 6, 2018 by openflex
wolstech Posted August 6, 2018 Posted August 6, 2018 That should be installable for you, and since you donated, we'll probably also move you to Tommy anyway if you want. I'll let Krydos do it since he's the one who will know about the Python stuff.
Krydos Posted August 6, 2018 Posted August 6, 2018 Before we install anything let's figure out which server you want to be on. Flask/django on Tommy use python 3.6, and flask/django on Ricky run on python 2.7. Do you want to use python 3.6 or 2.7 for your project?
openflex Posted August 6, 2018 Author Posted August 6, 2018 (edited) I guess I should be on the Python 3.6, but does Tommy's version of Python change (is it constantly updated), or does it change like once a year? I would be fine with Tommy if the features are mostly the same otherwise, I want to add the domain I purchased and I like the features in Cpanel in the Ricky server, do I lose any of those with Tommy or is it just like a more up-to-date version of Ricky (not constantly updated like Johnny)? Edited August 6, 2018 by openflex
openflex Posted August 7, 2018 Author Posted August 7, 2018 As long as the modules are more up to date, and Django and Flask and MySQLdb modules are installed, Tommy sounds like a good choice for my project. Newer code means less security vulnerabilities that people could potentially use, and more reliable operation in general.
Krydos Posted August 7, 2018 Posted August 7, 2018 You're on Tommy now. Here are the modules that are currently installed on python 3.6 https://krydos.heliohost.org/cgi-bin/modules36.py
Recommended Posts