Hi,

I might be going insane, but I am successfully using Sqlalchemy
(0.3.4, Python2.5, py2exe 0.6.6) with py2exe without any problems.

I did (as suggested) an "easy_install --always-unzip" to prevent
having an egg, and then included 'packages': 'sqlalchemy' in the
options dict for py2exe.

e.g.

    options = {
        'py2exe' : {
            'packages': 'encodings, sqlalchemy', etc.

I am waiting for it to explode...

Ali

On Feb 9, 4:12 pm, "Michael Bayer" <[EMAIL PROTECTED]> wrote:
> add an entry to the FAQ page on the wiki.  possibly with a new FAQ
> category "integrating with external tools".
>
> Oleg Deribas wrote:
> > Hello,
>
> > Something Special said the following on 08.02.2007 13:22:
>
> >> they should put this help somewhere on main page, or fix it:)
>
> > Michael, would you accept such patch?
>
> > --
> > Oleg


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to