Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need the oddest help
#1
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.
Reply
#2
You need to look at snippsat's new tutorial here: https://python-forum.io/Thread-Basic-Pac...-py-Freeze
You can add any package that you require.
Use a virtual environment as explained in the tutorial
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020