Re: Tkinter problem: TclError> couldn't connect to display ":0

2016-02-04 Thread gemjack . pb
On Sunday, 29 December 2013 20:20:00 UTC, Michael Matveev wrote: > Hi, > I use live Debian on VM and trying to compile this code. > > > import Tkinter > > root = Tkinter.Tk() > > root.title("Fenster 1") > root.geometry("100x100") > > root.mainloop() > > > The shell gives out that kind of

Re: scipy

2011-05-09 Thread pb
On May 9, 3:34 pm, Robert Kern wrote: > On 5/9/11 3:35 AM, pb wrote: > > > On May 9, 12:29 am, Terry Reedy  wrote: > >> On 5/8/2011 6:44 AM, pb wrote: > > >>> Hi, > >>> I', having trouble with scipy. > > >> If you do not get an

Re: scipy

2011-05-09 Thread pb
On May 9, 12:29 am, Terry Reedy wrote: > On 5/8/2011 6:44 AM, pb wrote: > > > Hi, > > I', having trouble with scipy. > > If you do not get an answer here, try the scipy list where scipy experts > hang out. You might also try searching the archives of that

scipy

2011-05-08 Thread pb
Hi, I', having trouble with scipy. I have followed the instructions at scipy website and have installed the following on my mac osx 10.6.6 NumPy version 1.5.1 NumPy is installed in /Library/Frameworks/Python.framework/Versions/ 2.6/lib/python2.6/site-packages/numpy SciPy version 0.8.0 SciPy is in

install excel xlwt in ubuntu 9

2011-03-18 Thread ratna PB
Hey friends i tried a lot to install excel xlwt in ubuntu 9 but failed please help me before i get full fraustrated... -- http://mail.python.org/mailman/listinfo/python-list

How to install python xlwt in ubuntu 9

2011-03-18 Thread ratna PB
Hey friends i tried a lot to unstall excel xlwt in ubuntu 9 but failed please help me before i get full fraustrated... -- http://mail.python.org/mailman/listinfo/python-list

Uninstalling Eggs

2008-03-09 Thread PB
I just installed the Shove module with the monumentally crap setuptools. Whilst the install succeeded, imports now trigger errors, so clearly it did not install correctly. Can I simply delete the .egg file from my lib/python2.3/site-packages/ directory? Cheers, -- http://mail.python.org/mailman/l

Re: Image Libraries

2008-03-08 Thread PB
RGBA) for image draw operations. Is there a way to do this? Cheers, Peter Ken wrote: > PB wrote: > > I have been using PIL for generating images, however it does not > > easily support operations with transparency etc. > > > > I tried to install aggdraw but it wouldn

Image Libraries

2008-03-08 Thread PB
I have been using PIL for generating images, however it does not easily support operations with transparency etc. I tried to install aggdraw but it wouldn't compile. Ideally I'd like something open source so I can adapt it, hopefully mostly written in python rather than C. Is there any other dec