[sqlalchemy] Re: py2exe sqlalchemy

2007-02-20 Thread Something Special

I personally use latest python

On 2/17/07, Ali [EMAIL PROTECTED] wrote:

 Yes, I imagined something like that. I only posted to avert users from
 norcebo effect that they might encounter reading this thread.

 On Feb 17, 5:16 pm, Michael Bayer [EMAIL PROTECTED] wrote:
  if you didnt have to change SA's logging module, its possibly
  because py2.5 has better support for absolute module imports (or
  maybe py2exe does).
 

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: py2exe sqlalchemy

2007-02-17 Thread Michael Bayer

if you didnt have to change SA's logging module, its possibly  
because py2.5 has better support for absolute module imports (or  
maybe py2exe does).

On Feb 17, 2007, at 11:58 AM, Ali wrote:


 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 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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: py2exe sqlalchemy

2007-02-17 Thread Ali

Yes, I imagined something like that. I only posted to avert users from
norcebo effect that they might encounter reading this thread.

On Feb 17, 5:16 pm, Michael Bayer [EMAIL PROTECTED] wrote:
 if you didnt have to change SA's logging module, its possibly
 because py2.5 has better support for absolute module imports (or
 maybe py2exe does).

 On Feb 17, 2007, at 11:58 AM, Ali wrote:



  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 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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: py2exe sqlalchemy

2007-02-08 Thread Oleg Deribas
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 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
-~--~~~~--~~--~--~---



sqlalchemy-py2exe.patch.bz2
Description: Binary data


[sqlalchemy] Re: py2exe sqlalchemy

2007-02-06 Thread Oleg Deribas

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
-~--~~~~--~~--~--~---