problem related to making setup

2020-04-15 Thread Dhruv Chaturvedi
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

using python logo at startup

2009-04-21 Thread Dhruv
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

SendKeys not working in command line interface

2009-04-03 Thread Dhruv
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