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 either.
Same problem if I start the command line shell of python 2.6 instead
of its IDLE Gui

Any suggestions/solutions?
Thanks in advance.
--
http://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 I just want to display
the python logo before the actual script starts. Just for the sake of
informing the user that this application was made using python.

Is this possible?
--
http://mail.python.org/mailman/listinfo/python-list


problem related to making setup

2020-04-15 Thread Dhruv Chaturvedi
I made a simple bot. I wanted to share my Bot with my friends but when I
convert it into an exe from pyinstaller it started showing an error shown
 below and when I use cx_Freeze  again it showing an error pls help me with
this.

These are all the files I use\\// 1st photo - when I
use cx_Freeze 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