How do I install python modules?
-
I need access to the Python "Requests" library, is that something I can install?
I need to make HTTPS POST requests.
thanks
-
Do you looking for library or do you asking how to install it?
Or maybe both?
by install you simple copy libraryname.py to your flash lib folder and then do 'import libraryname 'in your code