Thanks, but:

C:\temp\alchemy>dist\da.exe
Traceback (most recent call last):
  File "da.py", line 1, in <module>
    from sqlalchemy import *
  File "sqlalchemy\__init__.pyc", line 10, in <module>
  File "sqlalchemy\orm\__init__.pyc", line 12, in <module>
  File "sqlalchemy\orm\mapper.pyc", line 7, in <module>
  File "sqlalchemy\log.pyc", line 30, in <module>
ImportError: No module named logging


On 2/6/07, Oleg Deribas <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Something Special said the following on 06.02.2007 18:07:
>
> > How to py2exe it?
>
> 1. Install SQLAlchemy with --always-unzip
> 2. Rename sqlalchemy's logging.py to log.py
> 3. Search/replace "logging" with "log" in all sqlalchemy's sources
> except log.py itself
>
> --
> Oleg
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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