Derek Lavine wrote:
>
> Hi all,
>
> Is there away to generate EXE's from python programs like there is with
> ActiveState Perl?
ActiveState does not yet distribute or support such a program but you
could look at this:
http://www.mcmillan-inc.com/install1.html
Paul Prescod
___
Hi all,
Is there away to generate EXE's from python programs like there is with
ActiveState Perl?
Thanks in advance
Derek
___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython
Joel Ricker wrote:
>
> I'm having a problem making my modules come up. I'm trying to add a custom
> module to my work and I'm not sure if I'm doing it right. I see something
> mentioned in the documentation about $PATH or $PYTHONPATH and I'm not sure
> how to change this. Basically I need to:
Can someone help me figure out why this code is failing. I would appreciate
info on how to debug the Win32 libraries to solve problems like this as
well.
The code I am using follows: The error occurs on the NetUserAdd call. I am
running Windows 2000 Pro.
import sys
import win32net
from win32ne