On May 20, 3:01 pm, Chris Rebert wrote:
> > "Chris Rebert" wrote in message
> >news:mailman.426.1242792992.8015.python-l...@python.org...
> >> On Tue, May 19, 2009 at 8:55 PM, Paul Hemans wrote:
> >>> Hi,
> >>> I am new to Python, and after a lot of sweat and tears, I have my first
> >>> app.
>
> "Chris Rebert" wrote in message
> news:mailman.426.1242792992.8015.python-l...@python.org...
>> On Tue, May 19, 2009 at 8:55 PM, Paul Hemans wrote:
>>> Hi,
>>> I am new to Python, and after a lot of sweat and tears, I have my first
>>> app.
>>> Now I need to deploy it to end-users. The applicat
Hi Chris,
Yes I do intend to use py2exe for windows installation but I don't
understand how it will help me distribute lxml and sqlAlchemy as part of the
install, or am I missing something?
"Chris Rebert" wrote in message
news:mailman.426.1242792992.8015.python-l...@python.org...
> On Tue, May
On Tue, May 19, 2009 at 8:55 PM, Paul Hemans wrote:
> Hi,
> I am new to Python, and after a lot of sweat and tears, I have my first app.
> Now I need to deploy it to end-users. The application includes the use of
> lxml and sqlAlchemy so I need those to install automatically as part of the
> insta
Hi,
I am new to Python, and after a lot of sweat and tears, I have my first app.
Now I need to deploy it to end-users. The application includes the use of
lxml and sqlAlchemy so I need those to install automatically as part of the
installation process. I really don't want the users having to dow