Making Windows Executables From Python Source
Loading...
2,182
Loading...
Uploader Comments (asib12)
see all
All Comments (23)
-
i cant do the cmd comman python setup.py py2exe says that it is not an internal external comand help
-
I know this vid is old but how do you fix EOF errors when using raw_input or input
-
you sound like edd from eddsworld
-
FUCK PY2EXE
-
It says that console is not defined what does this mean?
-
mann u r great! i have been trying for a long time and after watching video, the thing became really easy...
-
Nice, short tutorial asib12. Thanks for making it.
-
please help :
error: MSVCP90.dll: No such file or directory
thats written when i make the dist file from the cmd ?
any recomends or HELP
Loading...
I got this error
Warning (from warnings module): File "D:\Python26\lib\site-packages\py2exe\build_exe.py", line 16 import sets
DeprecationWarning: the sets module is deprecated
CEREAL5951 1 year ago
@CEREAL5951 That means either your py2exe is oudated or your Python is. Just dl the latest version of each. If that doesn't work, you're probably out of luck, because the warning is due to the py2exe module, not your code. It shouldn't matter anyway, as it's not actually an error, it's just a warning. I would've thought deprecated modules would still be useable.
asib12 1 year ago
hi thanks for the turorial, you you please do a tutorial about how to do graphic windows in python, as you had in you tutorial. your source application
zetan011 2 years ago
I'll be getting on to that later in the Python series. Unfortunately, you'll have to wait until it comes out (I hate putting out videos without fore fronting them with the proper information).
asib12 2 years ago