Can you or
someone give me very specific instructions as to how to create
an _.EXE file from a
_.PY file.I have spent a
lot of time looking through all 7 sections of FAQ's at
http://www.python.org/doc/faq/ and many other sights.I have also gone
to http://sta
[Forwarding to [EMAIL PROTECTED]
Jack, next time, please don't send questions directly to me: send them off
to the tutor@python.org address. There are two benefits to this: it
allows the group to answer your questions, and if also helps others who
may have similar questions. See:
http://www
>> Currently learning JSP with the aid of the NetBeans IDE...
>> Next step: integrating Jython with JSP and NetBeans... :-)
>
> It's very easy to write a servlet in Jython,
Its not the beans/servlet side that's beating me, its the JSP
magic
tags stuff. The only web programming I've done has been
Alan G wrote:
> Currently learning JSP with the aid of the NetBeans IDE...
> Next step: integrating Jython with JSP and NetBeans... :-)
It's very easy to write a servlet in Jython, Jython ships with Java wrapper
class that will load a Jython servlet and delegate to it. A nice dynamic way to
deve
On 04/09/05, Byron <[EMAIL PROTECTED]> wrote:
>>I want to make a program to lock folders (so the user can only access>>them if he knows the password) under win32, the only problem is that I>>have no idea how to start or what to do. Do you guys have any ideas of
>>how to do it?
There's a program ca
>> I want to make a program to lock folders (so the user can only
>> access
>> them if he knows the password) under win32
If it's Windows NT or later folder password protection is standard(I
think!).
If it's Windows 2000 or later you get file encryption too (although
as expected from Microsoft i
On Sun, Sep 04, 2005 at 03:28:11PM +0100, Alan G wrote:
> > Tix has actually been included since Python 2.2!
But there are still no *python* docs. The Tcl docs are very confusing.
--
"Happiness is the interval between periods of unhappiness."
-- Don Marquis
Rick Pasotto[E
> Tix has actually been included since Python 2.2!
Wow! I only noticed it coz I was browsing the module index for
something
else, but knew Tix from my TCl programming days. I took a look and
sure
enough it was the same thing.
> The IDE Studio and SpecTix look interesting.
SpecTix is an enhance
Oliver Maunder wrote:
> There's a program called Magic Folders which does this -
> http://www.pc-magic.com/des.htm#mf
> This actually hides the folders, rather than locking them. However, it
> seems to be integrated with the operating system at a very low level. I
> don't think you'd be able t