| 
   ⇤ ← Revision 1 as of 2004-02-06 14:00:13   
  Size: 440 
  
  Comment: inital page 
 | 
  
   Size: 446 
  
  Comment: fix markup 
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 1: | Line 1: | 
| =Situation= | = Situation = | 
| Line 4: | Line 4: | 
| =Idea= | = Idea = | 
| Line 8: | Line 8: | 
| =doing it= | = doing it = | 
Situation
py2exe-ing larger projekts take some time for byte compilation at all.
Idea
Maybe [http://psyco.sourceforge.net psyco] will help? as Armin Rigo writes... "Psyco is a Python extension module which can massively speed up the execution of any Python code."
doing it
at the top of setup.py I inserted
and it feels faster. No time to benchmark, yet
