py2exe, why tcl files???

jubafre at brturbo.com jubafre at brturbo.com
Tue Oct 1 15:28:45 EDT 2002


i have 5 modules imported:

#mont.py
import re
from sre import *
import __builtin__
from struct import *
import py2exe	

# setup.py
from distutils.core import setup
import py2exe

setup(name="re",
      scripts=["mont.py"],
)
	
why py2exe create a tcl files??? my binary file have 5mb with tcl files, how can i take off tcl??

Juliano Freitas
www.gebrasil.hpg.com.br 


More information about the Python-list mailing list