R: R: Py2exe beginner troubles

Fabrizio facelle at jumpy.it
Sat Sep 29 07:08:17 EDT 2001


Thanks. Now it works.

But I do not understand the error message, since I have Tkinter installed
and it is perfectly working (I can run all the demos with no problem).

Cheers,


Fabrizio




> > And this is the error I get from py2exe :
> >
> > --------------------------------
> >
> > Resolving binary dependencies:
> > error: tcl83.dll: No such file or directory
> >
> > -------------------------------
>
> Probably you don't have Tkinter installed.
> PIL uses Tkinter, but can live without it.
> You should be able to build your exe with the excludes
> command-line flag:
>
> python setup.py "--excludes=Tkinter,_imagingtk"
>
> Oh, and by the way: as long as you only use jpeg images,
> I guess you don't have to include BmpImagePlugin, TiffImagePlugin
> and so on.
>
> Thomas
>
>







More information about the Python-list mailing list