hello all,what is the command to stop and start windows services ?
i can't install win32serviceutil bec am using latest python version.
--
https://mail.python.org/mailman/listinfo/python-list
Im trying to run a Python application but im stuck on a problem. The
application requires a log in and password to run the application. The only
problem that I'm having is that the code was written to connect to a data base
and from there it sees the username and password that is linked to the d
i just install the python 3.1 dmg onto my mac. when i run python3, it
fail with :
Fatal Python error: Py_Initialize: can't initialize sys standard
streams
LookupError: unknown encoding:
Abort trap
couldnt understand the problem. anyone can help?
--
http://mail.python.org/mailman/listinfo/python-
On Jan 14, 3:32 pm, Chris Rebert wrote:
> On Tue, Jan 13, 2009 at 11:21 PM, ts wrote:
> > hi, is there a way to read a character/string into bits in python?
>
> > i understand that character is read in bytes. Do i have to write a
> > function to convert it myself in
hi, is there a way to read a character/string into bits in python?
i understand that character is read in bytes. Do i have to write a
function to convert it myself into 1010101 or there is a library in
python that enable me to do that?
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 6, 3:19 pm, hlubenow <[EMAIL PROTECTED]> wrote:
> recently there was a thread about hiding the python-script from the user.
> The OP could use
Interesting - thanks
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 4, 6:10 pm, Michael Ekstrand <[EMAIL PROTECTED]> wrote:
> One significant factor: are you worried about other
> users on your systems (or other users who share systems with you under a
> third party's control), or are you worried about what people will do on
> their own systems?
Michael, Be
Is it possible to prevent modification of a python file once its been
deployed? File permissions of the OS could be used..but that doesn't
seem very secure.
The root of my question is verifying the integrity of the application
and the scripts being run. Is this possible, if so, how?
--
http://m