Modern Python Projects Transcripts
Chapter: Let's build an app
Lecture: Warning: Building executable applications is tough!

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Building an executable application is probably the toughest part of this course because depending on the specific set up of your computer,
0:08 you might get different errors than I do. When I was preparing this material,
0:13 I run into multiple issues. Some dependencies were missing or I run some commands wrong and I got weird output.
0:20 I checked all the problems, and I try to prepare the easiest way to build a package. But be prepared that you might encounter different issues.
0:29 You might be missing some global dependency that I accidentally had installed.
0:34 Or maybe some environment variables are set differently on your Mac Os than on mine. So if something goes wrong and you have different errors first,
0:44 try to remove the virtual environment. Try to reinstall this guptimer package and try to build it again
0:50 Otherwise, I'm afraid you will have to Google how to fix some of the problems.


Talk Python's Mastodon Michael Kennedy's Mastodon