first time,
2nd photo - when I use cx_freeze second time,
3rd photo- when I use pyinstaller.
Dhruv ChaturvediDcdDcd--
https://mail.python.org/mailman/listinfo/python-list
Is there a way to display/flash "python powered" logo for like 2
seconds at startup of a helloworld application?
Well actually I have an application that takes data from an excel file
and generates a kml file and opens it up with google earth. All this
is compiled in an exe file using py2exe. Now
hi everyone. I am fairly new to python. When I go to IDLE GUI for
python 2.6 and type:
>>> import SendKeys
>>> SendKeys.SendKeys('{LWIN} r notepad', pause=0.5)
it works fine. however when I write the same code using jEdit and run
it in command line, it does not give error but it doesn't run eithe