Re: [Gausssum-help] can't lauch gaussum
Brought to you by:
baoilleach
From: Noel O'B. <bao...@gm...> - 2007-02-23 14:47:08
|
What operating system are you using? My guess is that you're using Linux, and that you have installed Python, but that you haven't installed Tkinter, which is the standard GUI fort python. On Debian, you can installed tkinter using "apt-get install python-tk". I will add some instructions to the website regarding this in future. Regards, Noel On 23/02/07, Jer...@un... <Jer...@un...> wrote: > Hi, I have followed all the installtion steps givne in thje web site. > When I launch "python GaussSum.py" > > I get the following output : > Traceback (most recent call last): > File "GaussSum.py", line 16, in ? > from Tkinter import * # GUI stuff > ImportError: No module named Tkinter > > > Do you known what's going on ? > regards > > -- > Jerome Golebiowski, PhD > Lab. Chemistry of Bioactive Molecules and Aromas, > Team Chemometrics and Molecular Modeling > University of Nice, parc Valrose > 06108 Nice Cedex2 France > tel : +33 (0)4 92 07 61 03 > http://www.unice.fr/lcmba > http://www.unice.fr/lcmba/golebiowski > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gausssum-help mailing list > Gau...@li... > https://lists.sourceforge.net/lists/listinfo/gausssum-help > |