Jump to content

[Solved] Request for installation of / help with MySQLDB


openflex

Recommended Posts

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 by openflex
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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 by openflex
Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...