Creating an .exe with Tkinter involved
- From: Alex Bryan <alexnbryan@xxxxxxxxx>
- Date: Thu, 3 Jul 2008 03:51:56 -0500
I know this is possible so someone out there should be able to help me! Okay, I have a program that uses Tkinter, and BeautifulSoup. I don't think it should be a problem. I want to create an exe of it. I have py2exe but I don't really know how to work it. I read their tutorial thing and did a setup that looked something like this:
from distutils.core import setup
import py2exe
setup(console['myFunProgram.py'])
(isn't really called myFunProgram)
This seems terribly wrong however because... it isn't a console app. So I am wondering if anyone can show me how or point me in the right direction to a place where I can learn how to do this. I would appreciate it!
.
- Follow-Ups:
- Re: Creating an .exe with Tkinter involved
- From: Fouff
- Re: Creating an .exe with Tkinter involved
- Prev by Date: Re: How to pickle bound methods
- Next by Date: Re: Win32.client, DAO.DBEngine and exceeding the file sharing count lock
- Previous by thread: Re: Queue/Priority Needed
- Next by thread: Re: Creating an .exe with Tkinter involved
- Index(es):
Relevant Pages
|