Python Forum
I need the oddest help - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: I need the oddest help (/thread-3904.html)



I need the oddest help - Facebawx - Jul-07-2017

I want to compile some scripts into a Windows executable. The issue I'm running into is that it needs the tweepy module. I was also wondering if there was a way, after its an executable, to enter keys into the program. Kind of like a one time set up. I need to figure out how to input the consumer and auth keys from Twitter into the executable. I can't seem to wrap my noggin around it. Any help is greatly appreciated.


RE: I need the oddest help - Larz60+ - Jul-07-2017

You need to look at snippsat's new tutorial here: https://python-forum.io/Thread-Basic-Packaging-Modules-Wheel-pip-setup-py-Freeze
You can add any package that you require.
Use a virtual environment as explained in the tutorial