Yes my program works but...
1. I got error messages:
a. 'ImportError: No module named warnings
b. 'warning: use func(**args, **kwargs) instead of
apply(func, args, kwargs)' in unlimited number of line
i got this
2. I change my setup.py:
from distutils.core import setup
import os
import glob
import py2exe
setup(name = 'DedeKusmana',
version = '0.1',
scripts = ['DedeKusmana.py'],
data_files = [("bitmaps",
glob.glob(os.path.join("splash.gif"))), ("icon",
glob.glob(os.path.join("TriaSOK.ico"))),("html",
glob.glob(os.path.join(("Aktivitas.htm"))))],
)
the result it creates those directory but strange
thing the program cannot load all of these additional
files. But when I put those files in the same
directory with the main program it works. What's
wrong??
danu
···
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com