Re: Making EXE files

2001-01-15 Thread Paul Prescod
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 ___

Making EXE files

2001-01-15 Thread Derek Lavine
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

Re: Module Directory problem

2001-01-15 Thread Paul Prescod
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:

WIN 32 API Error Parameter is incorrect

2001-01-15 Thread Richard Wheeler
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